diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-02 05:34:52 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-02 05:34:52 +0000 |
commit | b9cb6e8d1e3a88a7d34d94faf717d70883dea75e (patch) | |
tree | 1428f32b2951c96126f85caec2675e2608fd2a76 /sys-auth | |
parent | Stable on x86; bug #116181 (diff) | |
download | historical-b9cb6e8d1e3a88a7d34d94faf717d70883dea75e.tar.gz historical-b9cb6e8d1e3a88a7d34d94faf717d70883dea75e.tar.bz2 historical-b9cb6e8d1e3a88a7d34d94faf717d70883dea75e.zip |
Stable on x86; bug #117391
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_pwdfile/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_pwdfile/Manifest | 14 | ||||
-rw-r--r-- | sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild | 6 |
3 files changed, 15 insertions, 12 deletions
diff --git a/sys-auth/pam_pwdfile/ChangeLog b/sys-auth/pam_pwdfile/ChangeLog index f8bc074366f0..d776514e37b3 100644 --- a/sys-auth/pam_pwdfile/ChangeLog +++ b/sys-auth/pam_pwdfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_pwdfile -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v 1.1 2005/07/02 15:05:07 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v 1.2 2006/01/02 05:34:52 halcy0n Exp $ + + 02 Jan 2006; Mark Loeser <halcy0n@gentoo.org> pam_pwdfile-0.99.ebuild: + Stable on x86; bug #117391 02 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml, +pam_pwdfile-0.99.ebuild: diff --git a/sys-auth/pam_pwdfile/Manifest b/sys-auth/pam_pwdfile/Manifest index 45bd868fc0fb..59aecc62723c 100644 --- a/sys-auth/pam_pwdfile/Manifest +++ b/sys-auth/pam_pwdfile/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 a9853d29573cf2fc3f5032ac769b87a1 ChangeLog 665 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 dfd7b7ba4e3fdfc3e10b8afa69a41030 pam_pwdfile-0.99.ebuild 873 +MD5 a250bcf352e3e7022f9cac68a00c8985 ChangeLog 766 MD5 32a6a1684d866f5beb1ee8ff56a836db files/digest-pam_pwdfile-0.99 67 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 7ee7bdbe85d902d067c2064570d01758 pam_pwdfile-0.99.ebuild 870 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCxq05j5H05b2HAEkRAi+XAJ96OFWEn9tO41rgb/d7uRk+ukhFiQCaA9Vm -Xx2rNkIfL3o9Zbi6Xd3S+J8= -=y/za +iD8DBQFDuLuGCRZPokWLroQRAlsVAJ9u6pgENopOqNCd+UnyR1/DykWeLgCgqEqW +rcu7m20fRTtz09Cjb8OUuU8= +=DDgO -----END PGP SIGNATURE----- diff --git a/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild b/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild index d12ade3276bc..c14cf6c6d657 100644 --- a/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild +++ b/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.1 2005/07/02 15:05:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.2 2006/01/02 05:34:52 halcy0n Exp $ inherit flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://cpbotha.net/pam_pwdfile.html" SRC_URI="http://cpbotha.net/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND="sys-libs/pam" |