summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Tjernlund <Joakim.Tjernlund@infinera.com>2023-09-23 17:54:23 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-09-27 16:16:28 +0200
commit79863e238e998b56c738ec668e009cc051410f93 (patch)
tree5e79c0df02e2c7dd7a8c88b459f2c2ddc05c56a1 /sys-auth/pam_require/pam_require-0.7-r1.ebuild
parentsys-kernel/vanilla-sources: drop 6.4.16, EOL'd upstream (diff)
downloadgentoo-79863e238e998b56c738ec668e009cc051410f93.tar.gz
gentoo-79863e238e998b56c738ec668e009cc051410f93.tar.bz2
gentoo-79863e238e998b56c738ec668e009cc051410f93.zip
sys-auth/pam_require: drop 0.7-r1
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com> Closes: https://github.com/gentoo/gentoo/pull/33005 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-auth/pam_require/pam_require-0.7-r1.ebuild')
-rw-r--r--sys-auth/pam_require/pam_require-0.7-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-auth/pam_require/pam_require-0.7-r1.ebuild b/sys-auth/pam_require/pam_require-0.7-r1.ebuild
deleted file mode 100644
index 748b7bd53af2..000000000000
--- a/sys-auth/pam_require/pam_require-0.7-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pam
-
-DESCRIPTION="Allows you to require a special group or user to access a service"
-HOMEPAGE="https://www.splitbrain.org/projects/pam_require"
-SRC_URI="https://www.splitbrain.org/_media/projects/pamrequire/${P}.tgz"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="sys-libs/pam"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P/_/-}
-
-src_install() {
- dopammod pam_require.so
-
- einstalldocs
-}