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 | 46aa4f7038f89aaf1a8e2dc6d0f157c3c85af96d (patch) | |
tree | 4fede13003fd6e6b65b13a98c2652d0a35c215dc /sys-auth | |
parent | Stable on x86; bug #116181 (diff) | |
download | gentoo-2-46aa4f7038f89aaf1a8e2dc6d0f157c3c85af96d.tar.gz gentoo-2-46aa4f7038f89aaf1a8e2dc6d0f157c3c85af96d.tar.bz2 gentoo-2-46aa4f7038f89aaf1a8e2dc6d0f157c3c85af96d.zip |
Stable on x86; bug #117391
(Portage version: 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, 10 insertions, 17 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..fe5852afef09 100644 --- a/sys-auth/pam_pwdfile/Manifest +++ b/sys-auth/pam_pwdfile/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 a9853d29573cf2fc3f5032ac769b87a1 ChangeLog 665 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 dfd7b7ba4e3fdfc3e10b8afa69a41030 pam_pwdfile-0.99.ebuild 873 MD5 32a6a1684d866f5beb1ee8ff56a836db files/digest-pam_pwdfile-0.99 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCxq05j5H05b2HAEkRAi+XAJ96OFWEn9tO41rgb/d7uRk+ukhFiQCaA9Vm -Xx2rNkIfL3o9Zbi6Xd3S+J8= -=y/za ------END PGP SIGNATURE----- +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 1c9a5dccf01b0fd4641135a0bf41ad6f pam_pwdfile-0.99.ebuild 872 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" |