mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
Remove upower ebuild which has moved to the chromiumos-overlay.
Depends-On: http://gerrit.chromium.org/gerrit/#change,2968 BUG=None TEST="equery w upower" and verify ebuild from chromiumos-overlay is the one selected Change-Id: I0f508beed2f054a287a2a8dc3f636ee07d9ef451 Reviewed-on: http://gerrit.chromium.org/gerrit/2969 Reviewed-by: Benson Leung <bleung@chromium.org> Tested-by: Dave Parker <dparker@chromium.org>
This commit is contained in:
parent
f6a3847ebd
commit
9862ab1120
@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.9.8.ebuild,v 1.11 2011/03/27 21:59:50 ssuominen Exp $
|
||||
|
||||
EAPI=3
|
||||
inherit linux-info
|
||||
|
||||
DESCRIPTION="D-Bus abstraction for enumerating power devices and querying history and statistics"
|
||||
HOMEPAGE="http://upower.freedesktop.org/"
|
||||
SRC_URI="http://upower.freedesktop.org/releases/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
|
||||
IUSE="debug doc +introspection ios kernel_FreeBSD kernel_linux"
|
||||
|
||||
COMMON_DEPEND=">=dev-libs/dbus-glib-0.76
|
||||
>=dev-libs/glib-2.21.5:2
|
||||
>=sys-apps/dbus-1
|
||||
>=sys-auth/polkit-0.97
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
kernel_linux? ( >=sys-fs/udev-151[extras]
|
||||
virtual/libusb:1
|
||||
ios? ( >=app-pda/libimobiledevice-0.9.7
|
||||
>=app-pda/libplist-0.12 ) )
|
||||
!sys-apps/devicekit-power"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
kernel_linux? ( >=sys-power/pm-utils-1.4.1 )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-libs/libxslt
|
||||
app-text/docbook-xsl-stylesheets
|
||||
>=dev-util/intltool-0.40.0
|
||||
dev-util/pkgconfig
|
||||
doc? ( dev-util/gtk-doc
|
||||
app-text/docbook-xml-dtd:4.1.2 )"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
pkg_setup() {
|
||||
if use kernel_linux && kernel_is lt 2 6 37; then
|
||||
if use amd64 || use x86; then
|
||||
CONFIG_CHECK="~ACPI_SYSFS_POWER"
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/DISABLE_DEPRECATED/d' configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local backend
|
||||
|
||||
if use kernel_linux; then
|
||||
backend=linux
|
||||
elif use kernel_FreeBSD; then
|
||||
backend=freebsd
|
||||
else
|
||||
backend=dummy
|
||||
fi
|
||||
|
||||
econf \
|
||||
--localstatedir="${EPREFIX}/var" \
|
||||
$(use_enable introspection) \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
$(use_enable debug verbose-mode) \
|
||||
--enable-man-pages \
|
||||
$(use_enable doc gtk-doc) \
|
||||
--disable-tests \
|
||||
--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" \
|
||||
--with-backend=${backend} \
|
||||
$(use_with ios idevice)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS HACKING NEWS README
|
||||
|
||||
find "${ED}" -name '*.la' -exec rm -f {} +
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user