summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2013-11-12 18:26:39 +0000
committerThomas Sachau <tommy@gentoo.org>2013-11-12 18:26:39 +0000
commit82fe1255b3074a608b68264a920a924db93f616c (patch)
tree311042a3696b459612dbaafb4d7020820f581ce8 /dev-libs/e_dbus
parentVersion bump, drop old (diff)
downloadgentoo-2-82fe1255b3074a608b68264a920a924db93f616c.tar.gz
gentoo-2-82fe1255b3074a608b68264a920a924db93f616c.tar.bz2
gentoo-2-82fe1255b3074a608b68264a920a924db93f616c.zip
Version bump, drop old
(Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/e_dbus')
-rw-r--r--dev-libs/e_dbus/ChangeLog8
-rw-r--r--dev-libs/e_dbus/e_dbus-1.7.5.ebuild61
-rw-r--r--dev-libs/e_dbus/e_dbus-1.7.9.ebuild (renamed from dev-libs/e_dbus/e_dbus-1.7.6.ebuild)32
3 files changed, 22 insertions, 79 deletions
diff --git a/dev-libs/e_dbus/ChangeLog b/dev-libs/e_dbus/ChangeLog
index 0f11cc78129e..da2fbbfaf374 100644
--- a/dev-libs/e_dbus/ChangeLog
+++ b/dev-libs/e_dbus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/e_dbus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.15 2013/08/28 03:03:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.16 2013/11/12 18:26:39 tommy Exp $
+
+*e_dbus-1.7.9 (12 Nov 2013)
+
+ 12 Nov 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +e_dbus-1.7.9.ebuild,
+ -e_dbus-1.7.5.ebuild, -e_dbus-1.7.6.ebuild:
+ Version bump, drop old
*e_dbus-1.7.8 (28 Aug 2013)
diff --git a/dev-libs/e_dbus/e_dbus-1.7.5.ebuild b/dev-libs/e_dbus/e_dbus-1.7.5.ebuild
deleted file mode 100644
index 09ee40bd1e58..000000000000
--- a/dev-libs/e_dbus/e_dbus-1.7.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 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.7.5.ebuild,v 1.1 2013/01/04 18:35:46 tommy Exp $
-
-EAPI="2"
-
-inherit autotools enlightenment
-
-DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
-SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
-
-RDEPEND=">=dev-libs/eina-1.7.4
- >=dev-libs/ecore-1.7.5
- sys-apps/dbus
- connman? ( >=net-misc/connman-0.75 )
- libnotify? ( >=media-libs/evas-1.7.5 )
- udev? ( sys-power/upower sys-fs/udisks:0 )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i "s:1.7.5:1.7.4:g" configure.ac
- eautoreconf
-}
-
-src_configure() {
- MY_ECONF="
- $(use_enable bluetooth ebluez)
- $(use_enable connman econnman0_7x)
- $(use_enable doc)
- --disable-ehal
- $(use_enable libnotify enotify)
- $(use_enable ofono eofono)
- $(use_enable test-binaries edbus-test)
- $(use_enable test-binaries edbus-test-client)
- $(use_enable udev eukit)"
- if use test-binaries ; then
- MY_ECONF+="
- $(use_enable bluetooth edbus-bluez-test)
- $(use_enable connman edbus-connman0_7x-test)
- $(use_enable libnotify edbus-notification-daemon-test)
- $(use_enable libnotify edbus-notify-test)
- $(use_enable ofono edbus-ofono-test)
- $(use_enable udev edbus-ukit-test)"
- else
- MY_ECONF+="
- --disable-edbus-bluez-test
- --disable-edbus-connman0_7x-test
- --disable-edbus-notification-daemon-test
- --disable-edbus-notify-test
- --disable-edbus-ofono-test
- --disable-edbus-ukit-test
- --disable-edbus-async-test
- --disable-edbus-performance-test"
- fi
- enlightenment_src_configure
-}
diff --git a/dev-libs/e_dbus/e_dbus-1.7.6.ebuild b/dev-libs/e_dbus/e_dbus-1.7.9.ebuild
index a338c1b6defd..de3b1b56f822 100644
--- a/dev-libs/e_dbus/e_dbus-1.7.6.ebuild
+++ b/dev-libs/e_dbus/e_dbus-1.7.9.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 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.7.6.ebuild,v 1.1 2013/04/10 19:53:50 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/e_dbus-1.7.9.ebuild,v 1.1 2013/11/12 18:26:39 tommy Exp $
-EAPI="2"
+EAPI="4"
inherit enlightenment
@@ -13,22 +13,17 @@ LICENSE="BSD-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
-RDEPEND=">=dev-libs/eina-1.7.6
- >=dev-libs/ecore-1.7.6
+RDEPEND=">=dev-libs/eina-1.7.9
+ >=dev-libs/ecore-1.7.9
sys-apps/dbus
connman? ( >=net-misc/connman-0.75 )
- libnotify? ( >=media-libs/evas-1.7.6 )
+ libnotify? ( >=media-libs/evas-1.7.9 )
udev? ( sys-power/upower sys-fs/udisks:0 )
"
DEPEND="${RDEPEND}"
-#src_prepare() {
-# sed -i "s:1.7.5:1.7.4:g" configure.ac
-# eautoreconf
-#}
-
src_configure() {
- MY_ECONF="
+ E_ECONF+=(
$(use_enable bluetooth ebluez)
$(use_enable connman econnman0_7x)
$(use_enable doc)
@@ -37,17 +32,19 @@ src_configure() {
$(use_enable ofono eofono)
$(use_enable test-binaries edbus-test)
$(use_enable test-binaries edbus-test-client)
- $(use_enable udev eukit)"
+ $(use_enable udev eukit)
+ )
if use test-binaries ; then
- MY_ECONF+="
- $(use_enable bluetooth edbus-bluez-test)
+ E_ECONF+=(
+ $(use_enable bluetooth edbus-bluez-test)
$(use_enable connman edbus-connman0_7x-test)
$(use_enable libnotify edbus-notification-daemon-test)
$(use_enable libnotify edbus-notify-test)
$(use_enable ofono edbus-ofono-test)
- $(use_enable udev edbus-ukit-test)"
+ $(use_enable udev edbus-ukit-test)
+ )
else
- MY_ECONF+="
+ E_ECONF+=(
--disable-edbus-bluez-test
--disable-edbus-connman0_7x-test
--disable-edbus-notification-daemon-test
@@ -55,7 +52,8 @@ src_configure() {
--disable-edbus-ofono-test
--disable-edbus-ukit-test
--disable-edbus-async-test
- --disable-edbus-performance-test"
+ --disable-edbus-performance-test
+ )
fi
enlightenment_src_configure
}