summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/pam_mount/ChangeLog8
-rw-r--r--sys-auth/pam_mount/pam_mount-0.40-r1.ebuild36
-rw-r--r--sys-auth/pam_mount/pam_mount-0.47.ebuild (renamed from sys-auth/pam_mount/pam_mount-0.41.ebuild)8
3 files changed, 11 insertions, 41 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog
index d453181ad721..2aafb7f87700 100644
--- a/sys-auth/pam_mount/ChangeLog
+++ b/sys-auth/pam_mount/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/pam_mount
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.20 2008/07/19 20:50:27 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.21 2008/09/09 00:07:42 hanno Exp $
+
+*pam_mount-0.47 (09 Sep 2008)
+
+ 09 Sep 2008; Hanno Boeck <hanno@gentoo.org> -pam_mount-0.40-r1.ebuild,
+ -pam_mount-0.41.ebuild, +pam_mount-0.47.ebuild:
+ Version bump.
*pam_mount-0.43 (19 Jul 2008)
diff --git a/sys-auth/pam_mount/pam_mount-0.40-r1.ebuild b/sys-auth/pam_mount/pam_mount-0.40-r1.ebuild
deleted file mode 100644
index 10a4158c4e1a..000000000000
--- a/sys-auth/pam_mount/pam_mount-0.40-r1.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-r1.ebuild,v 1.1 2008/06/12 11:25:37 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"
-}
diff --git a/sys-auth/pam_mount/pam_mount-0.41.ebuild b/sys-auth/pam_mount/pam_mount-0.47.ebuild
index fc3dd578e6cf..b3389cb43f9d 100644
--- a/sys-auth/pam_mount/pam_mount-0.41.ebuild
+++ b/sys-auth/pam_mount/pam_mount-0.47.ebuild
@@ -1,12 +1,12 @@
# 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.41.ebuild,v 1.1 2008/06/17 17:06:50 hanno Exp $
+# $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.bz2"
+SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.lzma"
LICENSE="GPL-3"
SLOT="0"
@@ -15,12 +15,12 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="crypt"
DEPEND=">=sys-libs/pam-0.72
dev-libs/openssl
- >=sys-libs/libhx-1.18
+ >=sys-libs/libhx-1.23
dev-libs/libxml2
dev-util/pkgconfig"
RDEPEND=">=sys-libs/pam-0.72
dev-libs/openssl
- >=sys-libs/libhx-1.18
+ >=sys-libs/libhx-1.23
dev-libs/libxml2
>=sys-fs/cryptsetup-1.0.5
sys-process/lsof"