vapier 15/07/07 08:14:55 Added: passwdqc-1.3.0.ebuild metadata.xml ChangeLog Log: Version bump based on last pam_passwdqc package #491836 by Florian Steinel. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 sys-auth/passwdqc/passwdqc-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/passwdqc-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/passwdqc-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: passwdqc-1.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/passwdqc-1.3.0.ebuild,v 1.1 2015/07/07 08:14:55 vapier Exp $ EAPI="5" inherit pam eutils toolchain-funcs multilib DESCRIPTION="Password strength checking library (and PAM module)" HOMEPAGE="http://www.openwall.com/passwdqc/" SRC_URI="http://www.openwall.com/${PN}/${P}.tar.gz" LICENSE="Openwall BSD public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="pam utils" RDEPEND=" pam? ( virtual/pam !<sys-auth/pam_passwdqc-1.3.0 )" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.3.0-build.patch sed -i \ -e 's:`uname -s`:Linux:' \ Makefile || die } _emake() { emake \ LIBDIR="$(get_libdir)" \ CFLAGS="${CFLAGS} ${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ CC="$(tc-getCC)" \ LD="$(tc-getCC)" \ "$@" } src_compile() { # The use of wrapped targets defeats the Makefile dep tracking. # Build all the targets explicitly after the library. _emake lib if use pam || use utils ; then _emake $(usev pam) $(usev utils) fi } src_install() { _emake \ DESTDIR="${ED}" \ install_lib $(usex pam install_pam '') $(usex utils install_utils '') dodoc README PLATFORMS INTERNALS } pkg_postinst() { if use pam ; then 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 pam_passwdqc(8) man page." fi } 1.1 sys-auth/passwdqc/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>pam</herd> <maintainer> <email>[email protected]</email> </maintainer> <use> <flag name='utils'>Install pwqcheck and pwqgen helper utilities</flag> </use> <longdescription> Password strength checking for PAM aware password changing programs. This is an alternative to the default cracklib. </longdescription> <longdescription lang="ja"> パスワード変更プログラムに反応する PAM のパスワード強度検査機能です。これはデフォルトの cracklib の代替です。 </longdescription> </pkgmetadata> 1.1 sys-auth/passwdqc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for sys-auth/passwdqc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v 1.1 2015/07/07 08:14:55 vapier Exp $ *passwdqc-1.3.0 (07 Jul 2015) 07 Jul 2015; Mike Frysinger <[email protected]> +files/passwdqc-1.3.0-build.patch, +metadata.xml, +passwdqc-1.3.0.ebuild: Version bump based on last pam_passwdqc package #491836 by Florian Steinel.
