diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-11-26 13:59:54 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-11-26 13:59:54 +0000 |
commit | 1533e2ed3039f883779e8f4fad045763f33f3fca (patch) | |
tree | 69e121447220e1304e1c4053c89b3f498ca0196a | |
parent | Removed as this stuff is really outdated (diff) | |
download | betelgeuse-1533e2ed3039f883779e8f4fad045763f33f3fca.tar.gz betelgeuse-1533e2ed3039f883779e8f4fad045763f33f3fca.tar.bz2 betelgeuse-1533e2ed3039f883779e8f4fad045763f33f3fca.zip |
Everything that I needed this for is now in the main tree.
svn path=/; revision=111
-rw-r--r-- | sys-apps/pmount/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/pmount/files/digest-pmount-0.8 | 1 | ||||
-rw-r--r-- | sys-apps/pmount/files/digest-pmount-0.9.3-r3 | 1 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.8.ebuild | 67 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.3-r3.ebuild | 75 |
5 files changed, 0 insertions, 148 deletions
diff --git a/sys-apps/pmount/Manifest b/sys-apps/pmount/Manifest deleted file mode 100644 index 104664a..0000000 --- a/sys-apps/pmount/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 71f1ef4cb0ca09cacb7b3cd06c8e87e4 pmount-0.9.3-r3.ebuild 1809 -MD5 db2d3dd09940148caeca133ecae8dac0 pmount-0.8.ebuild 1659 -MD5 3eab41332e6c5d3dde55d953e407e30f files/digest-pmount-0.8 61 -MD5 840c7e69303d19acc8e0a62976a4c135 files/digest-pmount-0.9.3-r3 63 diff --git a/sys-apps/pmount/files/digest-pmount-0.8 b/sys-apps/pmount/files/digest-pmount-0.8 deleted file mode 100644 index e0d81d6..0000000 --- a/sys-apps/pmount/files/digest-pmount-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba64e457944d0331632705af7b0775cd pmount-0.8.tar.gz 46154 diff --git a/sys-apps/pmount/files/digest-pmount-0.9.3-r3 b/sys-apps/pmount/files/digest-pmount-0.9.3-r3 deleted file mode 100644 index a4de0c2..0000000 --- a/sys-apps/pmount/files/digest-pmount-0.9.3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c199e73ef33e649e33ff9c5b1f52a959 pmount-0.9.3.tar.gz 48629 diff --git a/sys-apps/pmount/pmount-0.8.ebuild b/sys-apps/pmount/pmount-0.8.ebuild deleted file mode 100644 index 5cf3b3e..0000000 --- a/sys-apps/pmount/pmount-0.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.3-r1.ebuild,v 1.2 2005/08/25 22:05:53 cardoe Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" -SRC_URI="http://www.piware.de/projects/${P}.tar.gz" -HOMEPAGE="http://www.piware.de/projects.shtml" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86" -IUSE="hal" - -RDEPEND="hal? ( =sys-apps/hal-0.4* ) - >=sys-fs/sysfsutils-1.0" - -DEPEND=${RDEPEND} - -DOCS="AUTHORS CHANGES" - -pkg_setup() { - enewgroup plugdev || die "Error creating plugdev group" - append-ldflags "-Wl,-z,now" -} - -src_compile() { - make pmount pumount || die "Failed to make pmount and pumount" - - if use hal; then - make pmount-hal || die "Failed to make pmount-hal" - fi -} - -src_install () { - #this is where we mount stuff - keepdir /media - - # HAL informed mounter, used by Gnome/KDE - use hal && dobin pmount-hal - - # Must be run SETUID - exeinto /usr/bin - exeopts -m 4710 -g plugdev - doexe pmount pumount - - dodoc AUTHORS CHANGES || die "docs are not found" - doman pmount.1 pumount.1 - use hal && doman pmount-hal.1 - - insinto /etc - doins 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" -} - -pkg_postrm() { - einfo "The /media dir is left to the system because it prevents it from" - einfo "getting deleted when updating." -} diff --git a/sys-apps/pmount/pmount-0.9.3-r3.ebuild b/sys-apps/pmount/pmount-0.9.3-r3.ebuild deleted file mode 100644 index efcd2b1..0000000 --- a/sys-apps/pmount/pmount-0.9.3-r3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.3-r1.ebuild,v 1.2 2005/08/25 22:05:53 cardoe Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" -SRC_URI="http://www.piware.de/projects/${P}.tar.gz" -HOMEPAGE="http://www.piware.de/projects.shtml" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86" -IUSE="crypt hal" - -RDEPEND="hal? ( >=sys-apps/hal-0.5.1 ) - crypt? ( sys-fs/cryptsetup-luks ) - >=sys-fs/sysfsutils-1.0" - -DEPEND="sys-devel/gettext - ${RDEPEND}" - -DOCS="AUTHORS CHANGES" - -pkg_setup() { - enewgroup plugdev || die "Error creating plugdev group" - append-ldflags "-Wl,-z,now" -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -e 's:/sbin/cryptsetup:/bin/cryptsetup:' -i policy.h -} - -src_compile() { - make pmount pumount po/pmount.pot || die "Failed to make pmount and pumount" - - if use hal; then - make pmount-hal || die "Failed to make pmount-hal" - fi -} - -src_install () { - #this is where we mount stuff - keepdir /media - - # HAL informed mounter, used by Gnome/KDE - use hal && dobin pmount-hal - - # Must be run SETUID - exeinto /usr/bin - exeopts -m 4710 -g plugdev - doexe pmount pumount - - dodoc AUTHORS CHANGES TODO - doman pmount.1 pumount.1 - use hal && doman pmount-hal.1 - - insinto /etc - doins 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" -} - -pkg_postrm() { - einfo "The /media dir is left to the system because it prevents it from" - einfo "getting deleted when updating." -} |