summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-09-02 09:52:42 +0000
committerPacho Ramos <pacho@gentoo.org>2014-09-02 09:52:42 +0000
commite9c1fa2302c313b128daf71f99bd869b87f22949 (patch)
tree9bc8868f88a9525b454fe7512cc511e9e604878f /net-im/telepathy-mission-control
parentVersion bump (diff)
downloadgentoo-2-e9c1fa2302c313b128daf71f99bd869b87f22949.tar.gz
gentoo-2-e9c1fa2302c313b128daf71f99bd869b87f22949.tar.bz2
gentoo-2-e9c1fa2302c313b128daf71f99bd869b87f22949.zip
Version bump, drop old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im/telepathy-mission-control')
-rw-r--r--net-im/telepathy-mission-control/ChangeLog9
-rw-r--r--net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild (renamed from net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild)12
2 files changed, 13 insertions, 8 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog
index 7098f0622a63..9c8ac76e62d4 100644
--- a/net-im/telepathy-mission-control/ChangeLog
+++ b/net-im/telepathy-mission-control/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/telepathy-mission-control
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.113 2014/08/25 11:02:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.114 2014/09/02 09:52:42 pacho Exp $
+
+*telepathy-mission-control-5.16.3 (02 Sep 2014)
+
+ 02 Sep 2014; Pacho Ramos <pacho@gentoo.org>
+ +telepathy-mission-control-5.16.3.ebuild,
+ -telepathy-mission-control-5.16.1.ebuild:
+ Version bump, drop old
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
telepathy-mission-control-5.16.2.ebuild:
diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild
index d58eb5d65795..27c605d34577 100644
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild,v 1.3 2014/06/02 18:22:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild,v 1.1 2014/09/02 09:52:42 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -17,7 +17,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="debug networkmanager systemd" # test
+IUSE="debug networkmanager systemd upower" # test
RDEPEND="
>=dev-libs/dbus-glib-0.82
@@ -25,10 +25,7 @@ RDEPEND="
>=sys-apps/dbus-0.95
>=net-libs/telepathy-glib-0.20
networkmanager? ( >=net-misc/networkmanager-0.7 )
- !systemd? ( || (
- ( >=sys-power/upower-0.9.11 <sys-power/upower-0.99 )
- sys-power/upower-pm-utils
- ) )
+ !systemd? ( upower? ( || ( <sys-power/upower-0.99 sys-power/upower-pm-utils ) ) )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
@@ -48,5 +45,6 @@ src_configure() {
--disable-static \
$(use_enable debug) \
$(use_with networkmanager connectivity nm) \
- $(usex systemd --disable-upower --enable-upower)
+ $(use_enable upower) \
+ $(use systemd && echo "--disable-upower")
}