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.13-r1.ebuild
@ 2012-12-29  4:48 Matt Turner (mattst88)
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner (mattst88) @ 2012-12-29  4:48 UTC (permalink / raw
  To: gentoo-commits

mattst88    12/12/29 04:48:23

  Modified:             ChangeLog
  Added:                pam_mount-2.13-r1.ebuild
  Log:
  Fix bugs #379267 and #395147.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.68                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	28 May 2012 00:17:34 -0000	1.67
+++ ChangeLog	29 Dec 2012 04:48:23 -0000	1.68
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.67 2012/05/28 00:17:34 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.68 2012/12/29 04:48:23 mattst88 Exp $
+
+*pam_mount-2.13-r1 (29 Dec 2012)
+
+  29 Dec 2012; Matt Turner <mattst88@gentoo.org> +pam_mount-2.13-r1.ebuild,
+  +files/pam_mount-2.13-fix-build-without-cryptsetup.patch,
+  +files/pam_mount-2.13-remove-useless-log-message.patch:
+  Fix bugs #379267 and #395147.
 
   28 May 2012; Matt Turner <mattst88@gentoo.org> -pam_mount-2.1.ebuild,
   -pam_mount-2.5.ebuild, -pam_mount-2.6.ebuild,



1.1                  sys-auth/pam_mount/pam_mount-2.13-r1.ebuild

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

Index: pam_mount-2.13-r1.ebuild
===================================================================
# Copyright 1999-2012 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.13-r1.ebuild,v 1.1 2012/12/29 04:48:23 mattst88 Exp $

EAPI=4

inherit eutils multilib autotools

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
	app-arch/xz-utils"
RDEPEND="${COMMON_DEPEND}
	>=sys-apps/util-linux-2.20"

src_prepare() {
	epatch "${FILESDIR}"/${P}-fix-build-without-cryptsetup.patch
	epatch "${FILESDIR}"/${P}-remove-useless-log-message.patch

	eautoreconf
}

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] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.13-r1.ebuild
@ 2014-02-24  2:33 Matt Turner (mattst88)
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner (mattst88) @ 2014-02-24  2:33 UTC (permalink / raw
  To: gentoo-commits

mattst88    14/02/24 02:33:09

  Modified:             ChangeLog
  Removed:              pam_mount-2.13-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.77                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	24 Feb 2014 01:52:38 -0000	1.76
+++ ChangeLog	24 Feb 2014 02:33:08 -0000	1.77
@@ -1,6 +1,12 @@
 # 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.76 2014/02/24 01:52:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.77 2014/02/24 02:33:08 mattst88 Exp $
+
+  24 Feb 2014; Matt Turner <mattst88@gentoo.org>
+  -files/pam_mount-2.13-fix-build-without-cryptsetup.patch,
+  -files/pam_mount-2.13-remove-useless-log-message.patch,
+  -pam_mount-2.13-r1.ebuild:
+  Remove old.
 
   24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pam_mount-2.14.ebuild:
   x86 stable wrt bug #495960





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

end of thread, other threads:[~2014-02-24  2:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-29  4:48 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.13-r1.ebuild Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-24  2:33 Matt Turner (mattst88)

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