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-1.21.ebuild ChangeLog
@ 2009-03-23 18:53 Hanno Boeck (hanno)
  0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2009-03-23 18:53 UTC (permalink / raw
  To: gentoo-commits

hanno       09/03/23 18:53:57

  Modified:             ChangeLog
  Added:                pam_mount-1.21.ebuild
  Log:
  pam_mount bump
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	8 Mar 2009 21:40:43 -0000	1.28
+++ ChangeLog	23 Mar 2009 18:53:57 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.28 2009/03/08 21:40:43 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.29 2009/03/23 18:53:57 hanno Exp $
+
+*pam_mount-1.21 (23 Mar 2009)
+
+  23 Mar 2009; Hanno Boeck <hanno@gentoo.org> +pam_mount-1.21.ebuild:
+  Version bump.
 
 *pam_mount-1.20 (08 Mar 2009)
 



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

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

Index: pam_mount-1.21.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-1.21.ebuild,v 1.1 2009/03/23 18:53:57 hanno Exp $

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.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

IUSE="crypt"
DEPEND=">=sys-libs/pam-0.99
	dev-libs/openssl
	>=sys-libs/libhx-2.5
	dev-libs/libxml2
	dev-util/pkgconfig"
RDEPEND=">=sys-libs/pam-0.99
	dev-libs/openssl
	>=sys-libs/libhx-2.5
	dev-libs/libxml2
	>=sys-fs/cryptsetup-1.0.5
	sys-process/lsof"

src_compile() {
	econf --with-slibdir="/$(get_libdir)" || die "econf failed"
	emake || die "emake 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:[~2009-03-23 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 18:53 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-1.21.ebuild ChangeLog 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