public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/e_dbus: e_dbus-1.7.10.ebuild ChangeLog e_dbus-1.7.10_pre1.ebuild
@ 2014-01-31 15:35 Thomas Sachau (tommy)
  0 siblings, 0 replies; only message in thread
From: Thomas Sachau (tommy) @ 2014-01-31 15:35 UTC (permalink / raw
  To: gentoo-commits

tommy       14/01/31 15:35:11

  Modified:             ChangeLog
  Added:                e_dbus-1.7.10.ebuild
  Removed:              e_dbus-1.7.10_pre1.ebuild
  Log:
  Version bump, drop pre-release
  
  (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)

Revision  Changes    Path
1.18                 dev-libs/e_dbus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/e_dbus/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/e_dbus/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/e_dbus/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Jan 2014 16:22:40 -0000	1.17
+++ ChangeLog	31 Jan 2014 15:35:11 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/e_dbus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.17 2014/01/25 16:22:40 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/ChangeLog,v 1.18 2014/01/31 15:35:11 tommy Exp $
+
+*e_dbus-1.7.10 (31 Jan 2014)
+
+  31 Jan 2014; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  +e_dbus-1.7.10.ebuild, -e_dbus-1.7.10_pre1.ebuild:
+  Version bump, drop pre-release
 
 *e_dbus-1.7.10_pre1 (25 Jan 2014)
 



1.1                  dev-libs/e_dbus/e_dbus-1.7.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/e_dbus/e_dbus-1.7.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/e_dbus/e_dbus-1.7.10.ebuild?rev=1.1&content-type=text/plain

Index: e_dbus-1.7.10.ebuild
===================================================================
# Copyright 1999-2014 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.10.ebuild,v 1.1 2014/01/31 15:35:11 tommy Exp $

EAPI="4"

inherit enlightenment

DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"

LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"

RDEPEND=">=dev-libs/efl-1.8.4
	sys-apps/dbus
	connman? ( >=net-misc/connman-0.75 )
	udev? ( sys-power/upower sys-fs/udisks:0 )
"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}-${PV%%_*}

src_configure() {
	E_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
		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)
		)
	else
		E_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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-31 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 15:35 [gentoo-commits] gentoo-x86 commit in dev-libs/e_dbus: e_dbus-1.7.10.ebuild ChangeLog e_dbus-1.7.10_pre1.ebuild Thomas Sachau (tommy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox