diff options
author | 2013-08-03 09:45:52 +0000 | |
---|---|---|
committer | 2013-08-03 09:45:52 +0000 | |
commit | 7d619cc4c5f189d5aef52895b8744dadf2896f8f (patch) | |
tree | fe6a966fc06c6db9caa997e865c3e434f8c1c7b1 /net-misc | |
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-misc')
-rw-r--r-- | net-misc/openvswitch/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-1.9.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/orbited/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/orbited/orbited-0.7.10-r1.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/net-misc/openvswitch/ChangeLog b/net-misc/openvswitch/ChangeLog index 447ab5f36a46..bb74e233066f 100644 --- a/net-misc/openvswitch/ChangeLog +++ b/net-misc/openvswitch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/openvswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.8 2013/07/15 01:08:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.9 2013/08/03 09:45:50 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> openvswitch-1.9.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 15 Jul 2013; Matthew Thode <prometheanfire@gentoo.org> openvswitch-1.9.0.ebuild: diff --git a/net-misc/openvswitch/openvswitch-1.9.0.ebuild b/net-misc/openvswitch/openvswitch-1.9.0.ebuild index 416f57d0e1c4..62e33ac8a612 100644 --- a/net-misc/openvswitch/openvswitch-1.9.0.ebuild +++ b/net-misc/openvswitch/openvswitch-1.9.0.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-misc/openvswitch/openvswitch-1.9.0.ebuild,v 1.3 2013/07/15 01:08:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-1.9.0.ebuild,v 1.4 2013/08/03 09:45:50 mgorny Exp $ EAPI=5 @@ -21,7 +21,7 @@ RDEPEND=">=sys-apps/openrc-0.10.5 ssl? ( dev-libs/openssl ) monitor? ( ${PYTHON_DEPS} - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-web pyside? ( dev-python/pyside[${PYTHON_USEDEP}] ) diff --git a/net-misc/orbited/ChangeLog b/net-misc/orbited/ChangeLog index 8a8f4e8f7a58..49ae60c2f44d 100644 --- a/net-misc/orbited/ChangeLog +++ b/net-misc/orbited/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/orbited -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/orbited/ChangeLog,v 1.10 2012/07/12 15:57:18 axs Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/orbited/ChangeLog,v 1.11 2013/08/03 09:45:51 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> orbited-0.7.10-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 12 Jul 2012; Ian Stakenvicius <axs@gentoo.org> orbited-0.7.10-r1.ebuild: added GPL-2 to LICENSE per bug 426088 diff --git a/net-misc/orbited/orbited-0.7.10-r1.ebuild b/net-misc/orbited/orbited-0.7.10-r1.ebuild index 877b4f4b0232..ca9968d4f036 100644 --- a/net-misc/orbited/orbited-0.7.10-r1.ebuild +++ b/net-misc/orbited/orbited-0.7.10-r1.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/net-misc/orbited/orbited-0.7.10-r1.ebuild,v 1.4 2012/07/12 15:57:18 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/orbited/orbited-0.7.10-r1.ebuild,v 1.5 2013/08/03 09:45:51 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ IUSE="" RDEPEND="dev-python/demjson >=dev-python/morbid-0.8.4 dev-python/stomper - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web" DEPEND="${RDEPEND} dev-python/setuptools" |