diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-05-09 01:55:04 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-05-09 01:55:04 +0000 |
commit | b13ecb0e9e71e7f5091dec767008194030822b42 (patch) | |
tree | 959c44d3e3b98da4642c95876f243d4f513f93a0 /net-im | |
parent | (no commit message) (diff) | |
download | historical-b13ecb0e9e71e7f5091dec767008194030822b42.tar.gz historical-b13ecb0e9e71e7f5091dec767008194030822b42.tar.bz2 historical-b13ecb0e9e71e7f5091dec767008194030822b42.zip |
Taking out ucs2 patch since it caused crashing. Looking into new patch.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Manifest | 2 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.77-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index b004b89aff56..837c313ae6de 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,6 +1,6 @@ MD5 67f934f07b6ac2582af8dc2438876974 gaim-0.77.ebuild 4042 MD5 1b332d24ed4e517a3b587f840c551acc gaim-0.75-r10.ebuild 3678 -MD5 ab8e71a6a4d1e4a7debc0f450e1d6d75 gaim-0.77-r2.ebuild 4436 +MD5 09b179c42ee3e69e3838423220da7d6a gaim-0.77-r2.ebuild 4437 MD5 b97fe77570c1867ab61469d3adfe1218 ChangeLog 28899 MD5 19b3cafbbe380403d46cccc45a984b80 metadata.xml 481 MD5 4989dc76d941288934c783f52931762d files/gaim-0.75-static-prpls.patch 3710 diff --git a/net-im/gaim/gaim-0.77-r2.ebuild b/net-im/gaim/gaim-0.77-r2.ebuild index 0362cf4320e8..f203bebc263d 100644 --- a/net-im/gaim/gaim-0.77-r2.ebuild +++ b/net-im/gaim/gaim-0.77-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.77-r2.ebuild,v 1.1 2004/05/06 17:52:39 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.77-r2.ebuild,v 1.2 2004/05/09 01:55:04 rizzo Exp $ inherit flag-o-matic eutils gcc use debug && inherit debug @@ -60,7 +60,7 @@ src_unpack() { epatch ${FILESDIR}/gaim-0.77-irc-reconnect.patch epatch ${FILESDIR}/gaim-0.77-plugin-prefs.patch epatch ${FILESDIR}/gaim-0.77-smileys_dialogs.patch - epatch ${FILESDIR}/gaim-0.77-ucs2-copypaste.patch + #epatch ${FILESDIR}/gaim-0.77-ucs2-copypaste.patch use cjk && epatch ${FILESDIR}/gaim-0.76-xinput.patch cd ${S}/src/protocols/novell epatch ${FILESDIR}/gaim-0.78cvs-novelltweaks5.patch |