diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-07 12:31:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-07 12:31:35 +0000 |
commit | f53cdb8e6e94aec37f4f55a6208551428f0cc996 (patch) | |
tree | 8e15e7a1c49aa03691d6aa9140f193baf77e5475 /sys-apps/pmount | |
parent | Stable for amd64, wrt bug #406015 (diff) | |
download | gentoo-2-f53cdb8e6e94aec37f4f55a6208551428f0cc996.tar.gz gentoo-2-f53cdb8e6e94aec37f4f55a6208551428f0cc996.tar.bz2 gentoo-2-f53cdb8e6e94aec37f4f55a6208551428f0cc996.zip |
old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.23.ebuild | 67 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.99_alpha.ebuild | 76 |
3 files changed, 5 insertions, 144 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index bf24788bcbd2..c174b2c82c3a 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.94 2012/02/12 14:41:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.95 2012/03/07 12:31:34 ssuominen Exp $ + + 07 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -pmount-0.9.23.ebuild, + -pmount-0.9.99_alpha.ebuild: + old 12 Feb 2012; Raúl Porcel <armin76@gentoo.org> pmount-0.9.99_alpha-r1.ebuild: alpha/arm/ia64/sh/sparc stable wrt #399415 diff --git a/sys-apps/pmount/pmount-0.9.23.ebuild b/sys-apps/pmount/pmount-0.9.23.ebuild deleted file mode 100644 index 4eb5cd5fbda5..000000000000 --- a/sys-apps/pmount/pmount-0.9.23.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.23.ebuild,v 1.7 2010/07/18 14:20:06 nixnut Exp $ - -EAPI=2 -inherit base eutils - -DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" -HOMEPAGE="http://pmount.alioth.debian.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -#SRC_URI="https://alioth.debian.org/frs/download.php/3310/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="crypt" - -RDEPEND=">=sys-apps/util-linux-2.16 - crypt? ( >=sys-fs/cryptsetup-1.0.5 )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext" - -PATCHES=( "${FILESDIR}/${PN}-0.9.19-testsuite-missing-dir.patch" ) - -pkg_setup() { - enewgroup plugdev -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-hal -} - -src_test() { - local testdir=${S}/tests/check_fstab - - ln -s $testdir/a $testdir/b && ln -s $testdir/d $testdir/c && \ - ln -s $testdir/c $testdir/e \ - || die "Unable to create fake symlinks required for testsuite" - emake check || die -} - -src_install () { - # Must be run SETUID+SETGID, bug #250106 - exeinto /usr/bin - exeopts -m 6710 -g plugdev - doexe src/pmount src/pumount || die - - dodoc AUTHORS ChangeLog TODO || die - doman man/pmount.1 man/pumount.1 || die - - insinto /etc - doins etc/pmount.allow || die -} - -pkg_postinst() { - elog - elog "This package has been installed setuid and setgid." - - elog "The permissions are as such that only users that belong to the plugdev" - elog "group are allowed to run this. But if a script run by root mounts a" - elog "device, members of the plugdev group will have access to it." - elog - elog "Please add your user to the plugdev group to be able to mount USB drives" -} diff --git a/sys-apps/pmount/pmount-0.9.99_alpha.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha.ebuild deleted file mode 100644 index 93ffce9e72c1..000000000000 --- a/sys-apps/pmount/pmount-0.9.99_alpha.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.99_alpha.ebuild,v 1.1 2011/12/03 01:22:52 ssuominen Exp $ - -EAPI=4 -inherit eutils - -DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" -HOMEPAGE="http://pmount.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV/_/-}.orig.tar.bz2" -#SRC_URI="http://alioth.debian.org/frs/download.php/3530/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="crypt" - -RDEPEND=">=sys-apps/util-linux-2.17.2 - crypt? ( >=sys-fs/cryptsetup-1.0.6-r2 )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext" - -S=${WORKDIR}/${P/_/-} - -pkg_setup() { - enewgroup plugdev -} - -src_prepare() { - cat <<-EOF > po/POTFILES.skip - src/conffile.c - src/configuration.c - src/loop.c - EOF - - epatch "${FILESDIR}"/${PN}-0.9.19-testsuite-missing-dir.patch -} - -src_configure() { - econf --disable-hal -} - -src_test() { - local testdir=${S}/tests/check_fstab - - ln -s $testdir/a $testdir/b && ln -s $testdir/d $testdir/c && \ - ln -s $testdir/c $testdir/e \ - || die "Unable to create fake symlinks required for testsuite" - - emake check -} - -src_install () { - # Must be run SETUID+SETGID, bug #250106 - exeinto /usr/bin - exeopts -m 6710 -g plugdev - doexe src/{p,pu}mount - - dodoc AUTHORS ChangeLog TODO - doman man/{{p,pu}mount.1,pmount.conf.5} - - insinto /etc - doins etc/pmount.{allow,conf} -} - -pkg_postinst() { - elog - elog "This package has been installed setuid and setgid." - - elog "The permissions are as such that only users that belong to the plugdev" - elog "group are allowed to run this. But if a script run by root mounts a" - elog "device, members of the plugdev group will have access to it." - elog - elog "Please add your user to the plugdev group to be able to mount USB drives" -} |