diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-03-04 21:07:36 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-03-04 21:07:36 +0000 |
commit | a9c6e61d03bfd46c24067f6dc6b02e8ca1b2d391 (patch) | |
tree | d1262c7f0b37c937a065bf9dfb1155178f1f67fc /sys-auth/pam_mount | |
parent | Stable on x86 wrt bug #208905 (diff) | |
download | gentoo-2-a9c6e61d03bfd46c24067f6dc6b02e8ca1b2d391.tar.gz gentoo-2-a9c6e61d03bfd46c24067f6dc6b02e8ca1b2d391.tar.bz2 gentoo-2-a9c6e61d03bfd46c24067f6dc6b02e8ca1b2d391.zip |
remove old pam_mount ebuilds
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth/pam_mount')
-rw-r--r-- | sys-auth/pam_mount/files/pam_mount-cryptsetup-path.patch | 22 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.18.ebuild | 37 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.19.ebuild | 35 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.26.ebuild | 35 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.27.ebuild | 34 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.29.ebuild | 34 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.31.ebuild | 32 |
7 files changed, 0 insertions, 229 deletions
diff --git a/sys-auth/pam_mount/files/pam_mount-cryptsetup-path.patch b/sys-auth/pam_mount/files/pam_mount-cryptsetup-path.patch deleted file mode 100644 index 271627df0c3d..000000000000 --- a/sys-auth/pam_mount/files/pam_mount-cryptsetup-path.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- scripts/umount.crypt 2005-12-28 11:26:51.000000000 +0100 -+++ umount.crypt 2005-12-29 20:19:01.000000000 +0100 -@@ -28,7 +28,7 @@ - export IFS=`echo -en " \t\n"`; - - LOSETUP=/sbin/losetup --CRYPTSETUP=/sbin/cryptsetup -+CRYPTSETUP=cryptsetup - MOUNT=/bin/mount - UMOUNT=/bin/umount - READLINK="/usr/bin/readlink"; ---- scripts/mount.crypt 2005-12-24 13:07:42.000000000 +0100 -+++ mount.crypt 2005-12-29 20:18:22.000000000 +0100 -@@ -28,7 +28,7 @@ - - # Commands - LOSETUP=/sbin/losetup --CRYPTSETUP=/sbin/cryptsetup -+CRYPTSETUP=cryptsetup - MOUNT=/bin/mount - FSCK="/sbin/fsck"; - diff --git a/sys-auth/pam_mount/pam_mount-0.18.ebuild b/sys-auth/pam_mount/pam_mount-0.18.ebuild deleted file mode 100644 index 60b99dee1923..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.18.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.18.ebuild,v 1.3 2007/12/15 00:59:52 hanno Exp $ - -inherit eutils - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=dev-libs/glib-2.0.0" -RDEPEND="$DEPEND - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) ) - sys-process/lsof" - -src_unpack() { - unpack "${A}" - cd "${S}" - - epatch "${FILESDIR}"/pam_mount-cryptsetup-path.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - insinto /etc/security - doins "${S}/config/pam_mount.conf" - dosbin scripts/mount.crypt scripts/umount.crypt - - dodoc README TODO AUTHORS ChangeLog FAQ NEWS || die -} diff --git a/sys-auth/pam_mount/pam_mount-0.19.ebuild b/sys-auth/pam_mount/pam_mount-0.19.ebuild deleted file mode 100644 index b58f8cd87082..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.19.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.19.ebuild,v 1.4 2007/09/21 22:43:34 hanno Exp $ - -inherit eutils multilib pam - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=dev-libs/glib-2.0.0 - sys-libs/libhx - dev-libs/libxml2" -RDEPEND="$DEPEND - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) ) - sys-process/lsof" - -src_compile() { - econf --with-slibdir="/$(get_libdir)" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed" - - dodoc README TODO AUTHORS FAQ || die -} diff --git a/sys-auth/pam_mount/pam_mount-0.26.ebuild b/sys-auth/pam_mount/pam_mount-0.26.ebuild deleted file mode 100644 index 1950932e2a6e..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.26.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.26.ebuild,v 1.1 2007/09/26 03:14:30 hanno Exp $ - -inherit eutils multilib pam - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=dev-libs/glib-2.0.0 - sys-libs/libhx - dev-libs/libxml2" -RDEPEND="$DEPEND - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) ) - sys-process/lsof" - -src_compile() { - econf --with-slibdir="/$(get_libdir)" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed" - - dodoc doc/*.txt || die -} diff --git a/sys-auth/pam_mount/pam_mount-0.27.ebuild b/sys-auth/pam_mount/pam_mount-0.27.ebuild deleted file mode 100644 index bb0fd5653307..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.27.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.27.ebuild,v 1.2 2007/09/26 14:45:32 hanno Exp $ - -inherit eutils multilib pam - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - sys-libs/libhx - dev-libs/libxml2" -RDEPEND="$DEPEND - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) ) - sys-process/lsof" - -src_compile() { - econf --with-slibdir="/$(get_libdir)" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed" - - dodoc doc/*.txt || die "dodoc failed" -} diff --git a/sys-auth/pam_mount/pam_mount-0.29.ebuild b/sys-auth/pam_mount/pam_mount-0.29.ebuild deleted file mode 100644 index 9baed931f205..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.29.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.29.ebuild,v 1.2 2007/10/06 19:07:02 dertobi123 Exp $ - -inherit eutils multilib pam - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - sys-libs/libhx - dev-libs/libxml2" -RDEPEND="$DEPEND - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) ) - sys-process/lsof" - -src_compile() { - econf --with-slibdir="/$(get_libdir)" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed" - - dodoc doc/*.txt || die "dodoc failed" -} diff --git a/sys-auth/pam_mount/pam_mount-0.31.ebuild b/sys-auth/pam_mount/pam_mount-0.31.ebuild deleted file mode 100644 index 5eb85f0b7d8b..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.31.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.31.ebuild,v 1.1 2007/12/02 22:33:21 hanno Exp $ - -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.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - sys-libs/libhx - dev-libs/libxml2" -RDEPEND="$DEPEND - crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) ) - sys-process/lsof" - -src_compile() { - econf --with-slibdir="/$(get_libdir)" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc doc/*.txt || die "dodoc failed" -} |