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; <[email protected]> +pam_mount-2.15.ebuild: + Bump, EAPI=5. 24 Feb 2014; Matt Turner <[email protected]> -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 }
