diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-02-24 02:33:09 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-02-24 02:33:09 +0000 |
commit | 0738fa74a6a4268fec47b79f36af40de84f00126 (patch) | |
tree | 03b1c07ab672093316cf13fe4fe443af7f76e98a /sys-auth/pam_mount | |
parent | x86 stable wrt bug #495572 (diff) | |
download | gentoo-2-0738fa74a6a4268fec47b79f36af40de84f00126.tar.gz gentoo-2-0738fa74a6a4268fec47b79f36af40de84f00126.tar.bz2 gentoo-2-0738fa74a6a4268fec47b79f36af40de84f00126.zip |
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'sys-auth/pam_mount')
4 files changed, 7 insertions, 86 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 559a17f66691..efc0762b5eb8 100644 --- a/sys-auth/pam_mount/ChangeLog +++ b/sys-auth/pam_mount/ChangeLog @@ -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 diff --git a/sys-auth/pam_mount/files/pam_mount-2.13-fix-build-without-cryptsetup.patch b/sys-auth/pam_mount/files/pam_mount-2.13-fix-build-without-cryptsetup.patch deleted file mode 100644 index 4733c6b62dd7..000000000000 --- a/sys-auth/pam_mount/files/pam_mount-2.13-fix-build-without-cryptsetup.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ruN pam_mount-2.13.orig/src/Makefile.am pam_mount-2.13/src/Makefile.am ---- pam_mount-2.13.orig/src/Makefile.am 2011-12-15 04:12:10.000000000 -0800 -+++ pam_mount-2.13/src/Makefile.am 2012-12-28 20:41:44.878975018 -0800 -@@ -8,7 +8,9 @@ - moduledir = @PAM_MODDIR@ - module_LTLIBRARIES = pam_mount.la - sbin_PROGRAMS = pmvarrun -+if HAVE_LIBCRYPTSETUP - sbin_PROGRAMS += pmt-ehd -+endif - ssbin_PROGRAMS = mount.crypt - noinst_PROGRAMS = autoloop ismnt - noinst_SCRIPTS = umount.crypt -@@ -75,7 +77,7 @@ - mount_crypt_LDADD = libcryptmount.la libpmt_mtab.la ${libHX_LIBS} - - pmt_ehd_SOURCES = ehd.c bdev.c misc.c spawn.c --pmt_ehd_LDADD = libcryptmount.la ${libHX_LIBS} -+pmt_ehd_LDADD = libcryptmount.la ${libHX_LIBS} ${libcryptsetup_LIBS} - - # - # runtime helpers diff --git a/sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch b/sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch deleted file mode 100644 index 8f5e58dc6bd3..000000000000 --- a/sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch +++ /dev/null @@ -1,14 +0,0 @@ -X-Git-Url: http://pam-mount.git.sourceforge.net/git/gitweb.cgi?p=pam-mount%2Fpam-mount;a=blobdiff_plain;f=src%2Frdconf1.c;h=827d36ad2a8873f9342c9fd94fae506dabf5f4af;hp=e8ccd2d4fc96811986a1bd9e57bc8803d93576aa;hb=38a15cc36c7fe6714dd3010fde6ad808b3792ac0;hpb=8bbab5ce3520d361398bdcd65290af8f9cd8ea64 - -diff --git a/src/rdconf1.c b/src/rdconf1.c -index e8ccd2d..827d36a 100644 ---- a/src/rdconf1.c -+++ b/src/rdconf1.c -@@ -340,6 +340,7 @@ void initconfig(struct config *config) - char options_require[] = "nosuid,nodev"; - - memset(config, 0, sizeof(*config)); -+ ehd_logctl(EHD_LOGFT_DEBUG, EHD_LOG_SET); - config->debug = true; - config->mkmntpoint = true; - diff --git a/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild b/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild deleted file mode 100644 index a291ed5705d5..000000000000 --- a/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 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.4 2013/08/19 13:36:10 ago 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 -} |