diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-11-06 16:30:43 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-06 16:35:33 +0200 |
commit | 71a20dc79042472854f60b156ae3fb294dc022d6 (patch) | |
tree | ab87ac67f3c1dc75908c2694cbaf217ba875894c | |
parent | sys-auth/pam_require: become proxy-maintainer (diff) | |
download | gentoo-71a20dc79042472854f60b156ae3fb294dc022d6.tar.gz gentoo-71a20dc79042472854f60b156ae3fb294dc022d6.tar.bz2 gentoo-71a20dc79042472854f60b156ae3fb294dc022d6.zip |
sys-auth/pam_require: remove old EAPI-0 ebuild
Bug: https://bugs.gentoo.org/697710
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | sys-auth/pam_require/pam_require-0.7.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-auth/pam_require/pam_require-0.7.ebuild b/sys-auth/pam_require/pam_require-0.7.ebuild deleted file mode 100644 index 4c7421954aa2..000000000000 --- a/sys-auth/pam_require/pam_require-0.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils pam - -DESCRIPTION="Allows you to require a special group or user to access a service" -HOMEPAGE="http://www.splitbrain.org/projects/pam_require" -SRC_URI="http://www.splitbrain.org/_media/projects/pamrequire/${P}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="" - -DEPEND="sys-libs/pam" - -S=${WORKDIR}/${P/_/-} - -src_compile() { - ./configure --prefix=/ || die "econf failed" - emake || die "emake failed" -} - -src_install() { - dopammod "${S}/pam_require.so" - - dodoc AUTHORS ChangeLog NEWS README -} |