summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2013-04-10 19:53:50 +0000
committerThomas Sachau <tommy@gentoo.org>2013-04-10 19:53:50 +0000
commit3d7bcbd198dd5934526f7745d653be70cfeb3e23 (patch)
tree2c5471f0c43d0a879548e33ec5c459c4c75b431e /dev-libs/e_dbus
parentStable for s390, wrt bug #458992 (diff)
downloadgentoo-2-3d7bcbd198dd5934526f7745d653be70cfeb3e23.tar.gz
gentoo-2-3d7bcbd198dd5934526f7745d653be70cfeb3e23.tar.bz2
gentoo-2-3d7bcbd198dd5934526f7745d653be70cfeb3e23.zip
Version bump, drop old
(Portage version: 2.2.0_alpha171-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.6.ebuild (renamed from dev-libs/e_dbus/e_dbus-1.7.4.ebuild)15
2 files changed, 17 insertions, 6 deletions
diff --git a/dev-libs/e_dbus/ChangeLog b/dev-libs/e_dbus/ChangeLog
index 4539474d567b..b4e94f39a0fa 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.12 2013/01/04 18:35:47 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.13 2013/04/10 19:53:50 tommy Exp $
+
+*e_dbus-1.7.6 (10 Apr 2013)
+
+ 10 Apr 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +e_dbus-1.7.6.ebuild,
+ -e_dbus-1.7.4.ebuild:
+ Version bump, drop old
*e_dbus-1.7.5 (04 Jan 2013)
diff --git a/dev-libs/e_dbus/e_dbus-1.7.4.ebuild b/dev-libs/e_dbus/e_dbus-1.7.6.ebuild
index 42fd96ba05b2..a338c1b6defd 100644
--- a/dev-libs/e_dbus/e_dbus-1.7.4.ebuild
+++ b/dev-libs/e_dbus/e_dbus-1.7.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.4.ebuild,v 1.1 2012/12/21 20:22:28 tommy Exp $
+# $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 $
EAPI="2"
@@ -13,15 +13,20 @@ LICENSE="BSD-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
-RDEPEND=">=dev-libs/eina-1.7.0
- >=dev-libs/ecore-1.7.0
+RDEPEND=">=dev-libs/eina-1.7.6
+ >=dev-libs/ecore-1.7.6
sys-apps/dbus
connman? ( >=net-misc/connman-0.75 )
- libnotify? ( >=media-libs/evas-1.7.0 )
+ libnotify? ( >=media-libs/evas-1.7.6 )
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)