commit:     7a49e385bc26b17f51bf85931fa193f5493fb2fc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 19:08:59 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 19:09:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a49e385

sys-auth/pambase: Drop old

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

 sys-auth/pambase/Manifest                |   1 -
 sys-auth/pambase/pambase-20201103.ebuild | 105 -------------------------------
 2 files changed, 106 deletions(-)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 14c388faad8..dc78641eaa3 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,2 +1 @@
-DIST pambase-20201103.tar.gz 3295 BLAKE2B 
7e104b5342842a21e10dce6e5c5a2d330ec06146b4791b888518463d915eebefbd694a809ff676b32c9c43945087935dc5c3496ae93ac17b7e4fd4e2e2974d1a
 SHA512 
b94e47780f45c5e897b5fd073ce2184a901d241d51516ac5007658b1ae423d0f34c37a09a9e1d055962aa7158675ea7740dfe6466fad5e4a1b50b66a0812f51d
 DIST pambase-20210201.1.tar.gz 3345 BLAKE2B 
bc12164181de98b3c5b8ed3b72bc6a84b5c6039f389a87da94e5cb9312fa4e221e6317bcd496d5c634c60cd6fbb8c8cd2f4b845687ef942a707fe687f5184afd
 SHA512 
74ab4d7c19a20c088d667ae92e4dcb99b33584ba56df46184173432fd297bd47917494b81cb5ad3f5f49ad5a797c008527399f329e56f2799f5fc376eaa59236

diff --git a/sys-auth/pambase/pambase-20201103.ebuild 
b/sys-auth/pambase/pambase-20201103.ebuild
deleted file mode 100644
index 2f870076f0f..00000000000
--- a/sys-auth/pambase/pambase-20201103.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 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";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/gentoo/pambase.git";
-else
-       SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz";
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-       S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-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}]"
-}
-
-src_configure() {
-       ${EPYTHON} ./${PN}.py \
-               $(usex caps '--caps' '') \
-               $(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' '') \
-       || die
-}
-
-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