summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-06-17 16:33:58 +0000
committerHanno Böck <hanno@gentoo.org>2008-06-17 16:33:58 +0000
commit4dfc13a24e191be95b7c747d7be31e295754f79e (patch)
treeb5d2359ce1fa0049250c0aa53ebf46622bd2ab9c /sys-auth
parentStable for HPPA (bug #212606). (diff)
downloadgentoo-2-4dfc13a24e191be95b7c747d7be31e295754f79e.tar.gz
gentoo-2-4dfc13a24e191be95b7c747d7be31e295754f79e.tar.bz2
gentoo-2-4dfc13a24e191be95b7c747d7be31e295754f79e.zip
pam_mount: remove old ebuilds
(Portage version: 2.1.5.5)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_mount/pam_mount-0.38.ebuild36
-rw-r--r--sys-auth/pam_mount/pam_mount-0.39.ebuild36
-rw-r--r--sys-auth/pam_mount/pam_mount-0.40.ebuild36
3 files changed, 0 insertions, 108 deletions
diff --git a/sys-auth/pam_mount/pam_mount-0.38.ebuild b/sys-auth/pam_mount/pam_mount-0.38.ebuild
deleted file mode 100644
index ad3f831a81e9..000000000000
--- a/sys-auth/pam_mount/pam_mount-0.38.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.38.ebuild,v 1.1 2008/05/20 20:43:14 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.39.ebuild b/sys-auth/pam_mount/pam_mount-0.39.ebuild
deleted file mode 100644
index b577d45799ec..000000000000
--- a/sys-auth/pam_mount/pam_mount-0.39.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.39.ebuild,v 1.1 2008/06/02 14:35:45 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.17
- dev-libs/libxml2
- dev-util/pkgconfig"
-RDEPEND=">=sys-libs/pam-0.72
- dev-libs/openssl
- >=sys-libs/libhx-1.17
- 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.40.ebuild b/sys-auth/pam_mount/pam_mount-0.40.ebuild
deleted file mode 100644
index 5921b7b4b70a..000000000000
--- a/sys-auth/pam_mount/pam_mount-0.40.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.40.ebuild,v 1.1 2008/06/11 19:36:15 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.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"
-}