commit: 163664374a66ab9e502b13d7baf6d665b9c598f1 Author: Joakim Tjernlund <joakim.tjernlund <AT> infinera <DOT> com> AuthorDate: Wed Nov 6 14:27:34 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 14:35:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16366437
sys-auth/pam_require: EAPI-7 revbump Closes: https://bugs.gentoo.org/697710 Signed-off-by: Joakim Tjernlund <joakim.tjernlund <AT> infinera.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-auth/pam_require/pam_require-0.7-r1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/sys-auth/pam_require/pam_require-0.7-r1.ebuild b/sys-auth/pam_require/pam_require-0.7-r1.ebuild new file mode 100644 index 00000000000..748b7bd53af --- /dev/null +++ b/sys-auth/pam_require/pam_require-0.7-r1.ebuild @@ -0,0 +1,25 @@ +# 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 +}
