public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.10.ebuild
@ 2011-04-17  0:58 Hanno Boeck (hanno)
  0 siblings, 0 replies; 4+ messages in thread
From: Hanno Boeck (hanno) @ 2011-04-17  0:58 UTC (permalink / raw
  To: gentoo-commits

hanno       11/04/17 00:58:13

  Modified:             ChangeLog
  Added:                pam_mount-2.10.ebuild
  Log:
  pam_mount version bump.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 sys-auth/pam_mount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	20 Jan 2011 04:32:11 -0000	1.50
+++ ChangeLog	17 Apr 2011 00:58:13 -0000	1.51
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.50 2011/01/20 04:32:11 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.51 2011/04/17 00:58:13 hanno Exp $
+
+*pam_mount-2.10 (17 Apr 2011)
+
+  17 Apr 2011; Hanno Boeck <hanno@gentoo.org> +pam_mount-2.10.ebuild:
+  Version bump.
 
 *pam_mount-2.8 (20 Jan 2011)
 



1.1                  sys-auth/pam_mount/pam_mount-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.1&content-type=text/plain

Index: pam_mount-2.10.ebuild
===================================================================
# Copyright 1999-2011 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.10.ebuild,v 1.1 2011/04/17 00:58:13 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.10.1
	dev-libs/libxml2
	>=sys-fs/cryptsetup-1.1.0
	dev-util/pkgconfig
	app-arch/xz-utils"
RDEPEND=">=sys-libs/pam-0.99
	dev-libs/openssl
	>=sys-libs/libhx-3.10.1
	dev-libs/libxml2
	>=sys-fs/cryptsetup-1.1.0
	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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.10.ebuild
@ 2011-05-14 20:27 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2011-05-14 20:27 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/05/14 20:27:42

  Modified:             ChangeLog pam_mount-2.10.ebuild
  Log:
  Fix crypt use flag, add ssl and selinux use flags. Thanks to Sander Sweers for the patch! (Bug 363149)
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 sys-auth/pam_mount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	17 Apr 2011 00:58:13 -0000	1.51
+++ ChangeLog	14 May 2011 20:27:42 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.51 2011/04/17 00:58:13 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.52 2011/05/14 20:27:42 mattst88 Exp $
+
+  14 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild:
+  Fix crypt use flag, add ssl and selinux use flags. Thanks to Sander Sweers
+  for the patch! (Bug 363149)
 
 *pam_mount-2.10 (17 Apr 2011)
 



1.2                  sys-auth/pam_mount/pam_mount-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?r1=1.1&r2=1.2

Index: pam_mount-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_mount-2.10.ebuild	17 Apr 2011 00:58:13 -0000	1.1
+++ pam_mount-2.10.ebuild	14 May 2011 20:27:42 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 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.10.ebuild,v 1.1 2011/04/17 00:58:13 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v 1.2 2011/05/14 20:27:42 mattst88 Exp $
 
-EAPI=3
+EAPI=4
 
 inherit multilib
 
@@ -14,26 +14,28 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-IUSE="crypt"
-DEPEND=">=sys-libs/pam-0.99
-	dev-libs/openssl
+IUSE="crypt ssl selinux"
+
+COMMON_DEPEND=">=sys-libs/pam-0.99
 	>=sys-libs/libhx-3.10.1
 	dev-libs/libxml2
-	>=sys-fs/cryptsetup-1.1.0
+	crypt? ( >=sys-fs/cryptsetup-1.1.0 )
+	ssl? ( dev-libs/openssl )
+	selinux? ( sys-libs/libselinux )"
+DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig
 	app-arch/xz-utils"
-RDEPEND=">=sys-libs/pam-0.99
-	dev-libs/openssl
-	>=sys-libs/libhx-3.10.1
-	dev-libs/libxml2
-	>=sys-fs/cryptsetup-1.1.0
+RDEPEND="${COMMON_DEPEND}
 	sys-process/lsof"
 
 src_configure() {
-	econf --with-slibdir="/$(get_libdir)" || die "econf failed"
+	econf --with-slibdir="/$(get_libdir)" \
+			$(use_with crypt cryptsetup) \
+			$(use_with ssl crypto) \
+			$(use_with selinux)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc doc/*.txt || die "dodoc failed"
+	emake DESTDIR="${D}" install
+	dodoc doc/*.txt
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.10.ebuild
@ 2011-05-21 22:32 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2011-05-21 22:32 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/05/21 22:32:46

  Modified:             ChangeLog pam_mount-2.10.ebuild
  Log:
  Fix a few dependencies. Thanks to Sander Sweers, bug 363149
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 sys-auth/pam_mount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	14 May 2011 20:27:42 -0000	1.52
+++ ChangeLog	21 May 2011 22:32:46 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.52 2011/05/14 20:27:42 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.53 2011/05/21 22:32:46 mattst88 Exp $
+
+  21 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild:
+  Fix a few dependencies. Thanks to Sander Sweers, bug 363149
 
   14 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild:
   Fix crypt use flag, add ssl and selinux use flags. Thanks to Sander Sweers



1.3                  sys-auth/pam_mount/pam_mount-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?r1=1.2&r2=1.3

Index: pam_mount-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam_mount-2.10.ebuild	14 May 2011 20:27:42 -0000	1.2
+++ pam_mount-2.10.ebuild	21 May 2011 22:32:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.10.ebuild,v 1.2 2011/05/14 20:27:42 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v 1.3 2011/05/21 22:32:46 mattst88 Exp $
 
 EAPI=4
 
@@ -18,15 +18,14 @@
 
 COMMON_DEPEND=">=sys-libs/pam-0.99
 	>=sys-libs/libhx-3.10.1
-	dev-libs/libxml2
+	>=dev-libs/libxml2-2.6
 	crypt? ( >=sys-fs/cryptsetup-1.1.0 )
-	ssl? ( dev-libs/openssl )
+	ssl? ( >=dev-libs/openssl-0.9.8 )
 	selinux? ( sys-libs/libselinux )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig
 	app-arch/xz-utils"
-RDEPEND="${COMMON_DEPEND}
-	sys-process/lsof"
+RDEPEND="${COMMON_DEPEND}"
 
 src_configure() {
 	econf --with-slibdir="/$(get_libdir)" \






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.10.ebuild
@ 2011-05-22 16:16 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2011-05-22 16:16 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/05/22 16:16:38

  Modified:             ChangeLog pam_mount-2.10.ebuild
  Log:
  Change libhx dependency to 3.6 from 3.10.1
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 sys-auth/pam_mount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	21 May 2011 22:32:46 -0000	1.53
+++ ChangeLog	22 May 2011 16:16:38 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.53 2011/05/21 22:32:46 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.54 2011/05/22 16:16:38 mattst88 Exp $
+
+  22 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild:
+  Change libhx dependency to 3.6 from 3.10.1
 
   21 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild:
   Fix a few dependencies. Thanks to Sander Sweers, bug 363149



1.4                  sys-auth/pam_mount/pam_mount-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild?r1=1.3&r2=1.4

Index: pam_mount-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam_mount-2.10.ebuild	21 May 2011 22:32:46 -0000	1.3
+++ pam_mount-2.10.ebuild	22 May 2011 16:16:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.10.ebuild,v 1.3 2011/05/21 22:32:46 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v 1.4 2011/05/22 16:16:38 mattst88 Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 IUSE="crypt ssl selinux"
 
 COMMON_DEPEND=">=sys-libs/pam-0.99
-	>=sys-libs/libhx-3.10.1
+	>=sys-libs/libhx-3.6
 	>=dev-libs/libxml2-2.6
 	crypt? ( >=sys-fs/cryptsetup-1.1.0 )
 	ssl? ( >=dev-libs/openssl-0.9.8 )






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-22 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22 16:16 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.10.ebuild Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-21 22:32 Matt Turner (mattst88)
2011-05-14 20:27 Matt Turner (mattst88)
2011-04-17  0:58 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