summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-08-31 06:58:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-08-31 06:58:55 +0000
commit3ea804911d0923d8764d817c1bd7aea87aa85d2e (patch)
tree6e7ce231a9b83cd783984c1b1bd9b8b6394f2270 /sys-apps
parentNew release: 1.6.5 (diff)
downloadgentoo-2-3ea804911d0923d8764d817c1bd7aea87aa85d2e.tar.gz
gentoo-2-3ea804911d0923d8764d817c1bd7aea87aa85d2e.tar.bz2
gentoo-2-3ea804911d0923d8764d817c1bd7aea87aa85d2e.zip
I must be a little dee-dee-dee. Should be working 100% now.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pmount/ChangeLog8
-rw-r--r--sys-apps/pmount/Manifest16
-rw-r--r--sys-apps/pmount/files/digest-pmount-0.9.3-r3 (renamed from sys-apps/pmount/files/digest-pmount-0.9.3-r2)0
-rw-r--r--sys-apps/pmount/pmount-0.9.3-r3.ebuild (renamed from sys-apps/pmount/pmount-0.9.3-r2.ebuild)14
4 files changed, 17 insertions, 21 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog
index 3cff022e5ac2..01154d63c0c5 100644
--- a/sys-apps/pmount/ChangeLog
+++ b/sys-apps/pmount/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/pmount
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.6 2005/08/28 15:36:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.7 2005/08/31 06:58:55 cardoe Exp $
+
+*pmount-0.9.3-r3 (31 Aug 2005)
+
+ 31 Aug 2005; Doug Goldstein <cardoe@gentoo.org> -pmount-0.9.3-r2.ebuild,
+ +pmount-0.9.3-r3.ebuild:
+ I must be a little dee-dee-dee. Should be working 100% now.
*pmount-0.9.3-r2 (28 Aug 2005)
diff --git a/sys-apps/pmount/Manifest b/sys-apps/pmount/Manifest
index 501c17832643..39508b813f2a 100644
--- a/sys-apps/pmount/Manifest
+++ b/sys-apps/pmount/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 aac86bf5e50eb9cef83a6f6800c560af metadata.xml 253
-MD5 d2d37c623ace593ff7b74701033ef226 ChangeLog 760
-MD5 66b7359b7e476f59ea31f031dd7c87b3 pmount-0.9.3-r2.ebuild 1479
-MD5 840c7e69303d19acc8e0a62976a4c135 files/digest-pmount-0.9.3-r2 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDEdoxBtvusYtCZMsRAj1eAJkBnbUDCyMoEoY3Hhdu/zrGmq0W5gCfVhtA
-mbId4m1CAaBDHC79ioRgc88=
-=du8F
------END PGP SIGNATURE-----
+MD5 bee84769b75bb502a09ebd4998674cbc ChangeLog 957
+MD5 459a8e58061dfea989902b933340f1bc pmount-0.9.3-r3.ebuild 1468
+MD5 840c7e69303d19acc8e0a62976a4c135 files/digest-pmount-0.9.3-r3 63
diff --git a/sys-apps/pmount/files/digest-pmount-0.9.3-r2 b/sys-apps/pmount/files/digest-pmount-0.9.3-r3
index a4de0c2c4b23..a4de0c2c4b23 100644
--- a/sys-apps/pmount/files/digest-pmount-0.9.3-r2
+++ b/sys-apps/pmount/files/digest-pmount-0.9.3-r3
diff --git a/sys-apps/pmount/pmount-0.9.3-r2.ebuild b/sys-apps/pmount/pmount-0.9.3-r3.ebuild
index b1ba756bce5f..2cae762f4843 100644
--- a/sys-apps/pmount/pmount-0.9.3-r2.ebuild
+++ b/sys-apps/pmount/pmount-0.9.3-r3.ebuild
@@ -1,8 +1,8 @@
# 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-r2.ebuild,v 1.1 2005/08/28 15:36:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.3-r3.ebuild,v 1.1 2005/08/31 06:58:55 cardoe Exp $
-inherit eutils
+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"
@@ -30,6 +30,8 @@ src_unpack() {
unpack ${A}
cd ${S}
sed -e 's:/sbin/cryptsetup:/bin/cryptsetup:' -i policy.h
+
+ append-ldflags "-Wl,-z,now"
}
src_install () {
@@ -37,14 +39,12 @@ src_install () {
dodir /media
# HAL informed mounter, used by Gnome/KDE
- dobin pmount-hal
+ #dobin pmount-hal
# Must be run SETUID
exeinto /usr/bin
- exeopts -m 4710
- doexe pmount pumount
- fowners root:plugdev /usr/bin/pmount
- fowners root:plugdev /usr/bin/pumount
+ exeopts -m 4710 -g plugdev
+ doexe pmount pumount pmount-hal
dodoc AUTHORS CHANGES TODO
doman pmount.1 pumount.1 pmount-hal.1