diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
commit | 7d619cc4c5f189d5aef52895b8744dadf2896f8f (patch) | |
tree | fe6a966fc06c6db9caa997e865c3e434f8c1c7b1 /net-voip/telepathy-gabble | |
parent | Version bump, wrt bug #475966. Some cleanups, utilize l10n eclass for proper ... (diff) | |
download | gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.gz gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.bz2 gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.zip |
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'net-voip/telepathy-gabble')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild | 4 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index 143b0dd0939b..79af97b965f4 100644 --- a/net-voip/telepathy-gabble/ChangeLog +++ b/net-voip/telepathy-gabble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/telepathy-gabble # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.123 2013/07/21 17:55:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.124 2013/08/03 09:45:46 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> + telepathy-gabble-0.16.4.ebuild, telepathy-gabble-0.16.6.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> telepathy-gabble-0.16.6.ebuild: Stable for sparc, wrt bug #471838 diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild index c0c0a8ab61e5..54dd2d53d195 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild,v 1.10 2013/05/10 22:07:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild,v 1.11 2013/08/03 09:45:46 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} >=dev-util/gtk-doc-am-1.17 dev-libs/libxslt - test? ( >=dev-python/twisted-0.8.2 + test? ( >=dev-python/twisted-core-0.8.2 >=dev-python/twisted-words-0.8.2 >=dev-python/dbus-python-0.83 )" diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild index 4e27fbb4eb1f..0dcfeace0212 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild,v 1.7 2013/07/21 17:55:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.16.6.ebuild,v 1.8 2013/08/03 09:45:46 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} >=dev-util/gtk-doc-am-1.17 dev-libs/libxslt - test? ( >=dev-python/twisted-0.8.2 + test? ( >=dev-python/twisted-core-0.8.2 >=dev-python/twisted-words-0.8.2 >=dev-python/dbus-python-0.83 ) " |