From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B04813997D for ; Sun, 10 Nov 2019 10:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FFD8E0C52; Sun, 10 Nov 2019 10:35:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55C6AE09BD for ; Sun, 10 Nov 2019 10:35:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBA4C34CDBA for ; Sun, 10 Nov 2019 09:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02A448B1 for ; Sun, 10 Nov 2019 09:19:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573377513.9163f061d6eea499b3957ec48762949143685cfb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_passwdqc/, sys-auth/pam_passwdqc/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_passwdqc/Manifest sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.5-makefile.patch sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild X-VCS-Directories: sys-auth/pam_passwdqc/files/ sys-auth/pam_passwdqc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9163f061d6eea499b3957ec48762949143685cfb X-VCS-Branch: master Date: Sun, 10 Nov 2019 09:19:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b42cc6a-81c0-4598-963d-b76f3597f103 X-Archives-Hash: 1765e12a4e7f2f2a7fcf7d2255d8110c commit: 9163f061d6eea499b3957ec48762949143685cfb Author: Michał Górny gentoo org> AuthorDate: Sun Nov 10 09:10:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 10 09:18:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9163f061 sys-auth/pam_passwdqc: Drop old (EAPI 0) Signed-off-by: Michał Górny gentoo.org> sys-auth/pam_passwdqc/Manifest | 1 - .../files/pam_passwdqc-1.0.5-makefile.patch | 35 ---------------- sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 48 ---------------------- 3 files changed, 84 deletions(-) diff --git a/sys-auth/pam_passwdqc/Manifest b/sys-auth/pam_passwdqc/Manifest deleted file mode 100644 index ec53edaa698..00000000000 --- a/sys-auth/pam_passwdqc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pam_passwdqc-1.0.5.tar.gz 29973 BLAKE2B e2edce3fa63994afc1f1fe65709ad241662c81113b67f6d17e1c5b36d6ea48be1d7f2cde77766fe2b92da2c22546a71122b95dc70b193edacfbdfd219f56ca6c SHA512 8ae6cb4cc520b06b05fadf60ac360964721a8a1e4481aff9cd7247c203e62b58d3aed4c14ba687b303de820689e0f5cdcf070fd396b7e13b0aae4cc5d1442235 diff --git a/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.5-makefile.patch b/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.5-makefile.patch deleted file mode 100644 index 20375b76a38..00000000000 --- a/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.5-makefile.patch +++ /dev/null @@ -1,35 +0,0 @@ -Index: pam_passwdqc-1.0.5/Makefile -=================================================================== ---- pam_passwdqc-1.0.5.orig/Makefile -+++ pam_passwdqc-1.0.5/Makefile -@@ -7,8 +7,8 @@ LD = $(CC) - RM = rm -f - MKDIR = mkdir -p - INSTALL = install -c --CFLAGS = -Wall -fPIC -O2 --LDFLAGS = --shared -+CFLAGS = -Wall -fPIC -O2 $(OPTCFLAGS) -+LDFLAGS_GENERIC = --shared - LDFLAGS_LINUX = --shared -Wl,--version-script,$(MAP) - LDFLAGS_SUN = -G - LDFLAGS_HP = -b -@@ -41,16 +41,16 @@ MAP = pam_passwdqc.map - all: - case "`uname -s`" in \ - Linux) $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \ -- LDFLAGS="$(LDFLAGS_LINUX)" LDLIBS="$(LDLIBS_LINUX)" \ -+ LDFLAGS="$(LDFLAGS) $(LDFLAGS_LINUX)" LDLIBS="$(LDLIBS_LINUX)" \ - $(PROJ);; \ - SunOS) $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \ -- LD=ld LDFLAGS="$(LDFLAGS_SUN)" LDLIBS="$(LDLIBS_SUN)" \ -+ LD=ld LDFLAGS="$(LDFLAGS) $(LDFLAGS_SUN)" LDLIBS="$(LDLIBS_SUN)" \ - $(PROJ);; \ - HP-UX) $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \ -- LD=ld LDFLAGS="$(LDFLAGS_HP)" LDLIBS="$(LDLIBS_HP)" \ -+ LD=ld LDFLAGS="$(LDFLAGS) $(LDFLAGS_HP)" LDLIBS="$(LDLIBS_HP)" \ - $(PROJ);; \ -- *) $(MAKE) $(PROJ);; \ -+ *) $(MAKE) LDFLAGS="$(LDFLAGS) $(LDFLAGS_GENERIC)" $(PROJ);; \ - esac - - $(LIBSHARED): $(OBJS) $(MAP) diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild deleted file mode 100644 index a960678e6f9..00000000000 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit pam eutils toolchain-funcs - -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="Openwall BSD public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" - -DEPEND="sys-libs/pam" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-makefile.patch" -} - -src_compile() { - emake \ - OPTCFLAGS="${CFLAGS}" \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - || die "emake failed" -} - -src_install() { - dopammod pam_passwdqc.so - - doman pam_passwdqc.8 - dodoc README PLATFORMS INTERNALS -} - -pkg_postinst() { - elog - 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." - elog -}