diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-10-02 08:25:26 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-10-02 08:25:26 +0000 |
commit | dd83b0c11931caf596679987d3fff328db7ce9f0 (patch) | |
tree | fb4efaa985b4ea54bd108ac5256242511f0cead4 /sys-auth | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-dd83b0c11931caf596679987d3fff328db7ce9f0.tar.gz gentoo-2-dd83b0c11931caf596679987d3fff328db7ce9f0.tar.bz2 gentoo-2-dd83b0c11931caf596679987d3fff328db7ce9f0.zip |
remove old pam_mount ebuilds
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.43.ebuild | 36 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.47.ebuild | 36 |
2 files changed, 0 insertions, 72 deletions
diff --git a/sys-auth/pam_mount/pam_mount-0.43.ebuild b/sys-auth/pam_mount/pam_mount-0.43.ebuild deleted file mode 100644 index c10dbadbe42d..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.43.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.43.ebuild,v 1.1 2008/07/19 20:50:27 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.lzma" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.18 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.18 - 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.47.ebuild b/sys-auth/pam_mount/pam_mount-0.47.ebuild deleted file mode 100644 index b3389cb43f9d..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.47.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.47.ebuild,v 1.1 2008/09/09 00:07:42 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.lzma" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="crypt" -DEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.23 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.23 - 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" -} |