commit:     832ec449a61853446f9f6a8aca4197cd59eda022
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 11:01:18 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 11:01:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832ec449

sys-auth/pambase: Drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-auth/pambase/Manifest                  |  2 -
 sys-auth/pambase/pambase-20201013.ebuild   | 99 ------------------------------
 sys-auth/pambase/pambase-20201028.1.ebuild | 99 ------------------------------
 3 files changed, 200 deletions(-)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 4ad959ae9e3..4f9960bdc94 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,3 +1 @@
-DIST pambase-20201013.tar.gz 3289 BLAKE2B 
81a2216bb5173e5731025e864aa5031b6b4835334a2904c6e9fa2454d01ebb358fcc9d9077b9b122bb2edf4cfda8a5581802537012a423dac6546821184add5d
 SHA512 
b159a86ed7fd0a4c8457625362d9a460bb05e57c63c85be7965dbb2969ef66fa6978b1763fc9b458bb7fe592e4df7b650ec28f52612251c3e6dff1f16ddbaafa
-DIST pambase-20201028.1.tar.gz 3298 BLAKE2B 
2ae11b2501f4fb8c27e6e772f11758b56643c63640460c86bd8e3431cd19436c4ba8706661fcb5bc400a226beb4bb67cf036c9bea69fb90fc168b5cfdbd0cea4
 SHA512 
6e02475faac3294a2cfd25f0c315dad8cad4bf5edc73e5a1680e5dfe734f562e8a623df9d7ff42f0e3ea9fa670facfcaa63f3724165ec99a576f233fc96b2923
 DIST pambase-20201103.tar.gz 3295 BLAKE2B 
7e104b5342842a21e10dce6e5c5a2d330ec06146b4791b888518463d915eebefbd694a809ff676b32c9c43945087935dc5c3496ae93ac17b7e4fd4e2e2974d1a
 SHA512 
b94e47780f45c5e897b5fd073ce2184a901d241d51516ac5007658b1ae423d0f34c37a09a9e1d055962aa7158675ea7740dfe6466fad5e4a1b50b66a0812f51d

diff --git a/sys-auth/pambase/pambase-20201013.ebuild 
b/sys-auth/pambase/pambase-20201013.ebuild
deleted file mode 100644
index d7f758b33c3..00000000000
--- a/sys-auth/pambase/pambase-20201013.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit pam python-any-r1 readme.gentoo-r1
-
-DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://github.com/gentoo/pambase";
-SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="caps debug elogind gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh 
+passwdqc pwhistory pwquality securetty selinux +sha512 systemd"
-
-RESTRICT="binchecks"
-
-REQUIRED_USE="
-       ?? ( elogind systemd )
-       ?? ( passwdqc pwquality )
-       pwhistory? ( || ( passwdqc pwquality ) )
-"
-
-MIN_PAM_REQ=1.4.0
-
-RDEPEND="
-       >=sys-libs/pam-${MIN_PAM_REQ}
-       elogind? ( sys-auth/elogind[pam] )
-       gnome-keyring? ( gnome-base/gnome-keyring[pam] )
-       mktemp? ( sys-auth/pam_mktemp )
-       pam_krb5? (
-               >=sys-libs/pam-${MIN_PAM_REQ}
-               sys-auth/pam_krb5
-       )
-       caps? ( sys-libs/libcap[pam] )
-       pam_ssh? ( sys-auth/pam_ssh )
-       passwdqc? ( >=sys-auth/passwdqc-1.4.0-r1 )
-       pwquality? ( dev-libs/libpwquality[pam] )
-       selinux? ( sys-libs/pam[selinux] )
-       sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} )
-       systemd? ( sys-apps/systemd[pam] )
-"
-
-BDEPEND="$(python_gen_any_dep '
-               dev-python/jinja[${PYTHON_USEDEP}]
-       ')"
-
-python_check_deps() {
-       has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
-}
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_configure() {
-       ${EPYTHON} ./${PN}.py \
-       $(usex caps '--libcap' '') \
-       $(usex debug '--debug' '') \
-       $(usex elogind '--elogind' '') \
-       $(usex gnome-keyring '--gnome-keyring' '') \
-       $(usex minimal '--minimal' '') \
-       $(usex mktemp '--mktemp' '') \
-       $(usex nullok '--nullok' '') \
-       $(usex pam_krb5 '--krb5' '') \
-       $(usex pam_ssh '--pam-ssh' '') \
-       $(usex passwdqc '--passwdqc' '') \
-       $(usex pwhistory '--pwhistory' '') \
-       $(usex pwquality '--pwquality' '') \
-       $(usex securetty '--securetty' '') \
-       $(usex selinux '--selinux' '') \
-       $(usex sha512 '--sha512' '') \
-       $(usex systemd '--systemd' '')
-}
-
-src_test() { :; }
-
-src_install() {
-       local DOC_CONTENTS
-
-       if use passwdqc; then
-               DOC_CONTENTS="To amend the existing password policy please see 
the man 5 passwdqc.conf
-                               page and then edit the 
/etc/security/passwdqc.conf file"
-       fi
-
-       if use pwquality; then
-               DOC_CONTENTS="To amend the existing password policy please see 
the man 5 pwquality.conf
-                               page and then edit the 
/etc/security/pwquality.conf file"
-       fi
-
-       { use passwdqc || use pwquality; } && readme.gentoo_create_doc
-
-       dopamd -r stack/.
-}
-
-pkg_postinst() {
-       { use passwdqc || use pwquality; } && readme.gentoo_print_elog
-}

diff --git a/sys-auth/pambase/pambase-20201028.1.ebuild 
b/sys-auth/pambase/pambase-20201028.1.ebuild
deleted file mode 100644
index b318e7b3353..00000000000
--- a/sys-auth/pambase/pambase-20201028.1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit pam python-any-r1 readme.gentoo-r1
-
-DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://github.com/gentoo/pambase";
-SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="caps debug elogind gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh 
+passwdqc pwhistory pwquality securetty selinux +sha512 systemd"
-
-RESTRICT="binchecks"
-
-REQUIRED_USE="
-       ?? ( elogind systemd )
-       ?? ( passwdqc pwquality )
-       pwhistory? ( || ( passwdqc pwquality ) )
-"
-
-MIN_PAM_REQ=1.4.0
-
-RDEPEND="
-       >=sys-libs/pam-${MIN_PAM_REQ}
-       elogind? ( sys-auth/elogind[pam] )
-       gnome-keyring? ( gnome-base/gnome-keyring[pam] )
-       mktemp? ( sys-auth/pam_mktemp )
-       pam_krb5? (
-               >=sys-libs/pam-${MIN_PAM_REQ}
-               sys-auth/pam_krb5
-       )
-       caps? ( sys-libs/libcap[pam] )
-       pam_ssh? ( sys-auth/pam_ssh )
-       passwdqc? ( >=sys-auth/passwdqc-1.4.0-r1 )
-       pwquality? ( dev-libs/libpwquality[pam] )
-       selinux? ( sys-libs/pam[selinux] )
-       sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} )
-       systemd? ( sys-apps/systemd[pam] )
-"
-
-BDEPEND="$(python_gen_any_dep '
-               dev-python/jinja[${PYTHON_USEDEP}]
-       ')"
-
-python_check_deps() {
-       has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
-}
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_configure() {
-       ${EPYTHON} ./${PN}.py \
-       $(usex caps '--libcap' '') \
-       $(usex debug '--debug' '') \
-       $(usex elogind '--elogind' '') \
-       $(usex gnome-keyring '--gnome-keyring' '') \
-       $(usex minimal '--minimal' '') \
-       $(usex mktemp '--mktemp' '') \
-       $(usex nullok '--nullok' '') \
-       $(usex pam_krb5 '--krb5' '') \
-       $(usex pam_ssh '--pam-ssh' '') \
-       $(usex passwdqc '--passwdqc' '') \
-       $(usex pwhistory '--pwhistory' '') \
-       $(usex pwquality '--pwquality' '') \
-       $(usex securetty '--securetty' '') \
-       $(usex selinux '--selinux' '') \
-       $(usex sha512 '--sha512' '') \
-       $(usex systemd '--systemd' '')
-}
-
-src_test() { :; }
-
-src_install() {
-       local DOC_CONTENTS
-
-       if use passwdqc; then
-               DOC_CONTENTS="To amend the existing password policy please see 
the man 5 passwdqc.conf
-                               page and then edit the 
/etc/security/passwdqc.conf file"
-       fi
-
-       if use pwquality; then
-               DOC_CONTENTS="To amend the existing password policy please see 
the man 5 pwquality.conf
-                               page and then edit the 
/etc/security/pwquality.conf file"
-       fi
-
-       { use passwdqc || use pwquality; } && readme.gentoo_create_doc
-
-       dopamd -r stack/.
-}
-
-pkg_postinst() {
-       { use passwdqc || use pwquality; } && readme.gentoo_print_elog
-}

Reply via email to