mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-auth/pam_mount: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST pam_mount-2.14.tar.xz 312776 BLAKE2B 73010faf369c9627421a97019c5ae5e7db9cf1ab28c7d69eda48e9cfd4c0c5b1f3a001a44a9f2dc99dd016390f603908955877c9901df1390c5fef3e42441837 SHA512 621fc13f01c625bb0c8cb9ac1b7bcfd9851f239b37c4479eb9ff958ad2b7f00698df32e32893558119f486e2e5fa05514f6e8e34498359c432db75706cc2477e
|
||||
DIST pam_mount-2.15.tar.xz 312076 BLAKE2B aafc1c483b90bcb9a0a4d6040b02460dc07651973d09deddf74a88ea89dcd6f87b1f938732b0f80e76b75cf0e282e818dc24fd1b1bb0a33a5d2c44acebd92ecf SHA512 97252f3b65b1d1a42168b515c384a118e9f06fa68e2ceb9213cfc8ec4b967c52f2cb58742ebe117d7f5764551a371b7f71322a3de5f2912fc8722253081d77a4
|
||||
DIST pam_mount-2.16.tar.xz 312316 BLAKE2B 5954af8f8bf8b9cb47e1c07dc0d5fc5c4db099eeca5de90a3a53dc65aac0a2a6fba3f99c4d91d12f53b13abb5d3bae262b42536434553872a36ec108dc8d2c0c SHA512 3a579d7287cfcaef831d3e54d3e912407b65a966303e81c47f445d601f38f866ce04326e3d37a061f74f97b9cfb201e56109f57e55699d15d8f947ae2b91c8e3
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="A PAM module that can mount volumes for a user session"
|
||||
HOMEPAGE="http://pam-mount.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
|
||||
IUSE="crypt ssl selinux"
|
||||
|
||||
COMMON_DEPEND=">=sys-libs/pam-0.99
|
||||
>=sys-libs/libhx-3.12.1
|
||||
>=dev-libs/libxml2-2.6
|
||||
crypt? ( >=sys-fs/cryptsetup-1.1.0 )
|
||||
ssl? ( >=dev-libs/openssl-0.9.8 )
|
||||
selinux? ( sys-libs/libselinux )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
virtual/pkgconfig
|
||||
app-arch/xz-utils"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=sys-apps/util-linux-2.20"
|
||||
|
||||
src_configure() {
|
||||
econf --with-slibdir="/$(get_libdir)" \
|
||||
$(use_with crypt cryptsetup) \
|
||||
$(use_with ssl crypto) \
|
||||
$(use_with selinux)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
use selinux || rm -r "${D}"/etc/selinux
|
||||
dodoc doc/*.txt
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="A PAM module that can mount volumes for a user session"
|
||||
HOMEPAGE="http://pam-mount.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
|
||||
IUSE="crypt ssl selinux"
|
||||
|
||||
COMMON_DEPEND=">=sys-libs/pam-0.99
|
||||
>=sys-libs/libhx-3.12.1
|
||||
>=dev-libs/libxml2-2.6
|
||||
crypt? ( >=sys-fs/cryptsetup-1.1.0 )
|
||||
ssl? ( >=dev-libs/openssl-0.9.8 )
|
||||
selinux? ( sys-libs/libselinux )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
virtual/pkgconfig"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=sys-apps/util-linux-2.20"
|
||||
|
||||
src_configure() {
|
||||
econf --with-slibdir="/$(get_libdir)" \
|
||||
$(use_with crypt cryptsetup) \
|
||||
$(use_with ssl crypto) \
|
||||
$(use_with selinux)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
use selinux || rm -r "${D}"/etc/selinux
|
||||
dodoc doc/*.txt
|
||||
}
|
||||
Reference in New Issue
Block a user