diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-15 19:39:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-15 19:39:26 +0000 |
commit | 4720f669b55055c400c8cbfe5ad87334c602c612 (patch) | |
tree | c9ab4862dd76cd7ee7f4eaf7b5114eec13b7e529 /net-irc | |
parent | The previous security patch included in gentoo for aspell was apparently inco... (diff) | |
download | historical-4720f669b55055c400c8cbfe5ad87334c602c612.tar.gz historical-4720f669b55055c400c8cbfe5ad87334c602c612.tar.bz2 historical-4720f669b55055c400c8cbfe5ad87334c602c612.zip |
Update KEYWORDS
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/Manifest | 10 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.4.0.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index a4711e3dd561..9d6690113187 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.121 2004/08/15 15:14:47 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.122 2004/08/15 19:39:26 swegener Exp $ + + 15 Aug 2004; Sven Wegener <swegener@gentoo.org> xchat-2.4.0.ebuild: + Added ~ppc64 keywords as it's not been in the development series but has been + added to the latest stable ones. 15 Aug 2004; Sven Wegener <swegener@gentoo.org> xchat-2.4.0.ebuild: Added pkg_postinst() info about new default theme. diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest index ae39c613e602..8772bcd22ff1 100644 --- a/net-irc/xchat/Manifest +++ b/net-irc/xchat/Manifest @@ -7,8 +7,8 @@ MD5 701b6821a7318100bac450d2e9851df4 xchat-2.0.10-r3.ebuild 2538 MD5 f289ed2366a298f3116d32d37f05c880 xchat-2.0.7-r1.ebuild 2072 MD5 7e4082c7073373ded4fb1aeb399fdc87 xchat-2.0.8-r1.ebuild 2072 MD5 b180a836aa7fffc22028cc8987c6f9ad xchat-2.0.9.ebuild 2122 -MD5 0ccbb5595d87cab98995abb517fe06ea ChangeLog 18820 -MD5 6dfcdf6ebcea27c88dab5b2702cdca15 xchat-2.4.0.ebuild 2302 +MD5 c5a1e1a858a034f8f4d8a9bdd226e015 xchat-2.4.0.ebuild 2309 +MD5 0bd41cba77c0aad2049ebd0c17a9418c ChangeLog 19006 MD5 3d228dd6bbf6d081f6888dd7b3d2a6af files/2.0.10-preeditstring.patch 820 MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11-r1 65 MD5 28706a4c0068f4066e78bc9f93945fc2 files/digest-xchat-2.0.10-r3 135 @@ -23,7 +23,7 @@ MD5 3ddde600db975d5c534197fa4fe2b1b7 files/digest-xchat-2.4.0 134 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBH343I1lqEGTUzyQRAu4HAKDTc+Z3xvxt0NA43A1A0f1/g4BYGgCeLCog -SFCuEEZU+adzxcEATC8SPDk= -=VHPT +iD8DBQFBH7w+I1lqEGTUzyQRAtPYAKCc/Iq8CkUyqW0FKcDTFdLruJOwjgCgiUBC +0IIoaAWqhj450gVYpAh8Cvw= +=QDmu -----END PGP SIGNATURE----- diff --git a/net-irc/xchat/xchat-2.4.0.ebuild b/net-irc/xchat/xchat-2.4.0.ebuild index 4a86a1300dd2..bca3f4a3fc15 100644 --- a/net-irc/xchat/xchat-2.4.0.ebuild +++ b/net-irc/xchat/xchat-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.0.ebuild,v 1.2 2004/08/15 15:14:47 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.0.ebuild,v 1.3 2004/08/15 19:39:26 swegener Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~x86 ~sparc ~hppa ~ppc ~alpha ~amd64 ~ia64 ~mips" +KEYWORDS="~x86 ~sparc ~hppa ~ppc ~alpha ~amd64 ~ia64 ~mips ~ppc64" IUSE="perl tcltk python ssl mmx ipv6 nls" # Local use flag for the text frontend (bug #26427) IUSE="${IUSE} xchattext xchatnogtk xchatdccserver" |