summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-11-03 20:02:07 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-11-03 20:05:11 +0300
commit39a6b1908f9a22b4d6a91bb76014fa3e007140bf (patch)
tree9767d42a127ff53ecb65a558e34da959db385ef0 /sys-auth/openpam/openpam-20140912-r2.ebuild
parentsys-apps/flock: remove last rited pkg (diff)
downloadgentoo-39a6b1908f9a22b4d6a91bb76014fa3e007140bf.tar.gz
gentoo-39a6b1908f9a22b4d6a91bb76014fa3e007140bf.tar.bz2
gentoo-39a6b1908f9a22b4d6a91bb76014fa3e007140bf.zip
sys-auth/openpam: remove last rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/openpam/openpam-20140912-r2.ebuild')
-rw-r--r--sys-auth/openpam/openpam-20140912-r2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/sys-auth/openpam/openpam-20140912-r2.ebuild b/sys-auth/openpam/openpam-20140912-r2.ebuild
deleted file mode 100644
index 7bc134cddffc..000000000000
--- a/sys-auth/openpam/openpam-20140912-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Open source PAM library"
-HOMEPAGE="https://www.openpam.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="!sys-libs/pam"
-DEPEND="
- sys-devel/make
- dev-lang/perl"
-
-PDEPEND="
- sys-auth/pambase"
-
-PATCHES=(
- "${FILESDIR}/${PN}-20130907-gentoo.patch"
- "${FILESDIR}/${PN}-20130907-nbsd.patch"
- "${FILESDIR}/${PN}-20130907-module-dir.patch"
-)
-
-src_prepare() {
- sed -i -e 's:-Werror::' "${S}/configure.ac"
- default
- eautoreconf
-}
-
-multilib_src_configure() {
- local myconf=(
- --with-modules-dir=/$(get_libdir)/security
- )
- ECONF_SOURCE=${S} \
- econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
- dodoc CREDITS HISTORY RELNOTES README
- find "${D}" -name '*.la' -delete || die
-}