Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378694 Details for
Bug 512252
<sys-power/upower-0.99 pulls in sys-apps/systemd (read: upgrade to >=sys-power/upower-0.99 or move to sys-power/upower-pm-utils)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
upower-0.99.0-r2.ebuild
upower-0.99.0-r2.ebuild (text/plain), 2.15 KB, created by
Chí-Thanh Christopher Nguyễn
on 2014-06-11 11:41:25 UTC
(
hide
)
Description:
upower-0.99.0-r2.ebuild
Filename:
MIME Type:
Creator:
Chí-Thanh Christopher Nguyễn
Created:
2014-06-11 11:41:25 UTC
Size:
2.15 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.99.0-r1.ebuild,v 1.2 2014/06/05 03:31:20 ssuominen Exp $ > >EAPI=5 >inherit eutils systemd > >DESCRIPTION="D-Bus abstraction for enumerating power devices and querying history and statistics" >HOMEPAGE="http://upower.freedesktop.org/" >SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="no-pm-utils.0/2" # based on SONAME of libupower-glib.so >KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="+introspection ios kernel_FreeBSD kernel_linux" > >RDEPEND=">=dev-libs/dbus-glib-0.100 > >=dev-libs/glib-2.30 > sys-apps/dbus:= > >=sys-auth/polkit-0.110 > introspection? ( dev-libs/gobject-introspection ) > kernel_linux? ( > virtual/libusb:1 > virtual/libgudev:= > virtual/udev > ios? ( > >=app-pda/libimobiledevice-1:= > >=app-pda/libplist-1:= > ) > )" >DEPEND="${RDEPEND} > dev-libs/libxslt > app-text/docbook-xsl-stylesheets > dev-util/intltool > virtual/pkgconfig" > >QA_MULTILIB_PATHS="usr/lib/${PN}/.*" > >DOCS="AUTHORS HACKING NEWS README" > >src_prepare() { > sed -i -e '/DISABLE_DEPRECATED/d' configure || die > > epatch \ > "${FILESDIR}"/${P}-create-dir-runtime.patch \ > "${FILESDIR}"/${P}-fix-shutdown-on-boot.patch \ > "${FILESDIR}"/${P}-fix-segfault.patch \ > "${FILESDIR}"/${P}-fix-typing-error.patch >} > >src_configure() { > local backend myconf > > if use kernel_linux; then > backend=linux > elif use kernel_FreeBSD; then > backend=freebsd > else > backend=dummy > fi > > econf \ > --libexecdir="${EPREFIX}"/usr/lib/${PN} \ > --localstatedir="${EPREFIX}"/var \ > $(use_enable introspection) \ > --disable-static \ > ${myconf} \ > --enable-man-pages \ > --disable-tests \ > --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \ > --with-backend=${backend} \ > $(use_with ios idevice) \ > "$(systemd_with_utildir)" \ > "$(systemd_with_unitdir)" >} > >src_install() { > default > > # http://bugs.gentoo.org/487400 > insinto /usr/share/doc/${PF}/html/UPower > doins doc/html/* > dosym /usr/share/doc/${PF}/html/UPower /usr/share/gtk-doc/html/UPower > > keepdir /var/lib/upower #383091 > prune_libtool_files >}
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 512252
:
378692
| 378694 |
378696
|
378698
|
380048