summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-21 09:48:04 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-21 13:03:36 -0400
commit637475600b562caa018a92f2cb2afed44d89e8f3 (patch)
tree16c40e0bdb3db3aed5b7c13c2f84c2ddeb949b41 /sys-auth/openpam
parentdev-util/csup: remove old (diff)
downloadgentoo-637475600b562caa018a92f2cb2afed44d89e8f3.tar.gz
gentoo-637475600b562caa018a92f2cb2afed44d89e8f3.tar.bz2
gentoo-637475600b562caa018a92f2cb2afed44d89e8f3.zip
sys-auth/openpam: remove old
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r--sys-auth/openpam/openpam-20140912-r1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild
deleted file mode 100644
index 702e30b3184e..000000000000
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit multilib autotools-multilib
-
-DESCRIPTION="Open source PAM library"
-HOMEPAGE="https://www.openpam.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug"
-
-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"
-)
-
-DOCS=( CREDITS HISTORY RELNOTES README )
-
-src_prepare() {
- sed -i -e 's:-Werror::' "${S}/configure.ac"
-
- autotools-multilib_src_prepare
-}
-
-my_configure() {
- local myeconfargs=(
- --with-modules-dir=/$(get_libdir)/security
- )
- autotools-utils_src_configure
-}
-
-src_configure() {
- multilib_parallel_foreach_abi my_configure
-}