* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.0.ebuild
@ 2010-04-23 13:27 Hanno Boeck (hanno)
0 siblings, 0 replies; 2+ messages in thread
From: Hanno Boeck (hanno) @ 2010-04-23 13:27 UTC (permalink / raw
To: gentoo-commits
hanno 10/04/23 13:27:57
Modified: ChangeLog
Added: pam_mount-2.0.ebuild
Log:
pam_mount bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.38 sys-auth/pam_mount/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 10 Jan 2010 15:51:34 -0000 1.37
+++ ChangeLog 23 Apr 2010 13:27:57 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/pam_mount
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.37 2010/01/10 15:51:34 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.38 2010/04/23 13:27:57 hanno Exp $
+
+*pam_mount-2.0 (23 Apr 2010)
+
+ 23 Apr 2010; Hanno Boeck <hanno@gentoo.org> +pam_mount-2.0.ebuild:
+ Version bump.
*pam_mount-1.33 (10 Jan 2010)
1.1 sys-auth/pam_mount/pam_mount-2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.1&content-type=text/plain
Index: pam_mount-2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v 1.1 2010/04/23 13:27:57 hanno Exp $
EAPI=3
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.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="crypt"
DEPEND=">=sys-libs/pam-0.99
dev-libs/openssl
>=sys-libs/libhx-3.4
dev-libs/libxml2
dev-util/pkgconfig"
RDEPEND=">=sys-libs/pam-0.99
dev-libs/openssl
>=sys-libs/libhx-3.4
dev-libs/libxml2
>=sys-fs/cryptsetup-1.0.5
sys-process/lsof"
src_configure() {
econf --with-slibdir="/$(get_libdir)" || die "econf failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc doc/*.txt || die "dodoc failed"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.0.ebuild
@ 2010-04-23 20:35 Hanno Boeck (hanno)
0 siblings, 0 replies; 2+ messages in thread
From: Hanno Boeck (hanno) @ 2010-04-23 20:35 UTC (permalink / raw
To: gentoo-commits
hanno 10/04/23 20:35:10
Modified: ChangeLog pam_mount-2.0.ebuild
Log:
pam_mount: adjust dependency on cryptsteup
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.39 sys-auth/pam_mount/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 23 Apr 2010 13:27:57 -0000 1.38
+++ ChangeLog 23 Apr 2010 20:35:10 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_mount
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.38 2010/04/23 13:27:57 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.39 2010/04/23 20:35:10 hanno Exp $
+
+ 23 Apr 2010; Hanno Boeck <hanno@gentoo.org> pam_mount-2.0.ebuild:
+ Adjust cryptsetup dependency.
*pam_mount-2.0 (23 Apr 2010)
1.2 sys-auth/pam_mount/pam_mount-2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?r1=1.1&r2=1.2
Index: pam_mount-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_mount-2.0.ebuild 23 Apr 2010 13:27:57 -0000 1.1
+++ pam_mount-2.0.ebuild 23 Apr 2010 20:35:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v 1.1 2010/04/23 13:27:57 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v 1.2 2010/04/23 20:35:10 hanno Exp $
EAPI=3
@@ -19,12 +19,13 @@
dev-libs/openssl
>=sys-libs/libhx-3.4
dev-libs/libxml2
+ >=sys-fs/cryptsetup-1.1.0
dev-util/pkgconfig"
RDEPEND=">=sys-libs/pam-0.99
dev-libs/openssl
>=sys-libs/libhx-3.4
dev-libs/libxml2
- >=sys-fs/cryptsetup-1.0.5
+ >=sys-fs/cryptsetup-1.1.0
sys-process/lsof"
src_configure() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-23 20:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 13:27 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.0.ebuild Hanno Boeck (hanno)
-- strict thread matches above, loose matches on Subject: below --
2010-04-23 20:35 Hanno Boeck (hanno)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox