diff options
author | 2003-07-10 16:06:01 +0000 | |
---|---|---|
committer | 2003-07-10 16:06:01 +0000 | |
commit | 88fb6c2540cce565f0e4f903ba012ad06e24ccf1 (patch) | |
tree | 2c7b7f174353458dda021304f1b7b9f3843be5c8 /net-im | |
parent | Version 2.8 of distcc (diff) | |
download | gentoo-2-88fb6c2540cce565f0e4f903ba012ad06e24ccf1.tar.gz gentoo-2-88fb6c2540cce565f0e4f903ba012ad06e24ccf1.tar.bz2 gentoo-2-88fb6c2540cce565f0e4f903ba012ad06e24ccf1.zip |
mark ~arch
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/Manifest | 10 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.64-r1.ebuild | 12 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 09e607b0c8e8..a9491a98d9cb 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.54 2003/07/09 21:59:12 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.55 2003/07/10 16:05:47 lostlogic Exp $ + + 10 Jul 2003; Brandon Low <lostlogic@gentoo.org> gaim-0.64-r1.ebuild: + Mark ~arch, and fix the stuff that was recently fixed in -r0 in -r1 *gaim-0.64-r1 (10 Jul 2003) diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index 2bb7a767acc0..3b8953ed69d4 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,9 +1,9 @@ -MD5 949865782f5fbc27e3dd6bb170e7bf3d ChangeLog 8964 -MD5 c312c7f2f86088e2cbae1c306fb009ee gaim-0.59.9-r1.ebuild 2173 -MD5 a3c0608f7a1027191eb33177114b2c65 gaim-0.64-r1.ebuild 1971 MD5 63f5d5add45a34870e61e2e39d70b919 gaim-0.63-r1.ebuild 1835 MD5 28b86e85d913fa061b0d2bf34114005f gaim-0.64.ebuild 1838 +MD5 c312c7f2f86088e2cbae1c306fb009ee gaim-0.59.9-r1.ebuild 2173 +MD5 9d02fd63a76111e24eb34515523456a8 ChangeLog 9108 +MD5 da59f6eb541857fcedc6ecf8a9141a5a gaim-0.64-r1.ebuild 1973 MD5 07beb4e67f5dd8cafed146e45b919144 files/digest-gaim-0.59.9-r1 128 -MD5 f86c8c4debfba63a1dde1aace36c68d0 files/digest-gaim-0.64-r1 208 -MD5 908f7feabba8c8b1d74510f1f2b7706d files/digest-gaim-0.63-r1 126 MD5 3596d39a9cfe7e4cf9ed5aefc703417c files/digest-gaim-0.64 126 +MD5 908f7feabba8c8b1d74510f1f2b7706d files/digest-gaim-0.63-r1 126 +MD5 f86c8c4debfba63a1dde1aace36c68d0 files/digest-gaim-0.64-r1 208 diff --git a/net-im/gaim/gaim-0.64-r1.ebuild b/net-im/gaim/gaim-0.64-r1.ebuild index 70f96dc6af30..fa4a7d979439 100644 --- a/net-im/gaim/gaim-0.64-r1.ebuild +++ b/net-im/gaim/gaim-0.64-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.64-r1.ebuild,v 1.1 2003/07/09 21:59:12 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.64-r1.ebuild,v 1.2 2003/07/10 16:05:48 lostlogic Exp $ IUSE="nls perl spell ssl nas" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="-x86 ~ppc -alpha -sparc" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" DEPEND="=sys-libs/db-1* >=x11-libs/gtk+-2.0 @@ -28,8 +28,8 @@ DEPEND="=sys-libs/db-1* src_unpack() { unpack ${P}.tar.bz2 - cd ${P} - epatch ${DISTDIR}/gaim-0.64-msncrashes-20030705-0044.diff + cd ${P} + epatch ${DISTDIR}/gaim-0.64-msncrashes-20030705-0044.diff use ssl && { cd ${S}/plugins @@ -60,10 +60,10 @@ pkg_postinst() { if [ `use ssl` ]; then ewarn ewarn "You have chosen (by selecting 'USE=ssl') to install" - ewarn "the gaim-encryption plugin ( http://gaim-encryption.sf.net )" + ewarn "the gaim-encryption plugin ( http://gaim-encryption.sf.net/ )" ewarn "this plugin is NOT supported by the Gaim project, and if you" ewarn "expierence problems related to it, contact the Gentoo project" - ewarn "via http://bugs.gentoo.rog or the gaim-encryption project." + ewarn "via http://bugs.gentoo.org/ or the gaim-encryption project." ewarn fi } |