diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-22 10:57:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-22 10:57:14 +0000 |
commit | 295b8486a070564163b560c30ff0d5d7fa480b25 (patch) | |
tree | 3935880600bc5f4941820ed0175b5d2217fbf5dc /sys-auth | |
parent | fix up deps; bug #210509 (diff) | |
download | gentoo-2-295b8486a070564163b560c30ff0d5d7fa480b25.tar.gz gentoo-2-295b8486a070564163b560c30ff0d5d7fa480b25.tar.bz2 gentoo-2-295b8486a070564163b560c30ff0d5d7fa480b25.zip |
Remove old version.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_passwdqc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index 01a34954d328..fbf2c39d794e 100644 --- a/sys-auth/pam_passwdqc/ChangeLog +++ b/sys-auth/pam_passwdqc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_passwdqc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.13 2008/02/21 10:57:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.14 2008/02/22 10:57:14 flameeyes Exp $ + + 22 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> + -pam_passwdqc-0.7.5.ebuild: + Remove old version. 21 Feb 2008; Raúl Porcel <armin76@gentoo.org> pam_passwdqc-1.0.4.ebuild: alpha stable wrt #210695 diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild deleted file mode 100644 index 9ab76515d1c1..000000000000 --- a/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild,v 1.3 2007/01/05 20:49:18 flameeyes Exp $ - -inherit pam - -DESCRIPTION="Password strength checking for PAM aware password changing programs" -HOMEPAGE="http://www.openwall.com/passwdqc/" -SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc x86" - -DEPEND=">=sys-libs/pam-0.72" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dopammod pam_passwdqc.so - - doman pam_passwdqc.8 - dodoc README - - echo - elog "To activate pam_passwdqc use pam_passwdqc.so instead" - elog "of pam_cracklib.so in /etc/pam.d/system-auth." - elog "Also, if you want to change the parameters, read up" - elog "on the man page." - echo -} |