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.6.ebuild ChangeLog pam_mount-2.4.ebuild pam_mount-2.0.ebuild pam_mount-1.33.ebuild
@ 2010-11-28  1:56 Hanno Boeck (hanno)
  0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2010-11-28  1:56 UTC (permalink / raw
  To: gentoo-commits

hanno       10/11/28 01:56:52

  Modified:             ChangeLog
  Added:                pam_mount-2.6.ebuild
  Removed:              pam_mount-2.4.ebuild pam_mount-2.0.ebuild
                        pam_mount-1.33.ebuild
  Log:
  Version bump and install pmvarrun to bin instead of sbin (#330995).
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	5 Oct 2010 11:32:01 -0000	1.46
+++ ChangeLog	28 Nov 2010 01:56:52 -0000	1.47
@@ -1,6 +1,12 @@
 # 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.46 2010/10/05 11:32:01 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.47 2010/11/28 01:56:52 hanno Exp $
+
+*pam_mount-2.6 (28 Nov 2010)
+
+  28 Nov 2010; Hanno Boeck <hanno@gentoo.org> +pam_mount-2.6.ebuild,
+  +files/pam_mount-2.6-pmvarrun-bin.diff:
+  Version bump and install pmvarrun to bin instead of sbin (#330995).
 
 *pam_mount-2.5 (05 Oct 2010)
 



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

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

Index: pam_mount-2.6.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.6.ebuild,v 1.1 2010/11/28 01:56:52 hanno Exp $

EAPI=3

inherit 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"
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
	app-arch/xz-utils"
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_prepare() {
	epatch "${FILESDIR}/pam_mount-2.6-pmvarrun-bin.diff"
	eautoreconf
}

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] only message in thread

only message in thread, other threads:[~2010-11-28  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28  1:56 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.6.ebuild ChangeLog pam_mount-2.4.ebuild pam_mount-2.0.ebuild pam_mount-1.33.ebuild 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