diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-04-12 16:24:41 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-04-12 16:24:41 +0000 |
commit | a18495edf7b22b5a2b5163f7436e4abfd747f347 (patch) | |
tree | d5538173dfef9af235b6252336f99e7b3053928b /sys-auth | |
parent | Sanitise LINGUAS to avoid issues when a user specifies the same linguas twice... (diff) | |
download | gentoo-2-a18495edf7b22b5a2b5163f7436e4abfd747f347.tar.gz gentoo-2-a18495edf7b22b5a2b5163f7436e4abfd747f347.tar.bz2 gentoo-2-a18495edf7b22b5a2b5163f7436e4abfd747f347.zip |
remove old pam_mount to avoid people using it (it's heavily broken)
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.32.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-auth/pam_mount/pam_mount-0.32.ebuild b/sys-auth/pam_mount/pam_mount-0.32.ebuild deleted file mode 100644 index 8ea09c21dd0b..000000000000 --- a/sys-auth/pam_mount/pam_mount-0.32.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.32.ebuild,v 1.2 2008/03/04 21:10: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.72 - dev-libs/openssl - >=sys-libs/libhx-1.10.2 - dev-libs/libxml2 - dev-util/pkgconfig" -RDEPEND=">=sys-libs/pam-0.72 - dev-libs/openssl - >=sys-libs/libhx-1.10.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" -} |