diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-06-11 19:29:43 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-06-11 19:29:43 +0000 |
commit | 1036b89c926ffd90fb4ce3dd5bfbe21b473a4bf5 (patch) | |
tree | 525e96b630f8c967e12c1483290c640b8bffcea5 /sys-auth | |
parent | version bump wrt #224751 (diff) | |
download | gentoo-2-1036b89c926ffd90fb4ce3dd5bfbe21b473a4bf5.tar.gz gentoo-2-1036b89c926ffd90fb4ce3dd5bfbe21b473a4bf5.tar.bz2 gentoo-2-1036b89c926ffd90fb4ce3dd5bfbe21b473a4bf5.zip |
pam_mount remove old ebuilds
(Portage version: 2.1.5.4)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.35.1.ebuild | 36 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.35.ebuild | 36 |
2 files changed, 0 insertions, 72 deletions
diff --git a/sys-auth/pam_mount/pam_mount-0.35.1.ebuild b/sys-auth/pam_mount/pam_mount-0.35.1.ebuild deleted file mode 100644 index b995c891d169..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.35.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 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.35.1.ebuild,v 1.1 2008/04/13 23:23:32 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-1.15 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.15 - 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-0.35.ebuild b/sys-auth/pam_mount/pam_mount-0.35.ebuild deleted file mode 100644 index 9aa89b007078..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.35.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 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.35.ebuild,v 1.1 2008/04/06 17:47:08 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-1.15 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.15 - 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" -} |