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.15.ebuild ChangeLog
@ 2015-01-04 10:10 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2015-01-04 10:10 UTC (permalink / raw
  To: gentoo-commits

hanno       15/01/04 10:10:00

  Modified:             ChangeLog
  Added:                pam_mount-2.15.ebuild
  Log:
  pam_mount bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BBB51E42)

Revision  Changes    Path
1.78                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	24 Feb 2014 02:33:08 -0000	1.77
+++ ChangeLog	4 Jan 2015 10:10:00 -0000	1.78
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/pam_mount
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.77 2014/02/24 02:33:08 mattst88 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.78 2015/01/04 10:10:00 hanno Exp $
+
+*pam_mount-2.15 (04 Jan 2015)
+
+  04 Jan 2015; <hanno@gentoo.org> +pam_mount-2.15.ebuild:
+  Bump, EAPI=5.
 
   24 Feb 2014; Matt Turner <mattst88@gentoo.org>
   -files/pam_mount-2.13-fix-build-without-cryptsetup.patch,



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

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

Index: pam_mount-2.15.ebuild
===================================================================
# Copyright 1999-2015 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.15.ebuild,v 1.1 2015/01/04 10:10:00 hanno Exp $

EAPI=5

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 ssl selinux"

COMMON_DEPEND=">=sys-libs/pam-0.99
	>=sys-libs/libhx-3.12.1
	>=dev-libs/libxml2-2.6
	crypt? ( >=sys-fs/cryptsetup-1.1.0 )
	ssl? ( >=dev-libs/openssl-0.9.8 )
	selinux? ( sys-libs/libselinux )"
DEPEND="${COMMON_DEPEND}
	virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}
	>=sys-apps/util-linux-2.20"

src_configure() {
	econf --with-slibdir="/$(get_libdir)" \
			$(use_with crypt cryptsetup) \
			$(use_with ssl crypto) \
			$(use_with selinux)
}

src_install() {
	default
	use selinux || rm -r "${D}"/etc/selinux
	dodoc doc/*.txt
}





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.15.ebuild ChangeLog
@ 2015-01-31 11:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-31 11:45 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/31 11:45:03

  Modified:             pam_mount-2.15.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #519902
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

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

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

Index: pam_mount-2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_mount-2.15.ebuild	4 Jan 2015 10:10:00 -0000	1.1
+++ pam_mount-2.15.ebuild	31 Jan 2015 11:45:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.15.ebuild,v 1.1 2015/01/04 10:10:00 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v 1.2 2015/01/31 11:45:03 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 IUSE="crypt ssl selinux"
 



1.79                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	4 Jan 2015 10:10:00 -0000	1.78
+++ ChangeLog	31 Jan 2015 11:45:03 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.78 2015/01/04 10:10:00 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.79 2015/01/31 11:45:03 ago Exp $
+
+  31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.15.ebuild:
+  Stable for amd64, wrt bug #519902
 
 *pam_mount-2.15 (04 Jan 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.15.ebuild ChangeLog
@ 2015-02-21 11:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21 11:58 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/21 11:58:38

  Modified:             pam_mount-2.15.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #519902
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

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

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

Index: pam_mount-2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam_mount-2.15.ebuild	31 Jan 2015 11:45:03 -0000	1.2
+++ pam_mount-2.15.ebuild	21 Feb 2015 11:58:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.15.ebuild,v 1.2 2015/01/31 11:45:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v 1.3 2015/02/21 11:58:38 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 IUSE="crypt ssl selinux"
 



1.80                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	31 Jan 2015 11:45:03 -0000	1.79
+++ ChangeLog	21 Feb 2015 11:58:38 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.79 2015/01/31 11:45:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.80 2015/02/21 11:58:38 ago Exp $
+
+  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.15.ebuild:
+  Stable for ppc, wrt bug #519902
 
   31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.15.ebuild:
   Stable for amd64, wrt bug #519902





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

end of thread, other threads:[~2015-02-21 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31 11:45 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.15.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-21 11:58 Agostino Sarubbo (ago)
2015-01-04 10:10 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