diff options
author | Joakim Tjernlund <joakim.tjernlund@infinera.com> | 2019-11-06 16:27:34 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-06 16:35:32 +0200 |
commit | 163664374a66ab9e502b13d7baf6d665b9c598f1 (patch) | |
tree | a3075004972b4bc3fc7671a1e80b94ae288782fe /sys-auth | |
parent | app-mobilephone/gammu: bump to 1.41.0 (diff) | |
download | gentoo-163664374a66ab9e502b13d7baf6d665b9c598f1.tar.gz gentoo-163664374a66ab9e502b13d7baf6d665b9c598f1.tar.bz2 gentoo-163664374a66ab9e502b13d7baf6d665b9c598f1.zip |
sys-auth/pam_require: EAPI-7 revbump
Closes: https://bugs.gentoo.org/697710
Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_require/pam_require-0.7-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 000000000000..748b7bd53af2 --- /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 +} |