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

hanno       10/05/04 20:21:02

  Modified:             ChangeLog
  Added:                pam_mount-2.1.ebuild
  Log:
  pam_mount: Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 sys-auth/pam_mount/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	23 Apr 2010 20:35:10 -0000	1.39
+++ ChangeLog	4 May 2010 20:21:02 -0000	1.40
@@ -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.39 2010/04/23 20:35:10 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.40 2010/05/04 20:21:02 hanno Exp $
+
+*pam_mount-2.1 (04 May 2010)
+
+  04 May 2010; Hanno Boeck <hanno@gentoo.org> +pam_mount-2.1.ebuild:
+  Version bump.
 
   23 Apr 2010; Hanno Boeck <hanno@gentoo.org> pam_mount-2.0.ebuild:
   Adjust cryptsetup dependency.



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

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

Index: pam_mount-2.1.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.1.ebuild,v 1.1 2010/05/04 20:21:02 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
	>=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.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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.1.ebuild ChangeLog
@ 2010-06-13 13:38 Hanno Boeck (hanno)
  0 siblings, 0 replies; 5+ messages in thread
From: Hanno Boeck (hanno) @ 2010-06-13 13:38 UTC (permalink / raw
  To: gentoo-commits

hanno       10/06/13 13:38:26

  Modified:             pam_mount-2.1.ebuild ChangeLog
  Log:
  pam_mount: explicit dependency on xz-utils
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-auth/pam_mount/pam_mount-2.1.ebuild

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

Index: pam_mount-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_mount-2.1.ebuild	4 May 2010 20:21:02 -0000	1.1
+++ pam_mount-2.1.ebuild	13 Jun 2010 13:38:26 -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.1.ebuild,v 1.1 2010/05/04 20:21:02 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.2 2010/06/13 13:38:26 hanno Exp $
 
 EAPI=3
 
@@ -20,7 +20,8 @@
 	>=sys-libs/libhx-3.4
 	dev-libs/libxml2
 	>=sys-fs/cryptsetup-1.1.0
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	app-arch/xz-utils"
 RDEPEND=">=sys-libs/pam-0.99
 	dev-libs/openssl
 	>=sys-libs/libhx-3.4



1.41                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	4 May 2010 20:21:02 -0000	1.40
+++ ChangeLog	13 Jun 2010 13:38:26 -0000	1.41
@@ -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.40 2010/05/04 20:21:02 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.41 2010/06/13 13:38:26 hanno Exp $
+
+  13 Jun 2010; Hanno Boeck <hanno@gentoo.org> pam_mount-2.1.ebuild:
+  Add xz-utils as explicit dependency.
 
 *pam_mount-2.1 (04 May 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.1.ebuild ChangeLog
@ 2010-07-25 10:14 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-25 10:14 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/25 10:14:01

  Modified:             pam_mount-2.1.ebuild ChangeLog
  Log:
  stable x86, bug 264658
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-auth/pam_mount/pam_mount-2.1.ebuild

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

Index: pam_mount-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam_mount-2.1.ebuild	13 Jun 2010 13:38:26 -0000	1.2
+++ pam_mount-2.1.ebuild	25 Jul 2010 10:14:01 -0000	1.3
@@ -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.1.ebuild,v 1.2 2010/06/13 13:38:26 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.3 2010/07/25 10:14:01 fauli Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 IUSE="crypt"
 DEPEND=">=sys-libs/pam-0.99



1.42                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	13 Jun 2010 13:38:26 -0000	1.41
+++ ChangeLog	25 Jul 2010 10:14:01 -0000	1.42
@@ -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.41 2010/06/13 13:38:26 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.42 2010/07/25 10:14:01 fauli Exp $
+
+  25 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pam_mount-2.1.ebuild:
+  stable x86, bug 264658
 
   13 Jun 2010; Hanno Boeck <hanno@gentoo.org> pam_mount-2.1.ebuild:
   Add xz-utils as explicit dependency.






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.1.ebuild ChangeLog
@ 2010-07-27 18:51 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-27 18:51 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/27 18:51:04

  Modified:             pam_mount-2.1.ebuild ChangeLog
  Log:
  amd64 stable, bug 264658
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-auth/pam_mount/pam_mount-2.1.ebuild

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

Index: pam_mount-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam_mount-2.1.ebuild	25 Jul 2010 10:14:01 -0000	1.3
+++ pam_mount-2.1.ebuild	27 Jul 2010 18:51:04 -0000	1.4
@@ -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.1.ebuild,v 1.3 2010/07/25 10:14:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.4 2010/07/27 18:51:04 pacho Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 IUSE="crypt"
 DEPEND=">=sys-libs/pam-0.99



1.43                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	25 Jul 2010 10:14:01 -0000	1.42
+++ ChangeLog	27 Jul 2010 18:51:04 -0000	1.43
@@ -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.42 2010/07/25 10:14:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.43 2010/07/27 18:51:04 pacho Exp $
+
+  27 Jul 2010; Pacho Ramos <pacho@gentoo.org> pam_mount-2.1.ebuild:
+  amd64 stable, bug 264658
 
   25 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pam_mount-2.1.ebuild:
   stable x86, bug 264658






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.1.ebuild ChangeLog
@ 2010-08-13 13:33 Joseph Jezak (josejx)
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-13 13:33 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/13 13:33:09

  Modified:             pam_mount-2.1.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #264658.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-auth/pam_mount/pam_mount-2.1.ebuild

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

Index: pam_mount-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pam_mount-2.1.ebuild	27 Jul 2010 18:51:04 -0000	1.4
+++ pam_mount-2.1.ebuild	13 Aug 2010 13:33:09 -0000	1.5
@@ -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.1.ebuild,v 1.4 2010/07/27 18:51:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.5 2010/08/13 13:33:09 josejx Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 IUSE="crypt"
 DEPEND=">=sys-libs/pam-0.99



1.45                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	31 Jul 2010 14:52:55 -0000	1.44
+++ ChangeLog	13 Aug 2010 13:33:09 -0000	1.45
@@ -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.44 2010/07/31 14:52:55 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.45 2010/08/13 13:33:09 josejx Exp $
+
+  13 Aug 2010; Joseph Jezak <josejx@gentoo.org> pam_mount-2.1.ebuild:
+  Marked ppc stable for bug #264658.
 
 *pam_mount-2.4 (31 Jul 2010)
 






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

end of thread, other threads:[~2010-08-13 13:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 20:21 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.1.ebuild ChangeLog Hanno Boeck (hanno)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-13 13:38 Hanno Boeck (hanno)
2010-07-25 10:14 Christian Faulhammer (fauli)
2010-07-27 18:51 Pacho Ramos (pacho)
2010-08-13 13:33 Joseph Jezak (josejx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox