summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-27 16:07:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-27 16:07:03 +0000
commitc7fc0921d2c91ca20de175fc0cf28813a8ed02ac (patch)
treec2d4efe263f8ba3de5c1593989db701bc8b4690d /dev-libs/e_dbus
parentRevert part of last commit. Let USE=hal be masked for k3b. (diff)
downloadhistorical-c7fc0921d2c91ca20de175fc0cf28813a8ed02ac.tar.gz
historical-c7fc0921d2c91ca20de175fc0cf28813a8ed02ac.tar.bz2
historical-c7fc0921d2c91ca20de175fc0cf28813a8ed02ac.zip
Remove support for sys-apps/hal wrt #313389.
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/e_dbus')
-rw-r--r--dev-libs/e_dbus/ChangeLog5
-rw-r--r--dev-libs/e_dbus/e_dbus-1.0.0.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/e_dbus/ChangeLog b/dev-libs/e_dbus/ChangeLog
index c087be153992..c4b30c0fb238 100644
--- a/dev-libs/e_dbus/ChangeLog
+++ b/dev-libs/e_dbus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/e_dbus
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.3 2011/01/30 14:55:02 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.4 2011/03/27 16:07:03 ssuominen Exp $
+
+ 27 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> e_dbus-1.0.0.ebuild:
+ Remove support for sys-apps/hal wrt #313389.
*e_dbus-1.0.0 (30 Jan 2011)
diff --git a/dev-libs/e_dbus/e_dbus-1.0.0.ebuild b/dev-libs/e_dbus/e_dbus-1.0.0.ebuild
index 66f3804abfb8..741766ade373 100644
--- a/dev-libs/e_dbus/e_dbus-1.0.0.ebuild
+++ b/dev-libs/e_dbus/e_dbus-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/e_dbus-1.0.0.ebuild,v 1.1 2011/01/30 14:55:02 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/e_dbus-1.0.0.ebuild,v 1.2 2011/03/27 16:07:03 ssuominen Exp $
EAPI="2"
@@ -10,13 +10,12 @@ DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
-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-1.0.0_beta
>=dev-libs/ecore-1.0.0_beta
sys-apps/dbus
libnotify? ( >=media-libs/evas-1.0.0_beta )
- hal? ( sys-apps/hal )
udev? ( sys-power/upower sys-fs/udisks )
"
DEPEND="${RDEPEND}"
@@ -26,7 +25,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)