summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-18 14:31:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-18 14:31:40 +0000
commit9524e424ca1182da0297b08e036be16c2646676a (patch)
tree416dedc545940ddd0596f9b942b7e067107b0225
parentppc64 stable wrt #328797 (diff)
downloadhistorical-9524e424ca1182da0297b08e036be16c2646676a.tar.gz
historical-9524e424ca1182da0297b08e036be16c2646676a.tar.bz2
historical-9524e424ca1182da0297b08e036be16c2646676a.zip
old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rw-r--r--sys-apps/pmount/Manifest3
-rw-r--r--sys-apps/pmount/files/pmount-0.9.20-ext4-support.patch12
-rw-r--r--sys-apps/pmount/pmount-0.9.20.ebuild73
3 files changed, 0 insertions, 88 deletions
diff --git a/sys-apps/pmount/Manifest b/sys-apps/pmount/Manifest
index c3fa491f50dc..16ce028fddc3 100644
--- a/sys-apps/pmount/Manifest
+++ b/sys-apps/pmount/Manifest
@@ -1,8 +1,5 @@
AUX pmount-0.9.19-testsuite-missing-dir.patch 1354 RMD160 8e88ab0d83738ae33dc1bc5257d13090c4c265ff SHA1 cb0404219754d7397d5017aa6c1b7db3a6c5437e SHA256 cbb513b5cfb8d12685e5967359ab4f99b78a144df255f4e6a3ce70686f8b7b10
-AUX pmount-0.9.20-ext4-support.patch 553 RMD160 e40fa82075ef706055948f94849788dc83946cfa SHA1 e5721c53644f572df8fe881b489aaa7c9c22e71a SHA256 267bf5659ab32e0822bc2cd94bce7af8092e61a8c19f1eee404e6cc0f39595b4
-DIST pmount-0.9.20.tar.gz 390997 RMD160 3394e8a668c836b17685966f136c2d246865c5f0 SHA1 cd090b139f9b20d6f12dad1453b58d926bb33870 SHA256 0574d2e805610c179904f5c676b2b93e088906b91bcb76980daa4a8da1d23e8c
DIST pmount-0.9.23.tar.bz2 349819 RMD160 c3b0b28d4eb6f5bc6aed6f7c33c6f2c2ac39ed44 SHA1 b77dc9cdcd4a4c839d0d2f7b9e3b185ef40f5572 SHA256 db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
-EBUILD pmount-0.9.20.ebuild 2025 RMD160 274e7b57b01e46bb672e3d0899cf5102041d9c25 SHA1 641054faecc663af5ccac21e2001d11ca7644b51 SHA256 a3c2a35481ccc5af351c0515547b2661033f4b75856444db088fa7c838243c4c
EBUILD pmount-0.9.23.ebuild 1818 RMD160 21af93d4429ebeca8bc2254f31acecc6a6955e16 SHA1 adfcb6a65f5bd89823acfd8fc595dd0fe9d4d901 SHA256 0b3ae33478692fa31f64f055cdf3b1245eac7205d391f9df818438d941ca732f
MISC ChangeLog 10750 RMD160 1de534321c822d0f5c2604ce485653717ff78016 SHA1 179d27e569ec95f09bb1bc1dddee6f54edc4e592 SHA256 e91ebfdee53780c66de2756e6b120d3014b7272ee5209e4e247bbda956c13ad5
MISC metadata.xml 164 RMD160 7d567afe05ca87a772eedf19f5b1fd1e2a9798a7 SHA1 e7b1ab05868d9feb1fa1677c052836fd7dd6a171 SHA256 66cdaff449660e99dfaee8d19b47413fc8ced6d5a1eccd3c842a48e9d9668d48
diff --git a/sys-apps/pmount/files/pmount-0.9.20-ext4-support.patch b/sys-apps/pmount/files/pmount-0.9.20-ext4-support.patch
deleted file mode 100644
index cf84b1e14e53..000000000000
--- a/sys-apps/pmount/files/pmount-0.9.20-ext4-support.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=265453
-
---- pmount-0.9.20/src/fs.c
-+++ pmount-0.9.20/src/fs.c
-@@ -26,6 +26,7 @@
- { "hfsplus", "nosuid,nodev,user", 1, NULL, 0 },
- { "hfs", "nosuid,nodev,user", 1, "077", NULL,
- ",file_umask=%04o,dir_umask=%04o"},
-+ { "ext4", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
- { "ext3", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
- { "ext2", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
- { "reiserfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
diff --git a/sys-apps/pmount/pmount-0.9.20.ebuild b/sys-apps/pmount/pmount-0.9.20.ebuild
deleted file mode 100644
index 80b3b71eec22..000000000000
--- a/sys-apps/pmount/pmount-0.9.20.ebuild
+++ /dev/null
@@ -1,73 +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.20.ebuild,v 1.8 2010/07/07 18:19:25 ssuominen 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="https://alioth.debian.org/frs/download.php/3127/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc"
-IUSE="crypt hal"
-
-RDEPEND=">=sys-apps/util-linux-2.16
- hal? ( >=sys-apps/dbus-0.33 >=sys-apps/hal-0.5.2 )
- crypt? ( >=sys-fs/cryptsetup-1.0.5 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext"
-
-PATCHES=( "${FILESDIR}/${P}-ext4-support.patch"
- "${FILESDIR}/${PN}-0.9.19-testsuite-missing-dir.patch" )
-
-pkg_setup() {
- enewgroup plugdev
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable 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 "check failed"
-}
-
-src_install () {
- # Must be run SETUID+SETGID, bug #250106
- exeinto /usr/bin
- exeopts -m 6710 -g plugdev
- doexe src/pmount src/pumount || die "doexe failed"
-
- dodoc AUTHORS ChangeLog TODO || die "dodoc failed"
- doman man/pmount.1 man/pumount.1 || die "doman failed"
-
- if use hal; then
- doexe src/pmount-hal || die "doexe failed"
- doman man/pmount-hal.1 || die "doman failed"
- fi
-
- insinto /etc
- doins etc/pmount.allow || die "doins failed"
-}
-
-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"
-}