Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 129891 Details for
Bug 191129
sys-apps/pmount version bump to 0.9.16, new homepage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pmount-0.9.16.ebuild
pmount-0.9.16.ebuild (text/plain), 1.43 KB, created by
Bernard Cafarelli
on 2007-09-03 08:26:57 UTC
(
hide
)
Description:
pmount-0.9.16.ebuild
Filename:
MIME Type:
Creator:
Bernard Cafarelli
Created:
2007-09-03 08:26:57 UTC
Size:
1.43 KB
patch
obsolete
># 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.13.ebuild,v 1.13 2007/08/14 15:37:11 strerror Exp $ > >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="http://alioth.debian.org/frs/download.php/2057/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" >IUSE="crypt hal" > >DEPEND="hal? ( >=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_compile() { > econf $(use_enable hal) \ > --with-cryptsetup-prog=/bin/cryptsetup > emake || die "emake failed" >} > >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() { > elog > elog "This package has been installed setuid. The permissions are as such that" > elog "only users that belong to the plugdev group are allowed to run this." > elog > elog "Please add your user to the plugdev group to be able to mount USB drives" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191129
: 129891