diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-03-23 10:12:49 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-03-23 10:12:49 +0000 |
commit | 431501062394706f6cd194e66a45c9bfd21d44c8 (patch) | |
tree | 08c7e0441d13c62b7796a95c333de422f4726418 /sys-auth | |
parent | Punt extraneous patch file (diff) | |
download | gentoo-2-431501062394706f6cd194e66a45c9bfd21d44c8.tar.gz gentoo-2-431501062394706f6cd194e66a45c9bfd21d44c8.tar.bz2 gentoo-2-431501062394706f6cd194e66a45c9bfd21d44c8.zip |
pam_mount: remove old versions
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/pam_mount-1.16.ebuild | 36 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-1.17.ebuild | 36 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-1.8.ebuild | 36 |
3 files changed, 0 insertions, 108 deletions
diff --git a/sys-auth/pam_mount/pam_mount-1.16.ebuild b/sys-auth/pam_mount/pam_mount-1.16.ebuild deleted file mode 100644 index 3d281ca56167..000000000000 --- a/sys-auth/pam_mount/pam_mount-1.16.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-1.16.ebuild,v 1.1 2009/01/26 20:03:07 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.99 - dev-libs/openssl - >=sys-libs/libhx-2.2 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.99 - dev-libs/openssl - >=sys-libs/libhx-2.2 - dev-libs/libxml2 - >=sys-fs/cryptsetup-1.0.5 - 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" -} diff --git a/sys-auth/pam_mount/pam_mount-1.17.ebuild b/sys-auth/pam_mount/pam_mount-1.17.ebuild deleted file mode 100644 index 321e0eebe7dd..000000000000 --- a/sys-auth/pam_mount/pam_mount-1.17.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-1.17.ebuild,v 1.1 2009/01/29 18:59:55 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.99 - dev-libs/openssl - >=sys-libs/libhx-2.2 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.99 - dev-libs/openssl - >=sys-libs/libhx-2.2 - dev-libs/libxml2 - >=sys-fs/cryptsetup-1.0.5 - 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" -} diff --git a/sys-auth/pam_mount/pam_mount-1.8.ebuild b/sys-auth/pam_mount/pam_mount-1.8.ebuild deleted file mode 100644 index 138bc50eb340..000000000000 --- a/sys-auth/pam_mount/pam_mount-1.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-1.8.ebuild,v 1.1 2009/01/08 21:31:44 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.99 - dev-libs/openssl - >=sys-libs/libhx-2.2 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.99 - dev-libs/openssl - >=sys-libs/libhx-2.2 - dev-libs/libxml2 - >=sys-fs/cryptsetup-1.0.5 - 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" -} |