diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-06 19:08:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-06 19:08:30 +0000 |
commit | c1cda87a204c979774918f9525677871b75fefe0 (patch) | |
tree | 2cbde9e05cbed4f25ba5d864e8374ff2f11dd932 /sys-apps/chpax | |
parent | Crud, removing shoutcast from package.mask as it should have been. (diff) | |
download | historical-c1cda87a204c979774918f9525677871b75fefe0.tar.gz historical-c1cda87a204c979774918f9525677871b75fefe0.tar.bz2 historical-c1cda87a204c979774918f9525677871b75fefe0.zip |
KEYWORD updates
Diffstat (limited to 'sys-apps/chpax')
-rw-r--r-- | sys-apps/chpax/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.7.ebuild | 9 |
2 files changed, 13 insertions, 12 deletions
diff --git a/sys-apps/chpax/Manifest b/sys-apps/chpax/Manifest index f00170ef20aa..0852bde693b9 100644 --- a/sys-apps/chpax/Manifest +++ b/sys-apps/chpax/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 24b4650c7422d949e05cdb7a6ccc0d63 chpax-0.6.1.ebuild 1118 -MD5 37dca6cda23634e58d7394b408a5b251 chpax-0.7.ebuild 1073 MD5 10fc59eb641780f55c1fd1679c283ff8 ChangeLog 4034 MD5 695a3bd3cfb34ea27e7dd493ce9ef398 metadata.xml 221 -MD5 add5e23e35065b6f32d1221f41b4b986 files/digest-chpax-0.7 59 -MD5 1ae95ccec87f81057389495cbc6bb641 files/digest-chpax-0.6.1 62 +MD5 24b4650c7422d949e05cdb7a6ccc0d63 chpax-0.6.1.ebuild 1118 +MD5 95f4ae52529a7036cfafb73ac53520b0 chpax-0.7.ebuild 1073 MD5 a76f6e6491b16c254c9aeecbec775478 files/pax-conf.d 2743 MD5 f30daa23cf11e88be6678388f2561f8a files/pax-init.d 2536 +MD5 1ae95ccec87f81057389495cbc6bb641 files/digest-chpax-0.6.1 62 +MD5 add5e23e35065b6f32d1221f41b4b986 files/digest-chpax-0.7 59 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBgVbC94CCfB4KcwwRAqE0AKC4O9EvOjUbAfw4AsR0rEjcSiwl1gCfdZwy -ro1E32+lHPD4IqqbDCLe+yk= -=1FKc +iD8DBQFB3YzBroRuSHgZdywRAjiDAJ9IXaDOlPqo6ZgORtmZ9Dfj2CNqewCgjPBF +rqud+KbZTNBYHWJjNaawZrw= +=Wsru -----END PGP SIGNATURE----- diff --git a/sys-apps/chpax/chpax-0.7.ebuild b/sys-apps/chpax/chpax-0.7.ebuild index bb99981ee7a7..a4348343d527 100644 --- a/sys-apps/chpax/chpax-0.7.ebuild +++ b/sys-apps/chpax/chpax-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.7 2004/10/28 20:31:27 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.8 2005/01/06 19:08:30 vapier Exp $ inherit flag-o-matic toolchain-funcs @@ -10,11 +10,12 @@ SRC_URI="http://pax.grsecurity.net/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc ~ppc64 sparc ~mips ~alpha ~arm hppa amd64 ~ia64" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="" RDEPEND="virtual/libc" -DEPEND="${RDEPEND} >=sys-apps/sed-4" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} |