summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-12-13 17:28:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-12-13 17:28:26 +0000
commitf5ff1a5332cef473a8d95881ee5c90a6e6e6fb45 (patch)
tree2b5e8ed32b88f99dc6fd8fd3f39c52db400e8534 /sys-apps/pmount
parentNew version. (diff)
downloadgentoo-2-f5ff1a5332cef473a8d95881ee5c90a6e6e6fb45.tar.gz
gentoo-2-f5ff1a5332cef473a8d95881ee5c90a6e6e6fb45.tar.bz2
gentoo-2-f5ff1a5332cef473a8d95881ee5c90a6e6e6fb45.zip
remove old versions
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r--sys-apps/pmount/ChangeLog6
-rw-r--r--sys-apps/pmount/files/digest-pmount-0.9.113
-rw-r--r--sys-apps/pmount/files/digest-pmount-0.9.93
-rw-r--r--sys-apps/pmount/pmount-0.9.11.ebuild55
-rw-r--r--sys-apps/pmount/pmount-0.9.9.ebuild55
5 files changed, 5 insertions, 117 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog
index ee36d0fa7047..f71d048a7054 100644
--- a/sys-apps/pmount/ChangeLog
+++ b/sys-apps/pmount/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/pmount
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.45 2007/09/06 08:48:53 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.46 2007/12/13 17:28:26 cardoe Exp $
+
+ 13 Dec 2007; Doug Klima <cardoe@gentoo.org> -pmount-0.9.9.ebuild,
+ -pmount-0.9.11.ebuild:
+ remove old versions
*pmount-0.9.16 (06 Sep 2007)
diff --git a/sys-apps/pmount/files/digest-pmount-0.9.11 b/sys-apps/pmount/files/digest-pmount-0.9.11
deleted file mode 100644
index 010355b6799b..000000000000
--- a/sys-apps/pmount/files/digest-pmount-0.9.11
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b9d169831257b278cf30c051c42ce177 pmount-0.9.11.tar.gz 414959
-RMD160 b222171274581259bbbe5980183923fb25342ec3 pmount-0.9.11.tar.gz 414959
-SHA256 a7c8521316114102f3bd19f350b7fe21d38c39a30b055d89613a3eb62f4c9d88 pmount-0.9.11.tar.gz 414959
diff --git a/sys-apps/pmount/files/digest-pmount-0.9.9 b/sys-apps/pmount/files/digest-pmount-0.9.9
deleted file mode 100644
index b15c3671ad85..000000000000
--- a/sys-apps/pmount/files/digest-pmount-0.9.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f62d39a33399dbb206791bf03f66da3f pmount-0.9.9.tar.gz 416898
-RMD160 f24e7bab64d4163a1f32a2a69fbd0e12c0ca2049 pmount-0.9.9.tar.gz 416898
-SHA256 19a15780cd1083bfbef432436402db665dac131013a005b4cd27ad49341d465d pmount-0.9.9.tar.gz 416898
diff --git a/sys-apps/pmount/pmount-0.9.11.ebuild b/sys-apps/pmount/pmount-0.9.11.ebuild
deleted file mode 100644
index fbb324214d49..000000000000
--- a/sys-apps/pmount/pmount-0.9.11.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.11.ebuild,v 1.5 2007/08/14 15:37:11 strerror Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user"
-HOMEPAGE="http://www.piware.de/projects.shtml"
-SRC_URI="http://www.piware.de/projects/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="crypt"
-
-DEPEND=">=sys-apps/dbus-0.33
- >=sys-apps/hal-0.5.2
- >=sys-fs/sysfsutils-1.3.0
- crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )"
-
-pkg_setup() {
- enewgroup plugdev
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e 's:/sbin/cryptsetup:/bin/cryptsetup:' -i src/policy.h
- append-ldflags $(bindnow-flags)
-}
-
-src_install () {
- # this is where we mount stuff
- # moved to hal as of 0.5.7-r1
- #keepdir /media
-
- # Must be run SETUID
- exeinto /usr/bin
- exeopts -m 4710 -g plugdev
- doexe src/pmount src/pumount src/pmount-hal
-
- dodoc AUTHORS ChangeLog TODO
- doman man/pmount.1 man/pumount.1 man/pmount-hal.1
-
- insinto /etc
- doins etc/pmount.allow
-}
-
-pkg_postinst() {
- einfo
- einfo "This package has been installed setuid. The permissions are as such that"
- einfo "only users that belong to the plugdev group are allowed to run this."
- einfo
- einfo "Please add your user to the plugdev group to be able to mount USB drives"
-}
diff --git a/sys-apps/pmount/pmount-0.9.9.ebuild b/sys-apps/pmount/pmount-0.9.9.ebuild
deleted file mode 100644
index b6b656d1e3f9..000000000000
--- a/sys-apps/pmount/pmount-0.9.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.9.ebuild,v 1.14 2007/08/14 15:37:11 strerror Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user"
-HOMEPAGE="http://www.piware.de/projects.shtml"
-SRC_URI="http://www.piware.de/projects/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="crypt"
-
-DEPEND=">=sys-apps/dbus-0.33
- >=sys-apps/hal-0.5.2
- >=sys-fs/sysfsutils-1.3.0
- crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )"
-
-pkg_setup() {
- enewgroup plugdev
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e 's:/sbin/cryptsetup:/bin/cryptsetup:' -i src/policy.h
- append-ldflags $(bindnow-flags)
-}
-
-src_install () {
- # this is where we mount stuff
- # moved to hal as of 0.5.7-r1
- #keepdir /media
-
- # Must be run SETUID
- exeinto /usr/bin
- exeopts -m 4710 -g plugdev
- doexe src/pmount src/pumount src/pmount-hal
-
- dodoc AUTHORS ChangeLog TODO
- doman man/pmount.1 man/pumount.1 man/pmount-hal.1
-
- insinto /etc
- doins etc/pmount.allow
-}
-
-pkg_postinst() {
- einfo
- einfo "This package has been installed setuid. The permissions are as such that"
- einfo "only users that belong to the plugdev group are allowed to run this."
- einfo
- einfo "Please add your user to the plugdev group to be able to mount USB drives"
-}