commit: 79863e238e998b56c738ec668e009cc051410f93 Author: Joakim Tjernlund <Joakim.Tjernlund <AT> infinera <DOT> com> AuthorDate: Sat Sep 23 15:54:23 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Sep 27 14:16:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79863e23
sys-auth/pam_require: drop 0.7-r1 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund <AT> infinera.com> Closes: https://github.com/gentoo/gentoo/pull/33005 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> sys-auth/pam_require/pam_require-0.7-r1.ebuild | 25 ------------------------- 1 file changed, 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 -}
