summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-01 15:44:46 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-01 16:09:42 +0100
commite9829359a6c162f162d078c0ff0fe0c92e1056d4 (patch)
tree8e8d6384781bf2dcf40719544599ac7d866d4289 /sys-auth
parentapp-arch/lz4: Bump to 1.8.1.2 (diff)
downloadgentoo-e9829359a6c162f162d078c0ff0fe0c92e1056d4.tar.gz
gentoo-e9829359a6c162f162d078c0ff0fe0c92e1056d4.tar.bz2
gentoo-e9829359a6c162f162d078c0ff0fe0c92e1056d4.zip
sys-auth/openpam: Drop old revision
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/openpam/openpam-20140912.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/sys-auth/openpam/openpam-20140912.ebuild b/sys-auth/openpam/openpam-20140912.ebuild
deleted file mode 100644
index f32258087444..000000000000
--- a/sys-auth/openpam/openpam-20140912.ebuild
+++ /dev/null
@@ -1,49 +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="http://www.openpam.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug vim-syntax"
-
-RDEPEND="!sys-libs/pam"
-DEPEND="sys-devel/make
- dev-lang/perl"
-PDEPEND="sys-auth/pambase
- vim-syntax? ( app-vim/pam-syntax )"
-
-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
-}