diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-12-17 18:42:55 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-12-17 18:42:55 +0000 |
commit | fc7efce565a5d3e25214b1d8e8c62e3a439433b8 (patch) | |
tree | 45be0a6ea69f405970e54c99df99037c417ca505 /dev-libs/e_dbus | |
parent | Drop old (diff) | |
download | enlightenment-fc7efce565a5d3e25214b1d8e8c62e3a439433b8.tar.gz enlightenment-fc7efce565a5d3e25214b1d8e8c62e3a439433b8.tar.bz2 enlightenment-fc7efce565a5d3e25214b1d8e8c62e3a439433b8.zip |
Drop old
(Portage version: 2.2.0_alpha8-r1/svn/Linux x86_64)
Diffstat (limited to 'dev-libs/e_dbus')
-rw-r--r-- | dev-libs/e_dbus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/e_dbus/e_dbus-1.0.0_beta.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-libs/e_dbus/ChangeLog b/dev-libs/e_dbus/ChangeLog index 33e991d..4c4202c 100644 --- a/dev-libs/e_dbus/ChangeLog +++ b/dev-libs/e_dbus/ChangeLog @@ -1,7 +1,11 @@ -# ChangeLog for x11-libs/e_dbus +# ChangeLog for dev-libs/e_dbus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Dec 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -e_dbus-1.0.0_beta.ebuild: + Drop old + 06 Oct 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> e_dbus-1.0.0_beta.ebuild, e_dbus-9999.ebuild: Default enable connman USE flag, since it is by default requested by E17 diff --git a/dev-libs/e_dbus/e_dbus-1.0.0_beta.ebuild b/dev-libs/e_dbus/e_dbus-1.0.0_beta.ebuild deleted file mode 100644 index 1528a48..0000000 --- a/dev-libs/e_dbus/e_dbus-1.0.0_beta.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -MY_P=${P/_beta/.beta} - -inherit enlightenment - -DESCRIPTION="Enlightenment's (Ecore) integration to DBus" -SRC_URI="http://download.enlightenment.org/releases/${MY_P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -IUSE="bluetooth +connman +hal +libnotify ofono static-libs ukit" - -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 ) - ukit? ( sys-power/upower sys-fs/udisks ) -" -DEPEND="${RDEPEND}" -S=${WORKDIR}/${MY_P} - -src_configure() { - MY_ECONF=" - $(use_enable bluetooth ebluez) - $(use_enable connman econnman) - $(use_enable doc) - $(use_enable hal ehal) - $(use_enable libnotify enotify) - $(use_enable ofono eofono) - $(use_enable ukit eukit) - " - enlightenment_src_configure -} |