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 3E8D71382C5 for ; Tue, 13 Mar 2018 23:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5120BE081A; Tue, 13 Mar 2018 23:02:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 21A7DE081A for ; Tue, 13 Mar 2018 23:02:22 +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 DAE6F335C43 for ; Tue, 13 Mar 2018 23:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DD9424C for ; Tue, 13 Mar 2018 23:02:19 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1520982129.5b02902a201d84c0930a247403171c3ed52dae04.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpwquality/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpwquality/Manifest dev-libs/libpwquality/libpwquality-1.3.0.ebuild X-VCS-Directories: dev-libs/libpwquality/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5b02902a201d84c0930a247403171c3ed52dae04 X-VCS-Branch: master Date: Tue, 13 Mar 2018 23:02:19 +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-Archives-Salt: 635f4914-2a34-4853-874f-e941cdc83be8 X-Archives-Hash: 499e51304db66e7e012bced65b4c1ec0 commit: 5b02902a201d84c0930a247403171c3ed52dae04 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Mar 13 22:48:44 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Mar 13 23:02:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b02902a dev-libs/libpwquality: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libpwquality/Manifest | 1 - dev-libs/libpwquality/libpwquality-1.3.0.ebuild | 77 ------------------------- 2 files changed, 78 deletions(-) diff --git a/dev-libs/libpwquality/Manifest b/dev-libs/libpwquality/Manifest index 0319fb96bbc..39fa38a421a 100644 --- a/dev-libs/libpwquality/Manifest +++ b/dev-libs/libpwquality/Manifest @@ -1,2 +1 @@ -DIST libpwquality-1.3.0.tar.bz2 423910 BLAKE2B 83b1d54258f3e5385e054671f32ad6a8287ed8ff7ef1162f2ff982750d8d3a10926acca2aa6dc2a46f546254430be1cc0d29e33f6ebdd18ce17b9386615c1a6e SHA512 c3817c7a5ca962b161911b97b413a0db7c34a99ba2cd191435024abdbe060e248c0f88436f24d3992dcb1b00d34b88afb731ef1fd23efc3ad1abe56d4d7d53ea DIST libpwquality-1.4.0.tar.bz2 450384 BLAKE2B 52a6f1c1bf90f6f01fb07667937b9792935729be77042bfc97dee8faa923212fa02410ad4e5c56f778bc9a8d248655f0b738889f5a0e73dc201d62d0c79093d0 SHA512 b8049f8b71bbfd4d345dbd4c4cffd29e9029b0fca4c95527af54d11a3b06e4708236b630df6c66738368298679c96cb3bf26b1b5d95cb3c5f7e1073cab8a98d9 diff --git a/dev-libs/libpwquality/libpwquality-1.3.0.ebuild b/dev-libs/libpwquality/libpwquality-1.3.0.ebuild deleted file mode 100644 index fdb150efec8..00000000000 --- a/dev-libs/libpwquality/libpwquality-1.3.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit eutils multilib pam python-r1 toolchain-funcs - -DESCRIPTION="Library for password quality checking and generating random passwords" -HOMEPAGE="https://fedorahosted.org/libpwquality/" -SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.bz2" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="pam python static-libs" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - >=sys-libs/cracklib-2.8:=[static-libs(+)?] - pam? ( virtual/pam ) - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.18.2 - virtual/pkgconfig -" - -src_prepare() { - default - # ensure pkgconfig files go in /usr - sed -e 's:\(pkgconfigdir *=\).*:\1 '${EPREFIX}/usr/$(get_libdir)'/pkgconfig:' \ - -i src/Makefile.{am,in} || die "sed failed" - use python && python_copy_sources -} - -src_configure() { - # Install library in /lib for pam - configuring() { - local sitedir - econf \ - --libdir="${EPREFIX}/$(get_libdir)" \ - $(use_enable pam) \ - --with-securedir="${EPREFIX}/$(getpam_mod_dir)" \ - $(use_enable python python-bindings) \ - $(usex python "--with-pythonsitedir=$(use python && python_get_sitedir)" "") \ - $(use_enable static-libs static) - } - if_use_python_python_foreach_impl configuring -} - -src_compile() { - if_use_python_python_foreach_impl default -} - -src_test() { - if_use_python_python_foreach_impl default -} - -src_install() { - if_use_python_python_foreach_impl default - if use static-libs; then - # Do not install static libs in /lib - mkdir -p "${ED}usr/$(get_libdir)" - mv "${ED}$(get_libdir)/libpwquality.a" "${ED}/usr/$(get_libdir)/" || die - gen_usr_ldscript libpwquality.so - fi - prune_libtool_files --modules -} - -if_use_python_python_foreach_impl() { - if use python; then - python_foreach_impl run_in_build_dir "$@" - else - "$@" - fi -}