Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 271151 Details for
Bug 364815
sys-fs/udisks-1.0.2-r1 has the unnecessary use-flag dependency >=sys-block/parted-1.8.8[device-mapper]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
preventing device-mapper installation with udisks- overlay ebuild
udisks-1.0.2.ebuild (text/plain), 1.94 KB, created by
Nils Stöckmann
on 2011-04-25 18:32:04 UTC
(
hide
)
Description:
preventing device-mapper installation with udisks- overlay ebuild
Filename:
MIME Type:
Creator:
Nils Stöckmann
Created:
2011-04-25 18:32:04 UTC
Size:
1.94 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.2.ebuild,v 1.6 2011/03/19 10:51:50 armin76 Exp $ > >EAPI=3 >inherit eutils bash-completion linux-info > >DESCRIPTION="Daemon providing interfaces to work with storage devices" >HOMEPAGE="http://www.freedesktop.org/wiki/Software/udisks" >SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86" >IUSE="debug doc nls remote-access" ># >################ >#NOTE: device mapper useflag entfernt. (aus parted) >################ > >COMMON_DEPEND=">=sys-fs/udev-147[extras] > >=dev-libs/glib-2.16.1:2 > >=sys-apps/dbus-1.4.0 > >=dev-libs/dbus-glib-0.92 > >=sys-auth/polkit-0.97 > >=sys-block/parted-1.8.8 > >=sys-fs/lvm2-2.02.66 > >=dev-libs/libatasmart-0.14 > >=sys-apps/sg3_utils-1.27.20090411 > !sys-apps/devicekit-disks" >RDEPEND="${COMMON_DEPEND} > virtual/eject > remote-access? ( net-dns/avahi )" >DEPEND="${COMMON_DEPEND} > dev-util/pkgconfig > dev-libs/libxslt > app-text/docbook-xsl-stylesheets > doc? ( dev-util/gtk-doc > app-text/docbook-xml-dtd:4.1.2 ) > nls? ( >=dev-util/intltool-0.40.0 )" > >RESTRICT="test" # this would need running dbus and sudo available > >pkg_setup() { > if use amd64 || use x86; then > CONFIG_CHECK="~USB_SUSPEND ~!IDE" > linux-info_pkg_setup > fi >} > >src_configure() { > econf \ > --localstatedir="${EPREFIX}"/var \ > --disable-dependency-tracking \ > --disable-static \ > $(use_enable debug verbose-mode) \ > --enable-man-pages \ > $(use_enable doc gtk-doc) \ > $(use_enable remote-access) \ > $(use_enable nls) \ > --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html >} > >src_install() { > emake DESTDIR="${D}" install || die > dodoc AUTHORS HACKING NEWS README > > rm -f "${ED}"/etc/profile.d/udisks-bash-completion.sh > dobashcompletion tools/udisks-bash-completion.sh ${PN} > > find "${ED}" -name '*.la' -exec rm -f '{}' + > keepdir /media >}
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 364815
:
271149
| 271151