summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-10-02 11:53:33 +0000
committerThomas Sachau <tommy@gentoo.org>2011-10-02 11:53:33 +0000
commit78aa09f54daf65b7e791af2c5af480eee73ee7c9 (patch)
treec10e1498818250eb3781999b4d6c621197e230c4 /dev-libs
parentDrop old versions, they required hal, which is no more in the main tree (diff)
downloadenlightenment-78aa09f54daf65b7e791af2c5af480eee73ee7c9.tar.gz
enlightenment-78aa09f54daf65b7e791af2c5af480eee73ee7c9.tar.bz2
enlightenment-78aa09f54daf65b7e791af2c5af480eee73ee7c9.zip
Drop hal USE flag
(Portage version: 2.2.0_alpha55-r1/svn/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/e_dbus/ChangeLog3
-rw-r--r--dev-libs/e_dbus/e_dbus-9999.ebuild5
-rw-r--r--dev-libs/e_dbus/metadata.xml1
3 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/e_dbus/ChangeLog b/dev-libs/e_dbus/ChangeLog
index d0c7401..af9f46d 100644
--- a/dev-libs/e_dbus/ChangeLog
+++ b/dev-libs/e_dbus/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Oct 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> e_dbus-9999.ebuild:
+ Drop hal USE flag
+
10 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> e_dbus-9999.ebuild:
No need to default enable hal
diff --git a/dev-libs/e_dbus/e_dbus-9999.ebuild b/dev-libs/e_dbus/e_dbus-9999.ebuild
index 78367ec..8ebd14d 100644
--- a/dev-libs/e_dbus/e_dbus-9999.ebuild
+++ b/dev-libs/e_dbus/e_dbus-9999.ebuild
@@ -8,14 +8,13 @@ inherit enlightenment
DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
-IUSE="bluetooth +connman hal +libnotify ofono static-libs test-binaries +udev"
+IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
RDEPEND="
>=dev-libs/eina-9999
>=dev-libs/ecore-9999
sys-apps/dbus
libnotify? ( >=media-libs/evas-9999 )
- hal? ( sys-apps/hal )
udev? ( sys-power/upower sys-fs/udisks )
"
DEPEND="${RDEPEND}"
@@ -25,7 +24,7 @@ src_configure() {
$(use_enable bluetooth ebluez)
$(use_enable connman econnman)
$(use_enable doc)
- $(use_enable hal ehal)
+ --disable-ehal
$(use_enable libnotify enotify)
$(use_enable ofono eofono)
$(use_enable test-binaries edbus-test)
diff --git a/dev-libs/e_dbus/metadata.xml b/dev-libs/e_dbus/metadata.xml
index acbb97e..7c01e58 100644
--- a/dev-libs/e_dbus/metadata.xml
+++ b/dev-libs/e_dbus/metadata.xml
@@ -8,7 +8,6 @@
<use>
<flag name="bluetooth">Enable interfacing with <pkg>net-wireless/bluez</pkg> DBus API.</flag>
<flag name="connman">Enable interfacing with <pkg>net-misc/connman</pkg> DBus API.</flag>
- <flag name="hal">Enable interfacing with <pkg>sys-apps/hal</pkg> DBus API.</flag>
<flag name="libnotify">Enable interfacing with <pkg>x11-libs/libnotify</pkg> DBus API.</flag>
<flag name="ofono">Enable interfacing with <pkg>net-misc/ofono</pkg> DBus API.</flag>
<flag name="test-binaries">Enable building of test binaries for enabled features</flag>