diff options
222 files changed, 724 insertions, 485 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog index 13ce4a6ffa2d..cde9a884e770 100644 --- a/app-emulation/ganeti/ChangeLog +++ b/app-emulation/ganeti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/ganeti # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.71 2013/05/13 02:53:11 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.72 2013/08/03 09:45:48 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> ganeti-1.2.9.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 13 May 2013; Lance Albertson <ramereth@gentoo.org> -ganeti-2.4.5.ebuild, -ganeti-2.5.1.ebuild, -ganeti-2.5.2.ebuild, -ganeti-2.5.2-r1.ebuild: diff --git a/app-emulation/ganeti/ganeti-1.2.9.ebuild b/app-emulation/ganeti/ganeti-1.2.9.ebuild index 066ab2479d02..b7e8db45991d 100644 --- a/app-emulation/ganeti/ganeti-1.2.9.ebuild +++ b/app-emulation/ganeti/ganeti-1.2.9.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/app-emulation/ganeti/ganeti-1.2.9.ebuild,v 1.3 2012/12/31 12:57:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-1.2.9.ebuild,v 1.4 2013/08/03 09:45:48 mgorny Exp $ PYTHON_DEPEND="2" @@ -23,7 +23,7 @@ RDEPEND=">=app-emulation/xen-3.0 dev-python/pyopenssl virtual/pyparsing dev-python/simplejson - dev-python/twisted + dev-python/twisted-core net-analyzer/arping net-misc/bridge-utils net-misc/openssh diff --git a/dev-db/pgasync/ChangeLog b/dev-db/pgasync/ChangeLog index f4a28360d7b0..ce932845de31 100644 --- a/dev-db/pgasync/ChangeLog +++ b/dev-db/pgasync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgasync -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.6 2011/01/08 16:30:29 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.7 2013/08/03 09:45:44 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pgasync-2.01.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pgasync-2.01.ebuild: diff --git a/dev-db/pgasync/pgasync-2.01.ebuild b/dev-db/pgasync/pgasync-2.01.ebuild index d6b322237be6..168b1dc303d5 100644 --- a/dev-db/pgasync/pgasync-2.01.ebuild +++ b/dev-db/pgasync/pgasync-2.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.3 2011/01/08 16:30:29 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.4 2013/08/03 09:45:44 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=dev-python/twisted-1.3" +DEPEND=">=dev-python/twisted-core-1.3" RDEPEND="${DEPEND}" DOCS="CHANGELOG PKG-INFO README TODO" diff --git a/dev-python/axiom/ChangeLog b/dev-python/axiom/ChangeLog index 83dfb6a2dbc0..315d6181797b 100644 --- a/dev-python/axiom/ChangeLog +++ b/dev-python/axiom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/axiom # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.40 2013/05/12 18:32:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.41 2013/08/03 09:45:38 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> axiom-0.6.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 12 May 2013; Mike Gilbert <floppym@gentoo.org> axiom-0.6.0.ebuild: Remove dependency on pysqlite. diff --git a/dev-python/axiom/axiom-0.6.0.ebuild b/dev-python/axiom/axiom-0.6.0.ebuild index 729129227d4a..158a4a27c19d 100644 --- a/dev-python/axiom/axiom-0.6.0.ebuild +++ b/dev-python/axiom/axiom-0.6.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/dev-python/axiom/axiom-0.6.0.ebuild,v 1.14 2013/05/12 18:32:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.6.0.ebuild,v 1.15 2013/08/03 09:45:38 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND=">=dev-python/epsilon-0.6 - >=dev-python/twisted-2.4 + >=dev-python/twisted-core-2.4 >=dev-python/twisted-conch-0.7.0-r1" RDEPEND="${DEPEND}" diff --git a/dev-python/carbon/ChangeLog b/dev-python/carbon/ChangeLog index 54872acbb765..cec4015ac18b 100644 --- a/dev-python/carbon/ChangeLog +++ b/dev-python/carbon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/carbon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/carbon/ChangeLog,v 1.4 2013/05/09 15:50:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/carbon/ChangeLog,v 1.5 2013/08/03 09:45:48 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> carbon-0.9.9-r2.ebuild, + carbon-0.9.10.ebuild, carbon-0.9.10-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *carbon-0.9.10-r1 (09 May 2013) diff --git a/dev-python/carbon/carbon-0.9.10-r1.ebuild b/dev-python/carbon/carbon-0.9.10-r1.ebuild index 2d5a1ea8cc86..81938e887a9b 100644 --- a/dev-python/carbon/carbon-0.9.10-r1.ebuild +++ b/dev-python/carbon/carbon-0.9.10-r1.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/dev-python/carbon/carbon-0.9.10-r1.ebuild,v 1.1 2013/05/09 15:50:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/carbon/carbon-0.9.10-r1.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - dev-python/twisted + dev-python/twisted-core dev-python/whisper[${PYTHON_USEDEP}] dev-python/txAMQP[${PYTHON_USEDEP}]" diff --git a/dev-python/carbon/carbon-0.9.10.ebuild b/dev-python/carbon/carbon-0.9.10.ebuild index e8a32e1f9c2b..e0f9a7f5af13 100644 --- a/dev-python/carbon/carbon-0.9.10.ebuild +++ b/dev-python/carbon/carbon-0.9.10.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-python/carbon/carbon-0.9.10.ebuild,v 1.1 2012/06/22 15:23:20 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/carbon/carbon-0.9.10.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI="4" @@ -20,7 +20,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - dev-python/twisted + dev-python/twisted-core dev-python/whisper dev-python/txAMQP" diff --git a/dev-python/carbon/carbon-0.9.9-r2.ebuild b/dev-python/carbon/carbon-0.9.9-r2.ebuild index 8338a61d564f..721e6aad8990 100644 --- a/dev-python/carbon/carbon-0.9.9-r2.ebuild +++ b/dev-python/carbon/carbon-0.9.9-r2.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-python/carbon/carbon-0.9.9-r2.ebuild,v 1.1 2012/03/22 07:59:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/carbon/carbon-0.9.9-r2.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI="3" @@ -20,7 +20,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - dev-python/twisted + dev-python/twisted-core dev-python/txAMQP" src_prepare() { diff --git a/dev-python/epsilon/ChangeLog b/dev-python/epsilon/ChangeLog index a9b5af3012b8..c16d69f87968 100644 --- a/dev-python/epsilon/ChangeLog +++ b/dev-python/epsilon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/epsilon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/ChangeLog,v 1.28 2012/10/12 08:15:00 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/ChangeLog,v 1.29 2013/08/03 09:45:36 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> epsilon-0.6.0.ebuild, + epsilon-0.6.0-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 12 Oct 2012; Patrick Lauer <patrick@gentoo.org> epsilon-0.6.0-r1.ebuild, epsilon-0.6.0.ebuild: diff --git a/dev-python/epsilon/epsilon-0.6.0-r1.ebuild b/dev-python/epsilon/epsilon-0.6.0-r1.ebuild index cc893ad02d74..c46dd6c54c41 100644 --- a/dev-python/epsilon/epsilon-0.6.0-r1.ebuild +++ b/dev-python/epsilon/epsilon-0.6.0-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/dev-python/epsilon/epsilon-0.6.0-r1.ebuild,v 1.2 2012/10/12 08:15:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/epsilon-0.6.0-r1.ebuild,v 1.3 2013/08/03 09:45:36 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=dev-python/twisted-2.4" +DEPEND=">=dev-python/twisted-core-2.4" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/epsilon/epsilon-0.6.0.ebuild b/dev-python/epsilon/epsilon-0.6.0.ebuild index 41502db4fbf4..e79de4d75d05 100644 --- a/dev-python/epsilon/epsilon-0.6.0.ebuild +++ b/dev-python/epsilon/epsilon-0.6.0.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-python/epsilon/epsilon-0.6.0.ebuild,v 1.14 2012/10/12 08:15:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/epsilon-0.6.0.ebuild,v 1.15 2013/08/03 09:45:36 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" -DEPEND=">=dev-python/twisted-2.4" +DEPEND=">=dev-python/twisted-core-2.4" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/foolscap/ChangeLog b/dev-python/foolscap/ChangeLog index de453a230607..f1dddd0ba641 100644 --- a/dev-python/foolscap/ChangeLog +++ b/dev-python/foolscap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/foolscap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v 1.44 2012/09/15 01:48:40 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v 1.45 2013/08/03 09:45:47 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> foolscap-0.6.0.ebuild, + foolscap-0.6.1.ebuild, foolscap-0.6.3.ebuild, foolscap-0.6.4.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 15 Sep 2012; Anthony G. Basile <blueness@gentoo.org> foolscap-0.6.4.ebuild: Stable ppc ppc64, bug #429030 diff --git a/dev-python/foolscap/foolscap-0.6.0.ebuild b/dev-python/foolscap/foolscap-0.6.0.ebuild index 14130e873c47..c81656420cd6 100644 --- a/dev-python/foolscap/foolscap-0.6.0.ebuild +++ b/dev-python/foolscap/foolscap-0.6.0.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-python/foolscap/foolscap-0.6.0.ebuild,v 1.8 2012/08/26 18:50:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.6.0.ebuild,v 1.9 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc ssl" -RDEPEND=">=dev-python/twisted-2.4.0 +RDEPEND=">=dev-python/twisted-core-2.4.0 dev-python/twisted-web ssl? ( dev-python/pyopenssl )" DEPEND="${DEPEND} diff --git a/dev-python/foolscap/foolscap-0.6.1.ebuild b/dev-python/foolscap/foolscap-0.6.1.ebuild index a098d97c52b2..f4c34b446f2f 100644 --- a/dev-python/foolscap/foolscap-0.6.1.ebuild +++ b/dev-python/foolscap/foolscap-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.6.1.ebuild,v 1.6 2012/08/26 18:50:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.6.1.ebuild,v 1.7 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc ssl" -RDEPEND=">=dev-python/twisted-2.4.0 +RDEPEND=">=dev-python/twisted-core-2.4.0 dev-python/twisted-web ssl? ( dev-python/pyopenssl )" DEPEND="${DEPEND} diff --git a/dev-python/foolscap/foolscap-0.6.3.ebuild b/dev-python/foolscap/foolscap-0.6.3.ebuild index 8085f5cd5980..370d87d0a5ff 100644 --- a/dev-python/foolscap/foolscap-0.6.3.ebuild +++ b/dev-python/foolscap/foolscap-0.6.3.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-python/foolscap/foolscap-0.6.3.ebuild,v 1.2 2012/08/26 18:50:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.6.3.ebuild,v 1.3 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc ssl" -RDEPEND=">=dev-python/twisted-2.4.0 +RDEPEND=">=dev-python/twisted-core-2.4.0 dev-python/twisted-web ssl? ( dev-python/pyopenssl )" DEPEND="${DEPEND} diff --git a/dev-python/foolscap/foolscap-0.6.4.ebuild b/dev-python/foolscap/foolscap-0.6.4.ebuild index adb487092927..6c4c242dadbc 100644 --- a/dev-python/foolscap/foolscap-0.6.4.ebuild +++ b/dev-python/foolscap/foolscap-0.6.4.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-python/foolscap/foolscap-0.6.4.ebuild,v 1.6 2012/09/15 01:48:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.6.4.ebuild,v 1.7 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc ssl" -RDEPEND=">=dev-python/twisted-2.4.0 +RDEPEND=">=dev-python/twisted-core-2.4.0 dev-python/twisted-web ssl? ( dev-python/pyopenssl )" DEPEND="${DEPEND} diff --git a/dev-python/kiwi/ChangeLog b/dev-python/kiwi/ChangeLog index 0be2463e72cd..518f61f12af5 100644 --- a/dev-python/kiwi/ChangeLog +++ b/dev-python/kiwi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/kiwi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.25 2013/07/05 04:44:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.26 2013/08/03 09:45:42 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> kiwi-1.9.34.ebuild, + kiwi-1.9.35.ebuild, kiwi-1.9.36.ebuild, kiwi-1.9.36.2.ebuild, + kiwi-1.9.37.ebuild, kiwi-1.9.38.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *kiwi-1.9.38-r1 (05 Jul 2013) diff --git a/dev-python/kiwi/kiwi-1.9.34.ebuild b/dev-python/kiwi/kiwi-1.9.34.ebuild index 5d3c4e7ddd83..54d6335e9539 100644 --- a/dev-python/kiwi/kiwi-1.9.34.ebuild +++ b/dev-python/kiwi/kiwi-1.9.34.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-python/kiwi/kiwi-1.9.34.ebuild,v 1.1 2012/05/20 00:09:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.34.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pep8 dev-python/pyflakes - dev-python/twisted + dev-python/twisted-core ) " diff --git a/dev-python/kiwi/kiwi-1.9.35.ebuild b/dev-python/kiwi/kiwi-1.9.35.ebuild index ed6525efd61b..f336526d065e 100644 --- a/dev-python/kiwi/kiwi-1.9.35.ebuild +++ b/dev-python/kiwi/kiwi-1.9.35.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-python/kiwi/kiwi-1.9.35.ebuild,v 1.1 2012/10/09 09:44:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.35.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pep8 dev-python/pyflakes - dev-python/twisted + dev-python/twisted-core ) " diff --git a/dev-python/kiwi/kiwi-1.9.36.2.ebuild b/dev-python/kiwi/kiwi-1.9.36.2.ebuild index cf40d4ca1c5d..726c2c40d84c 100644 --- a/dev-python/kiwi/kiwi-1.9.36.2.ebuild +++ b/dev-python/kiwi/kiwi-1.9.36.2.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/dev-python/kiwi/kiwi-1.9.36.2.ebuild,v 1.1 2013/01/22 06:02:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.36.2.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pep8 dev-python/pyflakes - dev-python/twisted + dev-python/twisted-core ) " diff --git a/dev-python/kiwi/kiwi-1.9.36.ebuild b/dev-python/kiwi/kiwi-1.9.36.ebuild index 60538c91cee3..1cd04876a38c 100644 --- a/dev-python/kiwi/kiwi-1.9.36.ebuild +++ b/dev-python/kiwi/kiwi-1.9.36.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-python/kiwi/kiwi-1.9.36.ebuild,v 1.3 2012/12/11 17:06:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.36.ebuild,v 1.4 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pep8 dev-python/pyflakes - dev-python/twisted + dev-python/twisted-core ) " diff --git a/dev-python/kiwi/kiwi-1.9.37.ebuild b/dev-python/kiwi/kiwi-1.9.37.ebuild index 057a170cf926..8ba113b19f9f 100644 --- a/dev-python/kiwi/kiwi-1.9.37.ebuild +++ b/dev-python/kiwi/kiwi-1.9.37.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/dev-python/kiwi/kiwi-1.9.37.ebuild,v 1.1 2013/04/03 05:57:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.37.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pep8 dev-python/pyflakes - dev-python/twisted + dev-python/twisted-core ) " diff --git a/dev-python/kiwi/kiwi-1.9.38.ebuild b/dev-python/kiwi/kiwi-1.9.38.ebuild index f9283a1defa6..21d4fb80edca 100644 --- a/dev-python/kiwi/kiwi-1.9.38.ebuild +++ b/dev-python/kiwi/kiwi-1.9.38.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/dev-python/kiwi/kiwi-1.9.38.ebuild,v 1.1 2013/04/16 09:24:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.38.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pep8 dev-python/pyflakes - dev-python/twisted + dev-python/twisted-core ) " diff --git a/dev-python/ldaptor/ChangeLog b/dev-python/ldaptor/ChangeLog index a21f334d07ad..bfe68bdb3327 100644 --- a/dev-python/ldaptor/ChangeLog +++ b/dev-python/ldaptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ldaptor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ChangeLog,v 1.38 2013/01/27 07:30:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ChangeLog,v 1.39 2013/08/03 09:45:40 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> ldaptor-0.0.43.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 27 Jan 2013; Ian Delaney <idella4@gentoo.org> +files/ldaptor-prem_test.patch, ldaptor-0.0.43.ebuild: diff --git a/dev-python/ldaptor/ldaptor-0.0.43.ebuild b/dev-python/ldaptor/ldaptor-0.0.43.ebuild index 5fc80451bfe2..3a11097bec1c 100644 --- a/dev-python/ldaptor/ldaptor-0.0.43.ebuild +++ b/dev-python/ldaptor/ldaptor-0.0.43.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/dev-python/ldaptor/ldaptor-0.0.43.ebuild,v 1.18 2013/01/27 07:30:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.43.ebuild,v 1.19 2013/08/03 09:45:40 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -22,7 +22,7 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="doc samba web" DEPEND="virtual/pyparsing - >=dev-python/twisted-2 + >=dev-python/twisted-core-2 dev-python/twisted-mail dev-python/twisted-names doc? ( diff --git a/dev-python/mantissa/ChangeLog b/dev-python/mantissa/ChangeLog index 23da2500accd..813a52e84692 100644 --- a/dev-python/mantissa/ChangeLog +++ b/dev-python/mantissa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/mantissa # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.18 2013/06/09 17:19:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.19 2013/08/03 09:45:49 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> mantissa-0.7.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 09 Jun 2013; Mike Gilbert <floppym@gentoo.org> mantissa-0.7.0.ebuild: Depend on virtual/python-imaging. diff --git a/dev-python/mantissa/mantissa-0.7.0.ebuild b/dev-python/mantissa/mantissa-0.7.0.ebuild index c1df9dbe2696..28b6f47f6976 100644 --- a/dev-python/mantissa/mantissa-0.7.0.ebuild +++ b/dev-python/mantissa/mantissa-0.7.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/dev-python/mantissa/mantissa-0.7.0.ebuild,v 1.8 2013/06/09 17:19:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.7.0.ebuild,v 1.9 2013/08/03 09:45:49 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -32,7 +32,7 @@ DEPEND=">=dev-python/axiom-0.5.7 virtual/python-imaging >=dev-python/nevow-0.9.5 >=dev-python/pytz-2005m - >=dev-python/twisted-8.0.1 + >=dev-python/twisted-core-8.0.1 dev-python/twisted-mail >=dev-python/vertex-0.2.0" RDEPEND="${DEPEND}" diff --git a/dev-python/morbid/ChangeLog b/dev-python/morbid/ChangeLog index ee543571443a..f8fc7acc62c9 100644 --- a/dev-python/morbid/ChangeLog +++ b/dev-python/morbid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/morbid -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/ChangeLog,v 1.10 2010/06/25 19:56:02 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/ChangeLog,v 1.11 2013/08/03 09:45:37 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> morbid-0.8.7.3.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 25 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> morbid-0.8.7.3.ebuild: diff --git a/dev-python/morbid/morbid-0.8.7.3.ebuild b/dev-python/morbid/morbid-0.8.7.3.ebuild index fd7b5c906338..8d76c2345f68 100644 --- a/dev-python/morbid/morbid-0.8.7.3.ebuild +++ b/dev-python/morbid/morbid-0.8.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.7.3.ebuild,v 1.5 2010/12/26 14:49:12 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.7.3.ebuild,v 1.6 2013/08/03 09:45:37 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="dev-python/stomper - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web" DEPEND="${RDEPEND} dev-python/setuptools" diff --git a/dev-python/nevow/ChangeLog b/dev-python/nevow/ChangeLog index c1c67dedb03d..90a5c7731c20 100644 --- a/dev-python/nevow/ChangeLog +++ b/dev-python/nevow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nevow -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.47 2012/10/12 08:16:28 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.48 2013/08/03 09:45:48 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> nevow-0.10.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 12 Oct 2012; Patrick Lauer <patrick@gentoo.org> nevow-0.10.0.ebuild: Restricting python-2.5 diff --git a/dev-python/nevow/nevow-0.10.0.ebuild b/dev-python/nevow/nevow-0.10.0.ebuild index aa2c6def6dc4..8a67737fffe1 100644 --- a/dev-python/nevow/nevow-0.10.0.ebuild +++ b/dev-python/nevow/nevow-0.10.0.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-python/nevow/nevow-0.10.0.ebuild,v 1.13 2012/10/12 08:16:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.10.0.ebuild,v 1.14 2013/08/03 09:45:48 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -23,7 +23,7 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-linux" IUSE="doc" -DEPEND=">=dev-python/twisted-2.5 +DEPEND=">=dev-python/twisted-core-2.5 >=dev-python/twisted-web-8.1.0 net-zope/zope-interface" RDEPEND="${DEPEND}" diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 9696e2e1d7e3..bc2e418fed31 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/nose # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.116 2013/07/02 07:43:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.117 2013/08/03 09:45:39 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> nose-1.1.2.ebuild, + nose-1.1.2-r1.ebuild, nose-1.2.1.ebuild, nose-1.2.1_p2012.ebuild, + nose-1.3.0.ebuild, nose-9999.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> nose-1.3.0.ebuild: Stable for sh, wrt bug #473672 diff --git a/dev-python/nose/nose-1.1.2-r1.ebuild b/dev-python/nose/nose-1.1.2-r1.ebuild index e28b0b919425..472e264de949 100644 --- a/dev-python/nose/nose-1.1.2-r1.ebuild +++ b/dev-python/nose/nose-1.1.2-r1.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/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.14 2013/02/26 14:56:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.15 2013/08/03 09:45:39 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="coverage? ( dev-python/coverage[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6 ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" DOCS=( AUTHORS ) diff --git a/dev-python/nose/nose-1.1.2.ebuild b/dev-python/nose/nose-1.1.2.ebuild index ae82bf0ffd02..a8bc102d3129 100644 --- a/dev-python/nose/nose-1.1.2.ebuild +++ b/dev-python/nose/nose-1.1.2.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-python/nose/nose-1.1.2.ebuild,v 1.10 2012/05/09 00:06:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2.ebuild,v 1.11 2013/08/03 09:45:39 mgorny Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ RDEPEND="coverage? ( dev-python/coverage ) dev-python/setuptools" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6 ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" DOCS="AUTHORS" diff --git a/dev-python/nose/nose-1.2.1.ebuild b/dev-python/nose/nose-1.2.1.ebuild index 6c68b5065ea6..6f125e0aec48 100644 --- a/dev-python/nose/nose-1.2.1.ebuild +++ b/dev-python/nose/nose-1.2.1.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/dev-python/nose/nose-1.2.1.ebuild,v 1.3 2013/03/02 12:40:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild,v 1.4 2013/08/03 09:45:39 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="dev-python/coverage[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6 ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" DOCS=( AUTHORS ) diff --git a/dev-python/nose/nose-1.2.1_p2012.ebuild b/dev-python/nose/nose-1.2.1_p2012.ebuild index c1ed6d6d09b1..ca92c6a9b051 100644 --- a/dev-python/nose/nose-1.2.1_p2012.ebuild +++ b/dev-python/nose/nose-1.2.1_p2012.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/dev-python/nose/nose-1.2.1_p2012.ebuild,v 1.2 2013/03/02 12:40:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild,v 1.3 2013/08/03 09:45:39 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="dev-python/coverage[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6 ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" DOCS=( AUTHORS ) diff --git a/dev-python/nose/nose-1.3.0.ebuild b/dev-python/nose/nose-1.3.0.ebuild index 947d0095cc90..680a19e483b9 100644 --- a/dev-python/nose/nose-1.3.0.ebuild +++ b/dev-python/nose/nose-1.3.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/dev-python/nose/nose-1.3.0.ebuild,v 1.14 2013/07/02 07:43:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.15 2013/08/03 09:45:39 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="dev-python/coverage[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6 ) - test? ( dev-python/twisted + test? ( dev-python/twisted-core dev-python/unittest2 )" DOCS=( AUTHORS ) diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 5c737386afdf..1e7d03a15e21 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.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/dev-python/nose/nose-9999.ebuild,v 1.2 2013/01/08 18:40:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-9999.ebuild,v 1.3 2013/08/03 09:45:39 mgorny Exp $ EAPI=5 @@ -26,7 +26,7 @@ RDEPEND="dev-python/coverage[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6 ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" #if LIVE SRC_URI= diff --git a/dev-python/paisley/ChangeLog b/dev-python/paisley/ChangeLog index 4fd623695d5c..c5e315348c93 100644 --- a/dev-python/paisley/ChangeLog +++ b/dev-python/paisley/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/paisley -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.15 2011/09/12 08:23:55 djc Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.16 2013/08/03 09:45:45 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> paisley-0.3.1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 12 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> metadata.xml: Remove myself as maintainer. diff --git a/dev-python/paisley/paisley-0.3.1.ebuild b/dev-python/paisley/paisley-0.3.1.ebuild index dd9ccd8d98bf..e110642158e9 100644 --- a/dev-python/paisley/paisley-0.3.1.ebuild +++ b/dev-python/paisley/paisley-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.3.1.ebuild,v 1.4 2011/06/24 18:54:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.3.1.ebuild,v 1.5 2013/08/03 09:45:45 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,6 +20,6 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-python/simplejson - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web" DEPEND="${RDEPEND}" diff --git a/dev-python/pyfire/ChangeLog b/dev-python/pyfire/ChangeLog index 6ed7b0af6738..471de868e0bc 100644 --- a/dev-python/pyfire/ChangeLog +++ b/dev-python/pyfire/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyfire -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfire/ChangeLog,v 1.2 2012/10/17 08:53:06 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfire/ChangeLog,v 1.3 2013/08/03 09:45:50 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pyfire-0.3.4.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 17 Oct 2012; Patrick Lauer <patrick@gentoo.org> pyfire-0.3.4.ebuild: Restricting python 2.5 diff --git a/dev-python/pyfire/pyfire-0.3.4.ebuild b/dev-python/pyfire/pyfire-0.3.4.ebuild index ba4bee3fd82d..88e9c20a890a 100644 --- a/dev-python/pyfire/pyfire-0.3.4.ebuild +++ b/dev-python/pyfire/pyfire-0.3.4.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-python/pyfire/pyfire-0.3.4.ebuild,v 1.2 2012/10/17 08:53:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfire/pyfire-0.3.4.ebuild,v 1.3 2013/08/03 09:45:50 mgorny Exp $ EAPI=4 @@ -24,5 +24,5 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND=" dev-python/pyopenssl - dev-python/twisted + dev-python/twisted-core " diff --git a/dev-python/pynotifier/ChangeLog b/dev-python/pynotifier/ChangeLog index 2fa81b41ea3a..fbf4f2a0d950 100644 --- a/dev-python/pynotifier/ChangeLog +++ b/dev-python/pynotifier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pynotifier # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.21 2013/07/01 14:48:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.22 2013/08/03 09:45:37 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pynotifier-0.7.0-r1.ebuild, + pynotifier-0.7.0-r2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 01 Jul 2013; Ian Delaney <idella4@gentoo.org> pynotifier-0.7.0-r2.ebuild: correction to dep diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild b/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild index 13370df4eac5..4b2de335d009 100644 --- a/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild +++ b/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild,v 1.6 2011/10/24 05:37:32 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild,v 1.7 2013/08/03 09:45:37 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ KEYWORDS="amd64 ppc x86" IUSE="qt4 gtk" DEPEND="" -RDEPEND="dev-python/twisted +RDEPEND="dev-python/twisted-core gtk? ( dev-python/pygobject:2 ) qt4? ( dev-python/PyQt4[X] )" diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild b/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild index 643c5b3afb04..8b1e416206ce 100644 --- a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild +++ b/dev-python/pynotifier/pynotifier-0.7.0-r2.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/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild,v 1.2 2013/07/01 14:48:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild,v 1.3 2013/08/03 09:45:37 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="qt4 gtk" DEPEND="" -RDEPEND="dev-python/twisted +RDEPEND="dev-python/twisted-core gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] ) qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )" diff --git a/dev-python/pyosd/ChangeLog b/dev-python/pyosd/ChangeLog index 5c642afb8d83..43a0f183fa7f 100644 --- a/dev-python/pyosd/ChangeLog +++ b/dev-python/pyosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyosd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.21 2012/05/19 20:20:27 floppym Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.22 2013/08/03 09:45:50 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pyosd-0.2.14.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 19 May 2012; Mike Gilbert <floppym@gentoo.org> pyosd-0.2.14.ebuild: Update HOMEPAGE and SRC_URI. #402045 by Florian Berger. diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild index 15f2afdf6648..0be33fc03ce3 100644 --- a/dev-python/pyosd/pyosd-0.2.14.ebuild +++ b/dev-python/pyosd/pyosd-0.2.14.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-python/pyosd/pyosd-0.2.14.ebuild,v 1.11 2012/05/19 20:20:27 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.12 2013/08/03 09:45:50 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -37,6 +37,6 @@ src_install() { pkg_postinst() { distutils_pkg_postinst - elog "If you want to run the included daemon, you will need to install dev-python/twisted." + elog "If you want to run the included daemon, you will need to install dev-python/twisted-core." elog "Also note that the volume plugin requires media-sound/aumix." } diff --git a/dev-python/pyutil/ChangeLog b/dev-python/pyutil/ChangeLog index 26710b638def..cdafbdb56e48 100644 --- a/dev-python/pyutil/ChangeLog +++ b/dev-python/pyutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyutil # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/ChangeLog,v 1.1 2013/08/01 01:37:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/ChangeLog,v 1.2 2013/08/03 09:45:46 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pyutil-1.9.7.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *pyutil-1.9.7 (01 Aug 2013) diff --git a/dev-python/pyutil/pyutil-1.9.7.ebuild b/dev-python/pyutil/pyutil-1.9.7.ebuild index 88ba6cbc5290..eb53b6f98344 100644 --- a/dev-python/pyutil/pyutil-1.9.7.ebuild +++ b/dev-python/pyutil/pyutil-1.9.7.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/dev-python/pyutil/pyutil-1.9.7.ebuild,v 1.1 2013/08/01 01:37:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-1.9.7.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI=5 @@ -16,9 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# dev-python/twisted[${PYTHON_USEDEP}] +# dev-python/twisted-core[${PYTHON_USEDEP}] RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core virtual/python-argparse[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/scrapy/ChangeLog b/dev-python/scrapy/ChangeLog index 9ff8b9ade649..44eea7a41130 100644 --- a/dev-python/scrapy/ChangeLog +++ b/dev-python/scrapy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/scrapy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.13 2013/06/09 17:32:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.14 2013/08/03 09:45:47 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> scrapy-0.14.4.ebuild, + scrapy-0.16.4.ebuild, scrapy-0.17.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 09 Jun 2013; Mike Gilbert <floppym@gentoo.org> scrapy-0.14.4.ebuild, scrapy-0.16.4.ebuild, scrapy-0.17.0.ebuild: diff --git a/dev-python/scrapy/scrapy-0.14.4.ebuild b/dev-python/scrapy/scrapy-0.14.4.ebuild index 0014ea449e47..9d6924b80949 100644 --- a/dev-python/scrapy/scrapy-0.14.4.ebuild +++ b/dev-python/scrapy/scrapy-0.14.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/dev-python/scrapy/scrapy-0.14.4.ebuild,v 1.4 2013/06/09 17:32:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.4.ebuild,v 1.5 2013/08/03 09:45:47 mgorny Exp $ EAPI="4" @@ -38,7 +38,7 @@ RDEPEND="dev-libs/libxml2[python] ssl? ( dev-python/pyopenssl ) dev-python/setuptools dev-python/simplejson - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-mail dev-python/twisted-web diff --git a/dev-python/scrapy/scrapy-0.16.4.ebuild b/dev-python/scrapy/scrapy-0.16.4.ebuild index 3d6f5190439e..92826479eb9a 100644 --- a/dev-python/scrapy/scrapy-0.16.4.ebuild +++ b/dev-python/scrapy/scrapy-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/dev-python/scrapy/scrapy-0.16.4.ebuild,v 1.2 2013/06/09 17:32:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.16.4.ebuild,v 1.3 2013/08/03 09:45:47 mgorny Exp $ EAPI=5 @@ -35,7 +35,7 @@ RDEPEND="dev-libs/libxml2[python,${PYTHON_USEDEP}] ibl? ( dev-python/numpy[${PYTHON_USEDEP}] ) ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-mail dev-python/twisted-web diff --git a/dev-python/scrapy/scrapy-0.17.0.ebuild b/dev-python/scrapy/scrapy-0.17.0.ebuild index e08144539140..3536e11d0291 100644 --- a/dev-python/scrapy/scrapy-0.17.0.ebuild +++ b/dev-python/scrapy/scrapy-0.17.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/dev-python/scrapy/scrapy-0.17.0.ebuild,v 1.2 2013/06/09 17:32:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.17.0.ebuild,v 1.3 2013/08/03 09:45:47 mgorny Exp $ EAPI=5 @@ -32,7 +32,7 @@ RDEPEND="dev-libs/libxml2[python,${PYTHON_USEDEP}] ibl? ( dev-python/numpy[${PYTHON_USEDEP}] ) ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-mail dev-python/twisted-web diff --git a/dev-python/testoob/ChangeLog b/dev-python/testoob/ChangeLog index 75cf9f0f7817..745ccf769f04 100644 --- a/dev-python/testoob/ChangeLog +++ b/dev-python/testoob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/testoob -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testoob/ChangeLog,v 1.22 2012/05/22 09:26:30 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/testoob/ChangeLog,v 1.23 2013/08/03 09:45:51 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> testoob-1.15.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> testoob-1.15.ebuild: Remove masked dev-python/4suite dependency because it's optional according to diff --git a/dev-python/testoob/testoob-1.15.ebuild b/dev-python/testoob/testoob-1.15.ebuild index 49b3790dea0c..d016bec92b2c 100644 --- a/dev-python/testoob/testoob-1.15.ebuild +++ b/dev-python/testoob/testoob-1.15.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-python/testoob/testoob-1.15.ebuild,v 1.6 2012/05/22 09:26:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testoob/testoob-1.15.ebuild,v 1.7 2013/08/03 09:45:51 mgorny Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -18,7 +18,7 @@ IUSE="pdf threads" DEPEND="" RDEPEND="pdf? ( dev-python/reportlab ) - threads? ( dev-python/twisted )" + threads? ( dev-python/twisted-core )" RESTRICT_PYTHON_ABIS="3.*" DOCS="docs/*" diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index 4c601cf0cd2c..208b7192132b 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.85 2013/04/08 06:42:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.86 2013/08/03 09:45:44 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-conch-10.2.0.ebuild, + twisted-conch-11.0.0.ebuild, twisted-conch-11.1.0.ebuild, + twisted-conch-12.0.0.ebuild, twisted-conch-12.2.0.ebuild, + twisted-conch-12.3.0.ebuild, twisted-conch-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-conch-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild index 1bd7dd9552ea..f678f70fe85f 100644 --- a/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-10.2.0.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-python/twisted-conch/twisted-conch-10.2.0.ebuild,v 1.10 2012/10/05 14:45:03 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild,v 1.11 2013/08/03 09:45:44 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 >=dev-python/pycrypto-1.9_alpha6" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild index 6db7f6cc2ee6..be68c4d40250 100644 --- a/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-11.0.0.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-python/twisted-conch/twisted-conch-11.0.0.ebuild,v 1.10 2012/10/05 14:45:03 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild,v 1.11 2013/08/03 09:45:44 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild index 1b038ea18db8..21442a005a34 100644 --- a/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-11.1.0.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-python/twisted-conch/twisted-conch-11.1.0.ebuild,v 1.3 2012/02/25 02:00:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild,v 1.4 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-conch/twisted-conch-12.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-12.0.0.ebuild index bbe6328b71af..38b95cc8adc3 100644 --- a/dev-python/twisted-conch/twisted-conch-12.0.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-12.0.0.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-python/twisted-conch/twisted-conch-12.0.0.ebuild,v 1.1 2012/03/22 07:04:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.0.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild index 6e38cb780702..f3f12fd931cd 100644 --- a/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-12.2.0.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-python/twisted-conch/twisted-conch-12.2.0.ebuild,v 1.2 2012/10/08 19:30:06 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild,v 1.3 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild b/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild index acabb8da2191..55e9c8de5394 100644 --- a/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-12.3.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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.1 2013/01/14 03:55:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-conch/twisted-conch-13.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-13.0.0.ebuild index 0286f96ef02f..20c738d1ae64 100644 --- a/dev-python/twisted-conch/twisted-conch-13.0.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-13.0.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/dev-python/twisted-conch/twisted-conch-13.0.0.ebuild,v 1.1 2013/04/08 06:42:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-13.0.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index a9e65cd600d6..eca340568d90 100644 --- a/dev-python/twisted-lore/ChangeLog +++ b/dev-python/twisted-lore/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-lore # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.62 2013/04/08 06:44:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.63 2013/08/03 09:45:45 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-lore-10.2.0.ebuild, + twisted-lore-11.0.0.ebuild, twisted-lore-11.1.0.ebuild, + twisted-lore-12.0.0.ebuild, twisted-lore-12.2.0.ebuild, + twisted-lore-12.3.0.ebuild, twisted-lore-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-lore-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-lore/twisted-lore-10.2.0.ebuild b/dev-python/twisted-lore/twisted-lore-10.2.0.ebuild index 11cb8c6fc1aa..4bd5eadd7c2c 100644 --- a/dev-python/twisted-lore/twisted-lore-10.2.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-10.2.0.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-python/twisted-lore/twisted-lore-10.2.0.ebuild,v 1.7 2012/10/05 14:45:16 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-10.2.0.ebuild,v 1.8 2013/08/03 09:45:45 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/twisted-web" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/twisted-lore-11.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-11.0.0.ebuild index 9a8c9da4b750..0168460ddddf 100644 --- a/dev-python/twisted-lore/twisted-lore-11.0.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-11.0.0.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-python/twisted-lore/twisted-lore-11.0.0.ebuild,v 1.7 2012/10/05 14:45:16 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-11.0.0.ebuild,v 1.8 2013/08/03 09:45:45 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/twisted-lore-11.1.0.ebuild b/dev-python/twisted-lore/twisted-lore-11.1.0.ebuild index f1f1d93d48cf..6463c1d1cca4 100644 --- a/dev-python/twisted-lore/twisted-lore-11.1.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-11.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-11.1.0.ebuild,v 1.1 2011/12/27 07:06:25 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-11.1.0.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild index 6850d9b1479e..96dd8d7a8151 100644 --- a/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-12.0.0.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-python/twisted-lore/twisted-lore-12.0.0.ebuild,v 1.1 2012/03/22 07:04:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/twisted-lore-12.2.0.ebuild b/dev-python/twisted-lore/twisted-lore-12.2.0.ebuild index c043654e5de5..73c3940683d9 100644 --- a/dev-python/twisted-lore/twisted-lore-12.2.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-12.2.0.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-python/twisted-lore/twisted-lore-12.2.0.ebuild,v 1.2 2012/10/08 19:30:22 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.2.0.ebuild,v 1.3 2013/08/03 09:45:45 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild b/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild index 14208a90f1f7..36ec2a8e6141 100644 --- a/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-12.3.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/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild,v 1.1 2013/01/14 03:55:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild index 33024a0618cb..4250c7588b02 100644 --- a/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-13.0.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/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild,v 1.1 2013/04/08 06:44:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index 21c4f75414c0..b03c887d6afb 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-mail # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.73 2013/04/08 06:47:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.74 2013/08/03 09:45:44 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-mail-10.2.0.ebuild, + twisted-mail-11.0.0.ebuild, twisted-mail-11.1.0.ebuild, + twisted-mail-12.0.0.ebuild, twisted-mail-12.2.0.ebuild, + twisted-mail-12.3.0.ebuild, twisted-mail-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-mail-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild index 3b42792c960d..21e70d2c0d41 100644 --- a/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-10.2.0.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-python/twisted-mail/twisted-mail-10.2.0.ebuild,v 1.8 2012/10/05 14:45:31 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild,v 1.9 2013/08/03 09:45:44 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild b/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild index 529cbe2770a0..ff784c2220ff 100644 --- a/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-11.0.0.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-python/twisted-mail/twisted-mail-11.0.0.ebuild,v 1.9 2012/10/05 14:45:31 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild,v 1.10 2013/08/03 09:45:44 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/twisted-mail-11.1.0.ebuild b/dev-python/twisted-mail/twisted-mail-11.1.0.ebuild index b3de6245e834..e15af43e2904 100644 --- a/dev-python/twisted-mail/twisted-mail-11.1.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-11.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-11.1.0.ebuild,v 1.1 2011/12/27 07:11:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-11.1.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/twisted-mail-12.0.0.ebuild b/dev-python/twisted-mail/twisted-mail-12.0.0.ebuild index 0a28798f17a9..2a3d3176205b 100644 --- a/dev-python/twisted-mail/twisted-mail-12.0.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-12.0.0.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-python/twisted-mail/twisted-mail-12.0.0.ebuild,v 1.1 2012/03/22 07:05:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-12.0.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/twisted-mail-12.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-12.2.0.ebuild index 5f8babd78c8e..c1524671bc6b 100644 --- a/dev-python/twisted-mail/twisted-mail-12.2.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-12.2.0.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-python/twisted-mail/twisted-mail-12.2.0.ebuild,v 1.2 2012/10/08 19:30:35 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-12.2.0.ebuild,v 1.3 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild b/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild index a65ddc661138..beca6f1b9df2 100644 --- a/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-12.3.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/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild,v 1.1 2013/01/14 03:56:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-mail/twisted-mail-13.0.0.ebuild b/dev-python/twisted-mail/twisted-mail-13.0.0.ebuild index f0c7abc83824..8bb9a7ad386e 100644 --- a/dev-python/twisted-mail/twisted-mail-13.0.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-13.0.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/dev-python/twisted-mail/twisted-mail-13.0.0.ebuild,v 1.1 2013/04/08 06:47:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-13.0.0.ebuild,v 1.2 2013/08/03 09:45:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-names-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog index 288bb281bfd5..930d020ce3dd 100644 --- a/dev-python/twisted-names/ChangeLog +++ b/dev-python/twisted-names/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-names # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.71 2013/04/08 06:49:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.72 2013/08/03 09:45:46 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-names-10.2.0.ebuild, + twisted-names-11.0.0.ebuild, twisted-names-11.1.0.ebuild, + twisted-names-12.0.0.ebuild, twisted-names-12.2.0.ebuild, + twisted-names-12.3.0.ebuild, twisted-names-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-names-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-names/twisted-names-10.2.0.ebuild b/dev-python/twisted-names/twisted-names-10.2.0.ebuild index 3eee2f32cc5f..485b8b74b200 100644 --- a/dev-python/twisted-names/twisted-names-10.2.0.ebuild +++ b/dev-python/twisted-names/twisted-names-10.2.0.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-python/twisted-names/twisted-names-10.2.0.ebuild,v 1.8 2012/10/05 14:45:45 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-10.2.0.ebuild,v 1.9 2013/08/03 09:45:46 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-names/twisted-names-11.0.0.ebuild b/dev-python/twisted-names/twisted-names-11.0.0.ebuild index a82dfaa3e869..9dfa27c8c86a 100644 --- a/dev-python/twisted-names/twisted-names-11.0.0.ebuild +++ b/dev-python/twisted-names/twisted-names-11.0.0.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-python/twisted-names/twisted-names-11.0.0.ebuild,v 1.9 2012/10/05 14:45:45 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-11.0.0.ebuild,v 1.10 2013/08/03 09:45:46 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-names/twisted-names-11.1.0.ebuild b/dev-python/twisted-names/twisted-names-11.1.0.ebuild index 4e496d278682..2edd6021dcc8 100644 --- a/dev-python/twisted-names/twisted-names-11.1.0.ebuild +++ b/dev-python/twisted-names/twisted-names-11.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-11.1.0.ebuild,v 1.1 2011/12/27 07:09:41 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-11.1.0.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-names/twisted-names-12.0.0.ebuild b/dev-python/twisted-names/twisted-names-12.0.0.ebuild index 8c871f35e565..fb51cd1f590c 100644 --- a/dev-python/twisted-names/twisted-names-12.0.0.ebuild +++ b/dev-python/twisted-names/twisted-names-12.0.0.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-python/twisted-names/twisted-names-12.0.0.ebuild,v 1.1 2012/03/22 07:06:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-12.0.0.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-names/twisted-names-12.2.0.ebuild b/dev-python/twisted-names/twisted-names-12.2.0.ebuild index 3ff5ad2f0d80..20b48f0d8bc1 100644 --- a/dev-python/twisted-names/twisted-names-12.2.0.ebuild +++ b/dev-python/twisted-names/twisted-names-12.2.0.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-python/twisted-names/twisted-names-12.2.0.ebuild,v 1.2 2012/10/08 19:30:49 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-12.2.0.ebuild,v 1.3 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-names/twisted-names-12.3.0.ebuild b/dev-python/twisted-names/twisted-names-12.3.0.ebuild index 75649f626c23..79450c5423d9 100644 --- a/dev-python/twisted-names/twisted-names-12.3.0.ebuild +++ b/dev-python/twisted-names/twisted-names-12.3.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/dev-python/twisted-names/twisted-names-12.3.0.ebuild,v 1.1 2013/01/14 03:57:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-12.3.0.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-names/twisted-names-13.0.0.ebuild b/dev-python/twisted-names/twisted-names-13.0.0.ebuild index 64fd0e0f8766..8db84ec09435 100644 --- a/dev-python/twisted-names/twisted-names-13.0.0.ebuild +++ b/dev-python/twisted-names/twisted-names-13.0.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/dev-python/twisted-names/twisted-names-13.0.0.ebuild,v 1.1 2013/04/08 06:49:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-13.0.0.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="A Twisted DNS implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/names twisted/plugins" diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog index 99dba369515b..d80c3a0430ae 100644 --- a/dev-python/twisted-news/ChangeLog +++ b/dev-python/twisted-news/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-news # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.60 2013/04/08 06:52:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.61 2013/08/03 09:45:48 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-news-10.2.0.ebuild, + twisted-news-11.0.0.ebuild, twisted-news-11.1.0.ebuild, + twisted-news-12.0.0.ebuild, twisted-news-12.2.0.ebuild, + twisted-news-12.3.0.ebuild, twisted-news-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-news-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-news/twisted-news-10.2.0.ebuild b/dev-python/twisted-news/twisted-news-10.2.0.ebuild index 6576eb5ec10c..fba8d7187a49 100644 --- a/dev-python/twisted-news/twisted-news-10.2.0.ebuild +++ b/dev-python/twisted-news/twisted-news-10.2.0.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-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.8 2013/08/03 09:45:48 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-news/twisted-news-11.0.0.ebuild b/dev-python/twisted-news/twisted-news-11.0.0.ebuild index 7db863d2eeda..676817beb655 100644 --- a/dev-python/twisted-news/twisted-news-11.0.0.ebuild +++ b/dev-python/twisted-news/twisted-news-11.0.0.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-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.8 2013/08/03 09:45:48 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-news/twisted-news-11.1.0.ebuild b/dev-python/twisted-news/twisted-news-11.1.0.ebuild index 3b5295608ad6..5ac311f0fca5 100644 --- a/dev-python/twisted-news/twisted-news-11.1.0.ebuild +++ b/dev-python/twisted-news/twisted-news-11.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.1.0.ebuild,v 1.1 2011/12/27 07:13:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.1.0.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-news/twisted-news-12.0.0.ebuild b/dev-python/twisted-news/twisted-news-12.0.0.ebuild index f7b539a9ec30..a42ec46c2532 100644 --- a/dev-python/twisted-news/twisted-news-12.0.0.ebuild +++ b/dev-python/twisted-news/twisted-news-12.0.0.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-python/twisted-news/twisted-news-12.0.0.ebuild,v 1.1 2012/03/22 07:06:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-12.0.0.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-news/twisted-news-12.2.0.ebuild b/dev-python/twisted-news/twisted-news-12.2.0.ebuild index 4af03e4a3221..06431a322bc5 100644 --- a/dev-python/twisted-news/twisted-news-12.2.0.ebuild +++ b/dev-python/twisted-news/twisted-news-12.2.0.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-python/twisted-news/twisted-news-12.2.0.ebuild,v 1.2 2012/10/08 19:31:03 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-12.2.0.ebuild,v 1.3 2013/08/03 09:45:48 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-news/twisted-news-12.3.0.ebuild b/dev-python/twisted-news/twisted-news-12.3.0.ebuild index 6bcc5b3fff38..75a690437531 100644 --- a/dev-python/twisted-news/twisted-news-12.3.0.ebuild +++ b/dev-python/twisted-news/twisted-news-12.3.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/dev-python/twisted-news/twisted-news-12.3.0.ebuild,v 1.1 2013/01/14 03:57:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-12.3.0.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-news/twisted-news-13.0.0.ebuild b/dev-python/twisted-news/twisted-news-13.0.0.ebuild index 80f0c6ac750f..6d4d4d7f11fd 100644 --- a/dev-python/twisted-news/twisted-news-13.0.0.ebuild +++ b/dev-python/twisted-news/twisted-news-13.0.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/dev-python/twisted-news/twisted-news-13.0.0.ebuild,v 1.1 2013/04/08 06:52:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-13.0.0.ebuild,v 1.2 2013/08/03 09:45:48 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted News is an NNTP server and programming library." KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-mail-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog index e9e34aefad84..18cd8e1f20dd 100644 --- a/dev-python/twisted-pair/ChangeLog +++ b/dev-python/twisted-pair/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-pair # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.19 2013/04/08 06:54:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.20 2013/08/03 09:45:42 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-pair-11.1.0.ebuild, + twisted-pair-12.0.0.ebuild, twisted-pair-12.2.0.ebuild, + twisted-pair-12.3.0.ebuild, twisted-pair-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-pair-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-pair/twisted-pair-11.1.0.ebuild b/dev-python/twisted-pair/twisted-pair-11.1.0.ebuild index c784f281fafe..7ffd7e788707 100644 --- a/dev-python/twisted-pair/twisted-pair-11.1.0.ebuild +++ b/dev-python/twisted-pair/twisted-pair-11.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-11.1.0.ebuild,v 1.2 2011/12/27 07:55:56 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-11.1.0.ebuild,v 1.3 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted low-level networking" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/eunuchs" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-pair/twisted-pair-12.0.0.ebuild b/dev-python/twisted-pair/twisted-pair-12.0.0.ebuild index 1739cf08ef5f..f96b48dbcfa3 100644 --- a/dev-python/twisted-pair/twisted-pair-12.0.0.ebuild +++ b/dev-python/twisted-pair/twisted-pair-12.0.0.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-python/twisted-pair/twisted-pair-12.0.0.ebuild,v 1.1 2012/03/22 07:07:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-12.0.0.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted low-level networking" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/eunuchs" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-pair/twisted-pair-12.2.0.ebuild b/dev-python/twisted-pair/twisted-pair-12.2.0.ebuild index 4e76257ab94c..d8b60814bde4 100644 --- a/dev-python/twisted-pair/twisted-pair-12.2.0.ebuild +++ b/dev-python/twisted-pair/twisted-pair-12.2.0.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-python/twisted-pair/twisted-pair-12.2.0.ebuild,v 1.2 2012/10/08 19:31:09 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-12.2.0.ebuild,v 1.3 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted low-level networking" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/eunuchs" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-pair/twisted-pair-12.3.0.ebuild b/dev-python/twisted-pair/twisted-pair-12.3.0.ebuild index cff30fa55036..7007ae46e4a5 100644 --- a/dev-python/twisted-pair/twisted-pair-12.3.0.ebuild +++ b/dev-python/twisted-pair/twisted-pair-12.3.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/dev-python/twisted-pair/twisted-pair-12.3.0.ebuild,v 1.1 2013/01/14 03:58:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-12.3.0.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted low-level networking" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/eunuchs" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-pair/twisted-pair-13.0.0.ebuild b/dev-python/twisted-pair/twisted-pair-13.0.0.ebuild index 94973f3ab656..b8af4113b537 100644 --- a/dev-python/twisted-pair/twisted-pair-13.0.0.ebuild +++ b/dev-python/twisted-pair/twisted-pair-13.0.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/dev-python/twisted-pair/twisted-pair-13.0.0.ebuild,v 1.1 2013/04/08 06:54:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-13.0.0.ebuild,v 1.2 2013/08/03 09:45:42 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted low-level networking" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* dev-python/eunuchs" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index 9cd91f715127..eb65e7208c89 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-runner # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.62 2013/04/08 06:56:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.63 2013/08/03 09:45:36 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-runner-10.2.0.ebuild, + twisted-runner-11.0.0.ebuild, twisted-runner-11.1.0.ebuild, + twisted-runner-12.0.0.ebuild, twisted-runner-12.2.0.ebuild, + twisted-runner-12.3.0.ebuild, twisted-runner-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-runner-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild index 611ef688a8ee..d358915aaebe 100644 --- a/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-10.2.0.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-python/twisted-runner/twisted-runner-10.2.0.ebuild,v 1.8 2012/10/05 14:46:17 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild,v 1.9 2013/08/03 09:45:36 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild index 35b7df5ae50d..00ce05b80856 100644 --- a/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-11.0.0.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-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.9 2012/10/05 14:46:17 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.10 2013/08/03 09:45:36 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild b/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild index 97a102f79bb2..d53964cd63bc 100644 --- a/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-11.1.0.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-python/twisted-runner/twisted-runner-11.1.0.ebuild,v 1.3 2012/01/02 00:59:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild,v 1.4 2013/08/03 09:45:36 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-runner/twisted-runner-12.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-12.0.0.ebuild index be1bab5c185d..ff67faf4c2a2 100644 --- a/dev-python/twisted-runner/twisted-runner-12.0.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-12.0.0.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-python/twisted-runner/twisted-runner-12.0.0.ebuild,v 1.1 2012/03/22 07:08:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-12.0.0.ebuild,v 1.2 2013/08/03 09:45:36 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-runner/twisted-runner-12.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-12.2.0.ebuild index a69b7517341a..571efa930d17 100644 --- a/dev-python/twisted-runner/twisted-runner-12.2.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-12.2.0.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-python/twisted-runner/twisted-runner-12.2.0.ebuild,v 1.2 2012/10/08 19:31:22 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-12.2.0.ebuild,v 1.3 2013/08/03 09:45:36 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild b/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild index d5e13a838bca..fe9b360dadd1 100644 --- a/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-12.3.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/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild,v 1.1 2013/01/14 03:59:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild,v 1.2 2013/08/03 09:45:36 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-runner/twisted-runner-13.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-13.0.0.ebuild index 9404773440cc..284d9118bd23 100644 --- a/dev-python/twisted-runner/twisted-runner-13.0.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-13.0.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/dev-python/twisted-runner/twisted-runner-13.0.0.ebuild,v 1.1 2013/04/08 06:56:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-13.0.0.ebuild,v 1.2 2013/08/03 09:45:36 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" PYTHON_MODNAME="twisted/runner" diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog index 7c6de4312be5..e64f2c9dd5a9 100644 --- a/dev-python/twisted-web/ChangeLog +++ b/dev-python/twisted-web/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-web # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.83 2013/04/08 06:59:05 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.84 2013/08/03 09:45:40 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-web-10.2.0.ebuild, + twisted-web-11.0.0.ebuild, twisted-web-11.1.0.ebuild, + twisted-web-12.0.0.ebuild, twisted-web-12.2.0.ebuild, + twisted-web-12.3.0.ebuild, twisted-web-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-web-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-web/twisted-web-10.2.0.ebuild b/dev-python/twisted-web/twisted-web-10.2.0.ebuild index a34d8ca61901..670d183df628 100644 --- a/dev-python/twisted-web/twisted-web-10.2.0.ebuild +++ b/dev-python/twisted-web/twisted-web-10.2.0.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-python/twisted-web/twisted-web-10.2.0.ebuild,v 1.9 2012/10/05 14:46:31 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.2.0.ebuild,v 1.10 2013/08/03 09:45:40 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-web/twisted-web-11.0.0.ebuild b/dev-python/twisted-web/twisted-web-11.0.0.ebuild index 7486b9e015e7..325309573190 100644 --- a/dev-python/twisted-web/twisted-web-11.0.0.ebuild +++ b/dev-python/twisted-web/twisted-web-11.0.0.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-python/twisted-web/twisted-web-11.0.0.ebuild,v 1.9 2012/10/05 14:46:31 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.0.0.ebuild,v 1.10 2013/08/03 09:45:40 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-web/twisted-web-11.1.0.ebuild b/dev-python/twisted-web/twisted-web-11.1.0.ebuild index a0ef6aefb9bf..320ec8cf7a11 100644 --- a/dev-python/twisted-web/twisted-web-11.1.0.ebuild +++ b/dev-python/twisted-web/twisted-web-11.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.1.0.ebuild,v 1.1 2011/12/27 07:03:04 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.1.0.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-web/twisted-web-12.0.0.ebuild b/dev-python/twisted-web/twisted-web-12.0.0.ebuild index 2effdca2890f..61369eb98314 100644 --- a/dev-python/twisted-web/twisted-web-12.0.0.ebuild +++ b/dev-python/twisted-web/twisted-web-12.0.0.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-python/twisted-web/twisted-web-12.0.0.ebuild,v 1.2 2012/05/13 20:48:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.0.0.ebuild,v 1.3 2013/08/03 09:45:40 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-web/twisted-web-12.2.0.ebuild b/dev-python/twisted-web/twisted-web-12.2.0.ebuild index 275c030639eb..e2f2adeaed67 100644 --- a/dev-python/twisted-web/twisted-web-12.2.0.ebuild +++ b/dev-python/twisted-web/twisted-web-12.2.0.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-python/twisted-web/twisted-web-12.2.0.ebuild,v 1.2 2012/10/08 19:31:36 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild,v 1.3 2013/08/03 09:45:40 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-web/twisted-web-12.3.0.ebuild b/dev-python/twisted-web/twisted-web-12.3.0.ebuild index 956e9063dae8..ddc99ee30383 100644 --- a/dev-python/twisted-web/twisted-web-12.3.0.ebuild +++ b/dev-python/twisted-web/twisted-web-12.3.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/dev-python/twisted-web/twisted-web-12.3.0.ebuild,v 1.1 2013/01/14 03:59:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.3.0.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-web/twisted-web-13.0.0.ebuild b/dev-python/twisted-web/twisted-web-13.0.0.ebuild index 5d31dc8e252a..be3c346fb82f 100644 --- a/dev-python/twisted-web/twisted-web-13.0.0.ebuild +++ b/dev-python/twisted-web/twisted-web-13.0.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/dev-python/twisted-web/twisted-web-13.0.0.ebuild,v 1.1 2013/04/08 06:59:05 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-13.0.0.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="soap" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* soap? ( dev-python/soappy )" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/ChangeLog b/dev-python/twisted-words/ChangeLog index cf77ad30b913..8d7fef025ed9 100644 --- a/dev-python/twisted-words/ChangeLog +++ b/dev-python/twisted-words/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/twisted-words # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.78 2013/04/08 07:01:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.79 2013/08/03 09:45:43 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> + twisted-words-10.2.0-r1.ebuild, twisted-words-11.0.0.ebuild, + twisted-words-11.1.0.ebuild, twisted-words-12.0.0.ebuild, + twisted-words-12.2.0.ebuild, twisted-words-12.3.0.ebuild, + twisted-words-13.0.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twisted-words-13.0.0 (08 Apr 2013) diff --git a/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild b/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild index ece5e5554b0b..8195052e2d12 100644 --- a/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild +++ b/dev-python/twisted-words/twisted-words-10.2.0-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/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild,v 1.5 2012/10/05 14:46:45 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild,v 1.6 2013/08/03 09:45:43 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1)* =dev-python/twisted-web-$(get_version_component_range 1)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/twisted-words-11.0.0.ebuild b/dev-python/twisted-words/twisted-words-11.0.0.ebuild index f7ada7364c86..d0d8f76b0265 100644 --- a/dev-python/twisted-words/twisted-words-11.0.0.ebuild +++ b/dev-python/twisted-words/twisted-words-11.0.0.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-python/twisted-words/twisted-words-11.0.0.ebuild,v 1.11 2012/10/05 14:46:45 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-11.0.0.ebuild,v 1.12 2013/08/03 09:45:43 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/twisted-words-11.1.0.ebuild b/dev-python/twisted-words/twisted-words-11.1.0.ebuild index d182b53c20e5..577cb27afdbb 100644 --- a/dev-python/twisted-words/twisted-words-11.1.0.ebuild +++ b/dev-python/twisted-words/twisted-words-11.1.0.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-python/twisted-words/twisted-words-11.1.0.ebuild,v 1.3 2012/01/02 01:03:36 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-11.1.0.ebuild,v 1.4 2013/08/03 09:45:43 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/twisted-words-12.0.0.ebuild b/dev-python/twisted-words/twisted-words-12.0.0.ebuild index 1c85f7494f13..4010cbfd3ef9 100644 --- a/dev-python/twisted-words/twisted-words-12.0.0.ebuild +++ b/dev-python/twisted-words/twisted-words-12.0.0.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-python/twisted-words/twisted-words-12.0.0.ebuild,v 1.2 2012/03/24 22:22:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.0.0.ebuild,v 1.3 2013/08/03 09:45:43 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/twisted-words-12.2.0.ebuild b/dev-python/twisted-words/twisted-words-12.2.0.ebuild index 0a30d8e7dec5..ec2dc8e57d47 100644 --- a/dev-python/twisted-words/twisted-words-12.2.0.ebuild +++ b/dev-python/twisted-words/twisted-words-12.2.0.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-python/twisted-words/twisted-words-12.2.0.ebuild,v 1.2 2012/10/08 19:31:50 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.2.0.ebuild,v 1.3 2013/08/03 09:45:43 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/twisted-words-12.3.0.ebuild b/dev-python/twisted-words/twisted-words-12.3.0.ebuild index 9232ffc854ad..38f79f54b83c 100644 --- a/dev-python/twisted-words/twisted-words-12.3.0.ebuild +++ b/dev-python/twisted-words/twisted-words-12.3.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/dev-python/twisted-words/twisted-words-12.3.0.ebuild,v 1.1 2013/01/14 04:00:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.3.0.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twisted-words/twisted-words-13.0.0.ebuild b/dev-python/twisted-words/twisted-words-13.0.0.ebuild index fd13914ccb2f..427daad56f26 100644 --- a/dev-python/twisted-words/twisted-words-13.0.0.ebuild +++ b/dev-python/twisted-words/twisted-words-13.0.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/dev-python/twisted-words/twisted-words-13.0.0.ebuild,v 1.1 2013/04/08 07:01:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-13.0.0.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* +DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* =dev-python/twisted-web-$(get_version_component_range 1-2)*" RDEPEND="${DEPEND}" diff --git a/dev-python/twistedsnmp/ChangeLog b/dev-python/twistedsnmp/ChangeLog index 9cb1390a6299..95f289e093e5 100644 --- a/dev-python/twistedsnmp/ChangeLog +++ b/dev-python/twistedsnmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twistedsnmp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/ChangeLog,v 1.6 2009/11/28 17:54:40 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/ChangeLog,v 1.7 2013/08/03 09:45:50 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twistedsnmp-0.3.13.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *twistedsnmp-0.3.13 (28 Nov 2009) diff --git a/dev-python/twistedsnmp/twistedsnmp-0.3.13.ebuild b/dev-python/twistedsnmp/twistedsnmp-0.3.13.ebuild index d22f49382751..6b41fbb0eae9 100644 --- a/dev-python/twistedsnmp/twistedsnmp-0.3.13.ebuild +++ b/dev-python/twistedsnmp/twistedsnmp-0.3.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/twistedsnmp-0.3.13.ebuild,v 1.2 2009/11/28 18:14:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/twistedsnmp-0.3.13.ebuild,v 1.3 2013/08/03 09:45:50 mgorny Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="=dev-python/pysnmp-3* - >=dev-python/twisted-1.3" + >=dev-python/twisted-core-1.3" DEPEND="${RDEPEND}" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-python/txAMQP/ChangeLog b/dev-python/txAMQP/ChangeLog index 26fb9e9b7cc2..0b8cb765aa5b 100644 --- a/dev-python/txAMQP/ChangeLog +++ b/dev-python/txAMQP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/txAMQP # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/ChangeLog,v 1.5 2013/03/10 08:24:39 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/ChangeLog,v 1.6 2013/08/03 09:45:40 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> txAMQP-0.6.1.ebuild, + txAMQP-0.6.2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 10 Mar 2013; Ian Delaney <idella4@gentoo.org> -txAMQP-0.4.ebuild: drop old diff --git a/dev-python/txAMQP/txAMQP-0.6.1.ebuild b/dev-python/txAMQP/txAMQP-0.6.1.ebuild index 336ff6eb0198..f15349680f32 100644 --- a/dev-python/txAMQP/txAMQP-0.6.1.ebuild +++ b/dev-python/txAMQP/txAMQP-0.6.1.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/dev-python/txAMQP/txAMQP-0.6.1.ebuild,v 1.2 2013/01/05 11:37:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.1.ebuild,v 1.3 2013/08/03 09:45:39 mgorny Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -17,4 +17,4 @@ IUSE="" DEPEND="${DEPEND}" RDEPEND="${RDEPEND} - dev-python/twisted" + dev-python/twisted-core" diff --git a/dev-python/txAMQP/txAMQP-0.6.2.ebuild b/dev-python/txAMQP/txAMQP-0.6.2.ebuild index dbc73127f85a..05cc96279a3a 100644 --- a/dev-python/txAMQP/txAMQP-0.6.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.6.2.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/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.1 2013/03/10 08:13:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.2 2013/08/03 09:45:39 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2} pypy{1_9,2_0} ) @@ -16,4 +16,4 @@ SLOT="0" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/twisted" +RDEPEND="dev-python/twisted-core" diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index 9e9c85049588..7a2cd9be31f7 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.60 2013/03/14 19:25:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.61 2013/08/03 09:45:46 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> urwid-0.9.9.1.ebuild, + urwid-1.0.2.ebuild, urwid-1.1.0.ebuild, urwid-1.1.1.ebuild, + urwid-1.1.1-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *urwid-1.1.1-r1 (14 Mar 2013) diff --git a/dev-python/urwid/urwid-0.9.9.1.ebuild b/dev-python/urwid/urwid-0.9.9.1.ebuild index 5ab9eeb7f205..4bc560773792 100644 --- a/dev-python/urwid/urwid-0.9.9.1.ebuild +++ b/dev-python/urwid/urwid-0.9.9.1.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-python/urwid/urwid-0.9.9.1.ebuild,v 1.5 2012/11/05 22:10:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.9.1.ebuild,v 1.6 2013/08/03 09:45:46 mgorny Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux IUSE="examples test" DEPEND="dev-python/setuptools - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" RDEPEND="" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-python/urwid/urwid-1.0.2.ebuild b/dev-python/urwid/urwid-1.0.2.ebuild index 83650b3606ab..cfb3108e7d31 100644 --- a/dev-python/urwid/urwid-1.0.2.ebuild +++ b/dev-python/urwid/urwid-1.0.2.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-python/urwid/urwid-1.0.2.ebuild,v 1.6 2012/11/05 22:10:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.7 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_USE_WITH="ncurses" @@ -21,7 +21,7 @@ KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux IUSE="examples test" DEPEND="dev-python/setuptools - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") diff --git a/dev-python/urwid/urwid-1.1.0.ebuild b/dev-python/urwid/urwid-1.1.0.ebuild index 4e53373a0090..d7582a6fe814 100644 --- a/dev-python/urwid/urwid-1.1.0.ebuild +++ b/dev-python/urwid/urwid-1.1.0.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-python/urwid/urwid-1.1.0.ebuild,v 1.3 2012/11/24 02:04:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.0.ebuild,v 1.4 2013/08/03 09:45:46 mgorny Exp $ EAPI="4" PYTHON_USE_WITH="ncurses" @@ -22,7 +22,7 @@ IUSE="doc examples test" DEPEND="dev-python/setuptools doc? ( dev-python/sphinx ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") diff --git a/dev-python/urwid/urwid-1.1.1-r1.ebuild b/dev-python/urwid/urwid-1.1.1-r1.ebuild index 96e0fc40e897..5abf68567654 100644 --- a/dev-python/urwid/urwid-1.1.1-r1.ebuild +++ b/dev-python/urwid/urwid-1.1.1-r1.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/dev-python/urwid/urwid-1.1.1-r1.ebuild,v 1.1 2013/03/14 19:25:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.1-r1.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -19,7 +19,7 @@ IUSE="doc examples test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" PATCHES=( "${FILESDIR}"/${PN}-1.1.0-sphinx.patch ) diff --git a/dev-python/urwid/urwid-1.1.1.ebuild b/dev-python/urwid/urwid-1.1.1.ebuild index 1d1112e0ca7c..dbf5287c27c8 100644 --- a/dev-python/urwid/urwid-1.1.1.ebuild +++ b/dev-python/urwid/urwid-1.1.1.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-python/urwid/urwid-1.1.1.ebuild,v 1.1 2012/11/24 02:04:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.1.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $ EAPI="5" PYTHON_USE_WITH="ncurses" @@ -22,7 +22,7 @@ IUSE="doc examples test" DEPEND="dev-python/setuptools doc? ( dev-python/sphinx ) - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") diff --git a/dev-python/vertex/ChangeLog b/dev-python/vertex/ChangeLog index 4dbaa495ec8c..f989b206067f 100644 --- a/dev-python/vertex/ChangeLog +++ b/dev-python/vertex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/vertex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/ChangeLog,v 1.15 2012/10/17 09:16:30 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/ChangeLog,v 1.16 2013/08/03 09:45:38 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> vertex-0.3.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 17 Oct 2012; Patrick Lauer <patrick@gentoo.org> vertex-0.3.0.ebuild: Restricting py 2.5 diff --git a/dev-python/vertex/vertex-0.3.0.ebuild b/dev-python/vertex/vertex-0.3.0.ebuild index 3127785a37e8..d67977e18aaf 100644 --- a/dev-python/vertex/vertex-0.3.0.ebuild +++ b/dev-python/vertex/vertex-0.3.0.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-python/vertex/vertex-0.3.0.ebuild,v 1.7 2012/10/17 09:16:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/vertex-0.3.0.ebuild,v 1.8 2013/08/03 09:45:38 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -30,7 +30,7 @@ IUSE="" DEPEND=">=dev-libs/openssl-0.9.7 >=dev-python/epsilon-0.5.0 >=dev-python/pyopenssl-0.6 - >=dev-python/twisted-2.4" + >=dev-python/twisted-core-2.4" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/webut/ChangeLog b/dev-python/webut/ChangeLog index 0c2c8682741c..eaf62cbe9a9a 100644 --- a/dev-python/webut/ChangeLog +++ b/dev-python/webut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webut -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.12 2010/03/13 18:59:15 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.13 2013/08/03 09:45:41 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> webut-0.1.0.2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 13 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> webut-0.1.0.2.ebuild: diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild index 6922539c7f91..b7b7995c1b50 100644 --- a/dev-python/webut/webut-0.1.0.2.ebuild +++ b/dev-python/webut/webut-0.1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.12 2010/03/13 18:59:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.13 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="examples" RDEPEND=">=dev-python/nevow-0.9.18 - >=dev-python/twisted-2 + >=dev-python/twisted-core-2 >=net-zope/zope-interface-3.0.1" DEPEND="${RDEPEND}" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index 431176cd0a12..d350e6949d68 100644 --- a/dev-python/zsi/ChangeLog +++ b/dev-python/zsi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/zsi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.24 2013/06/04 12:46:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.25 2013/08/03 09:45:47 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> zsi-2.1_alpha1.ebuild, + zsi-2.1_alpha1-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 04 Jun 2013; Justin Lecher <jlec@gentoo.org> zsi-2.1_alpha1-r1.ebuild: Fix for correct usage of new python eclasses diff --git a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild index 64f97af3bf19..ab079d5f0132 100644 --- a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1-r1.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/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.3 2013/06/04 12:46:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.4 2013/08/03 09:45:47 mgorny Exp $ EAPI=5 @@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] twisted? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web )" RDEPEND="${DEPEND}" diff --git a/dev-python/zsi/zsi-2.1_alpha1.ebuild b/dev-python/zsi/zsi-2.1_alpha1.ebuild index 7cc66516ce36..14cecb04be5f 100644 --- a/dev-python/zsi/zsi-2.1_alpha1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.10 2011/12/03 19:37:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.11 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ IUSE="doc examples twisted" DEPEND="dev-python/setuptools twisted? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web )" RDEPEND="${DEPEND}" diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index 0544d6410830..66876d4947ab 100644 --- a/dev-util/buildbot-slave/ChangeLog +++ b/dev-util/buildbot-slave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.48 2013/05/20 17:55:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.49 2013/08/03 09:45:42 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> buildbot-slave-0.8.7.ebuild, + buildbot-slave-0.8.7_p1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 20 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild: Stable for s390, wrt bug #468148 diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild index 2a4ff9d6e745..dd3ae7658df8 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.7.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-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.8 2012/12/01 19:57:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.9 2013/08/03 09:45:42 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~am IUSE="test" RDEPEND="dev-python/setuptools - dev-python/twisted + dev-python/twisted-core !!<dev-util/buildbot-0.8.1 !<dev-util/buildbot-0.8.3" DEPEND="${RDEPEND} diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild index 21e522f769da..b5c8451a39c8 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.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/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild,v 1.13 2013/05/20 17:55:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild,v 1.14 2013/08/03 09:45:42 mgorny Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~am IUSE="test" RDEPEND="dev-python/setuptools - dev-python/twisted + dev-python/twisted-core !!<dev-util/buildbot-0.8.1 !<dev-util/buildbot-0.8.3" DEPEND="${RDEPEND} diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index cf6ef0dab554..b87ff8286ba0 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.136 2013/05/20 17:54:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.137 2013/08/03 09:45:39 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> buildbot-0.8.3_p1.ebuild, + buildbot-0.8.6_p1.ebuild, buildbot-0.8.7.ebuild, buildbot-0.8.7_p1.ebuild, + buildbot-0.8.7_p1-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 20 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild: Stable for s390, wrt bug #468148 diff --git a/dev-util/buildbot/buildbot-0.8.3_p1.ebuild b/dev-util/buildbot/buildbot-0.8.3_p1.ebuild index 0ed9453289e2..c15f124dc488 100644 --- a/dev-util/buildbot/buildbot-0.8.3_p1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.3_p1.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-util/buildbot/buildbot-0.8.3_p1.ebuild,v 1.9 2012/06/08 07:42:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild,v 1.10 2013/08/03 09:45:39 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1 || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 ) - >=dev-python/twisted-8.0.0 + >=dev-python/twisted-core-8.0.0 dev-python/twisted-web irc? ( dev-python/twisted-words ) mail? ( dev-python/twisted-mail ) diff --git a/dev-util/buildbot/buildbot-0.8.6_p1.ebuild b/dev-util/buildbot/buildbot-0.8.6_p1.ebuild index 18ef08e156c2..c09eaefd1a1e 100644 --- a/dev-util/buildbot/buildbot-0.8.6_p1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.6_p1.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/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v 1.18 2013/02/24 17:48:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v 1.19 2013/08/03 09:45:39 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1 || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 ) - >=dev-python/twisted-8.0.0 + >=dev-python/twisted-core-8.0.0 dev-python/twisted-web dev-python/sqlalchemy dev-python/sqlalchemy-migrate diff --git a/dev-util/buildbot/buildbot-0.8.7.ebuild b/dev-util/buildbot/buildbot-0.8.7.ebuild index 9f72b229743b..739532a44e6a 100644 --- a/dev-util/buildbot/buildbot-0.8.7.ebuild +++ b/dev-util/buildbot/buildbot-0.8.7.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/dev-util/buildbot/buildbot-0.8.7.ebuild,v 1.1 2013/01/23 19:04:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7.ebuild,v 1.2 2013/08/03 09:45:39 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1 || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 ) - >=dev-python/twisted-8.0.0 + >=dev-python/twisted-core-8.0.0 dev-python/twisted-web dev-python/sqlalchemy dev-python/sqlalchemy-migrate diff --git a/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild b/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild index 729c178d0a0a..960a3b805fa6 100644 --- a/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.7_p1-r1.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/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild,v 1.13 2013/05/20 17:54:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild,v 1.14 2013/08/03 09:45:39 mgorny Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1 || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 ) - >=dev-python/twisted-8.0.0 + >=dev-python/twisted-core-8.0.0 dev-python/twisted-web dev-python/sqlalchemy dev-python/sqlalchemy-migrate diff --git a/dev-util/buildbot/buildbot-0.8.7_p1.ebuild b/dev-util/buildbot/buildbot-0.8.7_p1.ebuild index fbe703214aa6..b473feb3dfda 100644 --- a/dev-util/buildbot/buildbot-0.8.7_p1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.7_p1.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/dev-util/buildbot/buildbot-0.8.7_p1.ebuild,v 1.2 2013/01/26 16:36:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1.ebuild,v 1.3 2013/08/03 09:45:39 mgorny Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1 || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 ) - >=dev-python/twisted-8.0.0 + >=dev-python/twisted-core-8.0.0 dev-python/twisted-web dev-python/sqlalchemy dev-python/sqlalchemy-migrate diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 164bdf5b1009..bcb80f18c2dd 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.220 2013/06/14 18:46:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.221 2013/08/03 09:45:40 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> gvfs-1.16.2.ebuild, + gvfs-1.16.3.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *gvfs-1.16.3 (14 Jun 2013) diff --git a/gnome-base/gvfs/gvfs-1.16.2.ebuild b/gnome-base/gvfs/gvfs-1.16.2.ebuild index 1380e9ddb5f6..6ec369022820 100644 --- a/gnome-base/gvfs/gvfs-1.16.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.16.2.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/gnome-base/gvfs/gvfs-1.16.2.ebuild,v 1.1 2013/05/26 11:50:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.2.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -62,7 +62,7 @@ DEPEND="${RDEPEND} dev-util/gdbus-codegen dev-util/gtk-doc-am test? ( - >=dev-python/twisted-12.3.0 + >=dev-python/twisted-core-12.3.0 net-analyzer/netcat ) !udev? ( >=dev-libs/libgcrypt-1.2.2 ) " diff --git a/gnome-base/gvfs/gvfs-1.16.3.ebuild b/gnome-base/gvfs/gvfs-1.16.3.ebuild index ae7cafec96c4..8de6f7c57356 100644 --- a/gnome-base/gvfs/gvfs-1.16.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.16.3.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/gnome-base/gvfs/gvfs-1.16.3.ebuild,v 1.1 2013/06/14 18:46:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.3.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -62,7 +62,7 @@ DEPEND="${RDEPEND} dev-util/gdbus-codegen dev-util/gtk-doc-am test? ( - >=dev-python/twisted-12.3.0 + >=dev-python/twisted-core-12.3.0 net-analyzer/netcat ) !udev? ( >=dev-libs/libgcrypt-1.2.2 ) " diff --git a/kde-base/kajongg/ChangeLog b/kde-base/kajongg/ChangeLog index f3dffa7e1f88..d1a30c96180c 100644 --- a/kde-base/kajongg/ChangeLog +++ b/kde-base/kajongg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kajongg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/ChangeLog,v 1.113 2013/08/02 17:19:55 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/ChangeLog,v 1.114 2013/08/03 09:45:44 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> kajongg-4.10.5.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 02 Aug 2013; Johannes Huber <johu@gentoo.org> -kajongg-4.10.4.ebuild: Remove KDE SC 4.10.4 diff --git a/kde-base/kajongg/kajongg-4.10.5.ebuild b/kde-base/kajongg/kajongg-4.10.5.ebuild index 3a99a910c64a..b194b30e5885 100644 --- a/kde-base/kajongg/kajongg-4.10.5.ebuild +++ b/kde-base/kajongg/kajongg-4.10.5.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/kde-base/kajongg/kajongg-4.10.5.ebuild,v 1.5 2013/08/02 14:29:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/kajongg-4.10.5.ebuild,v 1.6 2013/08/03 09:45:44 mgorny Exp $ EAPI=5 @@ -22,7 +22,7 @@ DEPEND=" " RDEPEND="${DEPEND} $(add_kdebase_dep libkmahjongg) - >=dev-python/twisted-8.2.0 + >=dev-python/twisted-core-8.2.0 " pkg_setup() { diff --git a/mail-client/alot/ChangeLog b/mail-client/alot/ChangeLog index f86d96418110..0cbde313ea3c 100644 --- a/mail-client/alot/ChangeLog +++ b/mail-client/alot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/alot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.18 2013/07/26 18:27:15 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.19 2013/08/03 09:45:43 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> alot-0.3.2.ebuild, + alot-0.3.3.ebuild, alot-0.3.4.ebuild, alot-0.3.5.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *alot-0.3.5 (26 Jul 2013) diff --git a/mail-client/alot/alot-0.3.2.ebuild b/mail-client/alot/alot-0.3.2.ebuild index 22a37680d792..13f988a8bbb8 100644 --- a/mail-client/alot/alot-0.3.2.ebuild +++ b/mail-client/alot/alot-0.3.2.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/mail-client/alot/alot-0.3.2.ebuild,v 1.1 2012/08/01 10:33:35 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.2.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI=4 @@ -25,7 +25,7 @@ DEPEND=" RDEPEND=" >=dev-python/configobj-4.6.0 dev-python/pygpgme - >=dev-python/twisted-10.2.0 + >=dev-python/twisted-core-10.2.0 >=dev-python/urwid-1.0.0 net-mail/mailbase >=net-mail/notmuch-0.13[crypt,python] diff --git a/mail-client/alot/alot-0.3.3.ebuild b/mail-client/alot/alot-0.3.3.ebuild index 533579ad166f..da22a88cc193 100644 --- a/mail-client/alot/alot-0.3.3.ebuild +++ b/mail-client/alot/alot-0.3.3.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/mail-client/alot/alot-0.3.3.ebuild,v 1.1 2012/09/10 14:33:36 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.3.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI=4 @@ -25,7 +25,7 @@ DEPEND=" RDEPEND=" >=dev-python/configobj-4.6.0 dev-python/pygpgme - >=dev-python/twisted-10.2.0 + >=dev-python/twisted-core-10.2.0 >=dev-python/urwid-1.0.0 net-mail/mailbase >=net-mail/notmuch-0.13[crypt,python] diff --git a/mail-client/alot/alot-0.3.4.ebuild b/mail-client/alot/alot-0.3.4.ebuild index 82128c4c91be..c3ed1acb6c4f 100644 --- a/mail-client/alot/alot-0.3.4.ebuild +++ b/mail-client/alot/alot-0.3.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/mail-client/alot/alot-0.3.4.ebuild,v 1.1 2013/04/18 13:15:13 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.4.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI=4 @@ -25,7 +25,7 @@ DEPEND=" RDEPEND=" >=dev-python/configobj-4.6.0 dev-python/pygpgme - >=dev-python/twisted-10.2.0 + >=dev-python/twisted-core-10.2.0 >=dev-python/urwid-1.1.0 net-mail/mailbase >=net-mail/notmuch-0.13[crypt,python] diff --git a/mail-client/alot/alot-0.3.5.ebuild b/mail-client/alot/alot-0.3.5.ebuild index 18b4618aa99b..3a75aff43dd7 100644 --- a/mail-client/alot/alot-0.3.5.ebuild +++ b/mail-client/alot/alot-0.3.5.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/mail-client/alot/alot-0.3.5.ebuild,v 1.1 2013/07/26 18:19:49 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ DEPEND=" RDEPEND=" >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}] dev-python/pygpgme[${PYTHON_USEDEP}] - >=dev-python/twisted-10.2.0 + >=dev-python/twisted-core-10.2.0 >=dev-python/urwid-1.1.0[${PYTHON_USEDEP}] net-mail/mailbase >=net-mail/notmuch-0.13[crypt,python] diff --git a/media-gfx/postr/ChangeLog b/media-gfx/postr/ChangeLog index fc8117cbf518..80fbf7799167 100644 --- a/media-gfx/postr/ChangeLog +++ b/media-gfx/postr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/postr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.5 2013/03/29 23:06:13 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.6 2013/08/03 09:45:41 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> postr-0.13.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -postr-0.12.4.ebuild: Clean up old revision. diff --git a/media-gfx/postr/postr-0.13.ebuild b/media-gfx/postr/postr-0.13.ebuild index 940fc37aa6cb..934dc2643d6d 100644 --- a/media-gfx/postr/postr-0.13.ebuild +++ b/media-gfx/postr/postr-0.13.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/media-gfx/postr/postr-0.13.ebuild,v 1.2 2013/02/07 22:28:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/postr-0.13.ebuild,v 1.3 2013/08/03 09:45:41 mgorny Exp $ EAPI="4" @@ -29,7 +29,7 @@ RDEPEND="${COMMON_DEPEND} dev-python/gtkspell-python dev-python/libgnome-python dev-python/pygobject:2 - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web" DEPEND="${COMMON_DEPEND} app-text/gnome-doc-utils diff --git a/media-tv/freevo/ChangeLog b/media-tv/freevo/ChangeLog index 06d2553847fc..f59ca94c1b21 100644 --- a/media-tv/freevo/ChangeLog +++ b/media-tv/freevo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/freevo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.80 2013/06/09 18:41:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.81 2013/08/03 09:45:47 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> freevo-1.7.6.1.ebuild, + freevo-1.9.0.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 09 Jun 2013; Mike Gilbert <floppym@gentoo.org> freevo-1.7.6.1.ebuild, freevo-1.9.0.ebuild: diff --git a/media-tv/freevo/freevo-1.7.6.1.ebuild b/media-tv/freevo/freevo-1.7.6.1.ebuild index aaef0d183b39..74605a9abc99 100644 --- a/media-tv/freevo/freevo-1.7.6.1.ebuild +++ b/media-tv/freevo/freevo-1.7.6.1.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/media-tv/freevo/freevo-1.7.6.1.ebuild,v 1.11 2013/06/09 18:41:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.7.6.1.ebuild,v 1.12 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ KEYWORDS="amd64 ppc x86" RDEPEND=">=dev-python/pygame-1.5.6 >=dev-python/pyxml-0.8.2 virtual/python-imaging - >=dev-python/twisted-2.4 + >=dev-python/twisted-core-2.4 >=dev-python/twisted-web-0.6 >=media-video/mplayer-0.92[directfb?,fbcon?] >=media-libs/freetype-2.1.4 diff --git a/media-tv/freevo/freevo-1.9.0.ebuild b/media-tv/freevo/freevo-1.9.0.ebuild index e333c0ae4224..28716182caf1 100644 --- a/media-tv/freevo/freevo-1.9.0.ebuild +++ b/media-tv/freevo/freevo-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/media-tv/freevo/freevo-1.9.0.ebuild,v 1.16 2013/06/09 18:41:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.17 2013/08/03 09:45:47 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -20,7 +20,7 @@ IUSE="directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matro RDEPEND="dev-python/beautifulsoup:python-2 virtual/python-imaging dev-python/pygame - >=dev-python/twisted-2.5 + >=dev-python/twisted-core-2.5 >=dev-python/twisted-web-0.6 net-zope/zope-interface diff --git a/media-video/coherence/ChangeLog b/media-video/coherence/ChangeLog index f7cadf45f90d..e69fac99914a 100644 --- a/media-video/coherence/ChangeLog +++ b/media-video/coherence/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/coherence # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.16 2013/05/26 06:38:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.17 2013/08/03 09:45:37 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> coherence-0.6.6.1.ebuild, + coherence-0.6.6.2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 26 May 2013; Patrick Lauer <patrick@gentoo.org> coherence-0.6.6.1.ebuild, coherence-0.6.6.2.ebuild: diff --git a/media-video/coherence/coherence-0.6.6.1.ebuild b/media-video/coherence/coherence-0.6.6.1.ebuild index e80f69ba3e0a..f018df3d8354 100644 --- a/media-video/coherence/coherence-0.6.6.1.ebuild +++ b/media-video/coherence/coherence-0.6.6.1.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/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.10 2013/05/26 06:38:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $ EAPI=2 PYTHON_DEPEND="2:2.5" @@ -23,7 +23,7 @@ IUSE="" # deps are not exact and need some work DEPEND="dev-python/louie - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web dev-python/configobj dev-python/gst-python diff --git a/media-video/coherence/coherence-0.6.6.2.ebuild b/media-video/coherence/coherence-0.6.6.2.ebuild index 54f87f54ee14..b5a7562e5f74 100644 --- a/media-video/coherence/coherence-0.6.6.2.ebuild +++ b/media-video/coherence/coherence-0.6.6.2.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/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.10 2013/05/26 06:38:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $ EAPI=2 PYTHON_DEPEND="2:2.5" @@ -23,7 +23,7 @@ IUSE="" # deps are not exact and need some work DEPEND="dev-python/louie - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web dev-python/configobj dev-python/gst-python diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog index fc200e9a2d62..545d5ac913fb 100644 --- a/media-video/flumotion/ChangeLog +++ b/media-video/flumotion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/flumotion -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.24 2011/03/30 19:51:59 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.25 2013/08/03 09:45:51 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> flumotion-0.8.1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *flumotion-0.8.1 (30 Mar 2011) diff --git a/media-video/flumotion/flumotion-0.8.1.ebuild b/media-video/flumotion/flumotion-0.8.1.ebuild index 10455c73e110..c4a401cb8fa4 100644 --- a/media-video/flumotion/flumotion-0.8.1.ebuild +++ b/media-video/flumotion/flumotion-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.5 2011/03/30 20:30:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.6 2013/08/03 09:45:51 mgorny Exp $ EAPI=3 @@ -30,7 +30,7 @@ RDEPEND="dev-python/gst-python:0.10 dev-python/kiwi dev-python/pycairo =dev-python/pygtk-2* - dev-python/twisted + dev-python/twisted-core media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 media-libs/gst-plugins-good:0.10 diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index 5d731e8ef095..03cce5ed9064 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.250 2013/08/03 06:51:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.251 2013/08/03 09:45:41 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> avahi-0.6.30-r1.ebuild, + avahi-0.6.30-r3.ebuild, avahi-0.6.31.ebuild, avahi-0.6.31-r1.ebuild, + avahi-0.6.31-r2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> avahi-0.6.31-r2.ebuild: Stable for sparc, wrt bug #476184 diff --git a/net-dns/avahi/avahi-0.6.30-r1.ebuild b/net-dns/avahi/avahi-0.6.30-r1.ebuild index 52be919d4eaf..53f6c25faa94 100644 --- a/net-dns/avahi/avahi-0.6.30-r1.ebuild +++ b/net-dns/avahi/avahi-0.6.30-r1.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-dns/avahi/avahi-0.6.30-r1.ebuild,v 1.13 2013/05/26 23:53:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r1.ebuild,v 1.14 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" @@ -43,7 +43,7 @@ COMMON_DEPEND=">=dev-libs/libdaemon-0.14 gtk? ( >=dev-python/pygtk-2 ) ) bookmarks? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web ) kernel_linux? ( sys-libs/libcap )" diff --git a/net-dns/avahi/avahi-0.6.30-r3.ebuild b/net-dns/avahi/avahi-0.6.30-r3.ebuild index 6e741410158e..a1a1b5a151a1 100644 --- a/net-dns/avahi/avahi-0.6.30-r3.ebuild +++ b/net-dns/avahi/avahi-0.6.30-r3.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-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.17 2013/05/26 23:53:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.18 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" @@ -45,7 +45,7 @@ COMMON_DEPEND=">=dev-libs/libdaemon-0.14 gtk? ( >=dev-python/pygtk-2 ) ) bookmarks? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web ) kernel_linux? ( sys-libs/libcap )" diff --git a/net-dns/avahi/avahi-0.6.31-r1.ebuild b/net-dns/avahi/avahi-0.6.31-r1.ebuild index 679da226e5a2..900b0f8f10ec 100644 --- a/net-dns/avahi/avahi-0.6.31-r1.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r1.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-dns/avahi/avahi-0.6.31-r1.ebuild,v 1.2 2013/05/26 23:53:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r1.ebuild,v 1.3 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" @@ -45,7 +45,7 @@ COMMON_DEPEND=">=dev-libs/libdaemon-0.14 gtk? ( >=dev-python/pygtk-2 ) ) bookmarks? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web ) kernel_linux? ( sys-libs/libcap )" diff --git a/net-dns/avahi/avahi-0.6.31-r2.ebuild b/net-dns/avahi/avahi-0.6.31-r2.ebuild index 5a1a2676b68b..e0de2770d3d1 100644 --- a/net-dns/avahi/avahi-0.6.31-r2.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r2.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-dns/avahi/avahi-0.6.31-r2.ebuild,v 1.9 2013/08/03 06:51:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r2.ebuild,v 1.10 2013/08/03 09:45:41 mgorny Exp $ EAPI="5" @@ -48,7 +48,7 @@ COMMON_DEPEND=" dbus? ( dev-python/dbus-python ) ) bookmarks? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web ) " diff --git a/net-dns/avahi/avahi-0.6.31.ebuild b/net-dns/avahi/avahi-0.6.31.ebuild index 973d36773d5f..ab34a8c9e5ad 100644 --- a/net-dns/avahi/avahi-0.6.31.ebuild +++ b/net-dns/avahi/avahi-0.6.31.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-dns/avahi/avahi-0.6.31.ebuild,v 1.4 2013/05/26 23:53:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31.ebuild,v 1.5 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" @@ -45,7 +45,7 @@ COMMON_DEPEND=">=dev-libs/libdaemon-0.14 gtk? ( >=dev-python/pygtk-2 ) ) bookmarks? ( - dev-python/twisted + dev-python/twisted-core dev-python/twisted-web ) kernel_linux? ( sys-libs/libcap )" diff --git a/net-fs/tahoe-lafs/ChangeLog b/net-fs/tahoe-lafs/ChangeLog index e13dc59722c3..8d6c5b26557f 100644 --- a/net-fs/tahoe-lafs/ChangeLog +++ b/net-fs/tahoe-lafs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/tahoe-lafs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/tahoe-lafs/ChangeLog,v 1.2 2013/08/01 14:20:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/tahoe-lafs/ChangeLog,v 1.3 2013/08/03 09:45:48 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> tahoe-lafs-1.10.0-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *tahoe-lafs-1.10.0-r1 (01 Aug 2013) diff --git a/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r1.ebuild b/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r1.ebuild index bff549167fbb..83cc529ec36b 100644 --- a/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r1.ebuild +++ b/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r1.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-fs/tahoe-lafs/tahoe-lafs-1.10.0-r1.ebuild,v 1.2 2013/08/01 17:20:39 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r1.ebuild,v 1.3 2013/08/03 09:45:48 mgorny Exp $ EAPI=5 @@ -35,7 +35,7 @@ RDEPEND=" dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/pyutil[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] - >=dev-python/twisted-9.0.0-r1 + >=dev-python/twisted-core-9.0.0-r1 dev-python/zbase32[${PYTHON_USEDEP}] dev-python/zfec[${PYTHON_USEDEP}] net-zope/zope-interface[${PYTHON_USEDEP}] diff --git a/net-im/pyaim-t/ChangeLog b/net-im/pyaim-t/ChangeLog index a6649d5993f0..cab511a8bc3d 100644 --- a/net-im/pyaim-t/ChangeLog +++ b/net-im/pyaim-t/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pyaim-t # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.14 2013/05/28 03:39:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.15 2013/08/03 09:45:43 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pyaim-t-0.8.0.1.ebuild, + pyaim-t-0.8a.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 28 May 2013; Mike Gilbert <floppym@gentoo.org> pyaim-t-0.8.0.1.ebuild, pyaim-t-0.8a.ebuild: diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild index bf1ea5479ac6..cd50e4b23a8d 100644 --- a/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8.0.1.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-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v 1.4 2013/05/28 03:39:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v 1.5 2013/08/03 09:45:43 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ IUSE="webinterface" DEPEND="net-im/jabber-base" RDEPEND="${DEPEND} - >=dev-python/twisted-2.2.0 + >=dev-python/twisted-core-2.2.0 >=dev-python/twisted-words-0.1.0 >=dev-python/twisted-web-0.5.0 webinterface? ( >=dev-python/nevow-0.4.1 ) diff --git a/net-im/pyaim-t/pyaim-t-0.8a.ebuild b/net-im/pyaim-t/pyaim-t-0.8a.ebuild index 639d6a8fde83..5b9968e801f1 100644 --- a/net-im/pyaim-t/pyaim-t-0.8a.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8a.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-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.9 2013/05/28 03:39:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.10 2013/08/03 09:45:43 mgorny Exp $ PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ IUSE="webinterface" DEPEND="net-im/jabber-base" RDEPEND="${DEPEND} - >=dev-python/twisted-2.2.0 + >=dev-python/twisted-core-2.2.0 >=dev-python/twisted-words-0.1.0 >=dev-python/twisted-web-0.5.0 webinterface? ( >=dev-python/nevow-0.4.1 ) diff --git a/net-im/pyicq-t/ChangeLog b/net-im/pyicq-t/ChangeLog index 29343e4ef181..18c288450120 100644 --- a/net-im/pyicq-t/ChangeLog +++ b/net-im/pyicq-t/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pyicq-t # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.24 2013/04/27 22:37:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.25 2013/08/03 09:45:38 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pyicq-t-0.8.1.5.ebuild, + pyicq-t-0.8.1.5-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 27 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyicq-t-0.8.1.5-r1.ebuild: Stable for x86, wrt bug #467506 diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r1.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r1.ebuild index fdd842ecde58..4fe161a7ef02 100644 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r1.ebuild +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r1.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-im/pyicq-t/pyicq-t-0.8.1.5-r1.ebuild,v 1.3 2013/04/27 22:37:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5-r1.ebuild,v 1.4 2013/08/03 09:45:38 mgorny Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ IUSE="webinterface" DEPEND="net-im/jabber-base" RDEPEND="${DEPEND} - >=dev-python/twisted-2.2.0 + >=dev-python/twisted-core-2.2.0 >=dev-python/twisted-words-0.1.0 >=dev-python/twisted-web-0.5.0 webinterface? ( >=dev-python/nevow-0.4.1 ) diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild index 629aca815b3a..9dffde5361b7 100644 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.4 2010/07/02 00:09:27 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.5 2013/08/03 09:45:38 mgorny Exp $ EAPI="3" @@ -20,7 +20,7 @@ IUSE="webinterface" DEPEND="net-im/jabber-base" RDEPEND="${DEPEND} - >=dev-python/twisted-2.2.0 + >=dev-python/twisted-core-2.2.0 >=dev-python/twisted-words-0.1.0 >=dev-python/twisted-web-0.5.0 webinterface? ( >=dev-python/nevow-0.4.1 ) diff --git a/net-im/pymsn-t/ChangeLog b/net-im/pymsn-t/ChangeLog index 1440b6b7249d..7857cd9aadcf 100644 --- a/net-im/pymsn-t/ChangeLog +++ b/net-im/pymsn-t/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/pymsn-t # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.26 2013/05/28 03:40:44 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.27 2013/08/03 09:45:38 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pymsn-t-0.11.3-r3.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 28 May 2013; Mike Gilbert <floppym@gentoo.org> pymsn-t-0.11.3-r3.ebuild: Set active python version to 2. diff --git a/net-im/pymsn-t/pymsn-t-0.11.3-r3.ebuild b/net-im/pymsn-t/pymsn-t-0.11.3-r3.ebuild index 17689859b5ae..7c5b421927d5 100644 --- a/net-im/pymsn-t/pymsn-t-0.11.3-r3.ebuild +++ b/net-im/pymsn-t/pymsn-t-0.11.3-r3.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-im/pymsn-t/pymsn-t-0.11.3-r3.ebuild,v 1.4 2013/05/28 03:40:44 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3-r3.ebuild,v 1.5 2013/08/03 09:45:38 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ IUSE="" DEPEND="net-im/jabber-base" RDEPEND="${DEPEND} - >=dev-python/twisted-2.5.0 + >=dev-python/twisted-core-2.5.0 >=dev-python/twisted-words-0.5.0 >=dev-python/twisted-web-0.7.0 >=dev-python/imaging-1.1" diff --git a/net-irc/redirbot/ChangeLog b/net-irc/redirbot/ChangeLog index 26ea5c5f162a..4af6240f983c 100644 --- a/net-irc/redirbot/ChangeLog +++ b/net-irc/redirbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/redirbot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/ChangeLog,v 1.2 2013/07/23 09:37:37 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/ChangeLog,v 1.3 2013/08/03 09:45:40 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> redirbot-0.0.5.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *redirbot-0.0.5 (23 Jul 2013) diff --git a/net-irc/redirbot/redirbot-0.0.5.ebuild b/net-irc/redirbot/redirbot-0.0.5.ebuild index 93affbd1e302..bbffa9fc8a48 100644 --- a/net-irc/redirbot/redirbot-0.0.5.ebuild +++ b/net-irc/redirbot/redirbot-0.0.5.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-irc/redirbot/redirbot-0.0.5.ebuild,v 1.1 2013/07/23 09:37:37 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/redirbot-0.0.5.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/twisted-11.1.0 + >=dev-python/twisted-core-11.1.0 dev-python/twisted-words " RDEPEND="${DEPEND}" diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index 6dcfea2eb4b2..9eac438de048 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/supybot -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.43 2012/05/14 21:31:01 marienz Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.44 2013/08/03 09:45:45 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> supybot-0.83.4.1-r2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 14 May 2012; Marien Zwart <marienz@gentoo.org> supybot-0.83.4.1-r2.ebuild: Remove sqlite USE flag to facilitate sqlite 2 deprecation (bug #408839). diff --git a/net-irc/supybot/supybot-0.83.4.1-r2.ebuild b/net-irc/supybot/supybot-0.83.4.1-r2.ebuild index fb1cb9f2a405..dece5afea13e 100644 --- a/net-irc/supybot/supybot-0.83.4.1-r2.ebuild +++ b/net-irc/supybot/supybot-0.83.4.1-r2.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-irc/supybot/supybot-0.83.4.1-r2.ebuild,v 1.4 2012/05/14 21:31:01 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r2.ebuild,v 1.5 2013/08/03 09:45:45 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos IUSE="twisted" DEPEND="twisted? ( - >=dev-python/twisted-8.1.0[crypt] + >=dev-python/twisted-core-8.1.0[crypt] >=dev-python/twisted-names-8.1.0 ) !<net-irc/supybot-plugins-20060723-r1" 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" diff --git a/net-nntp/hellanzb/ChangeLog b/net-nntp/hellanzb/ChangeLog index 130430194b55..94226b6bdd06 100644 --- a/net-nntp/hellanzb/ChangeLog +++ b/net-nntp/hellanzb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/hellanzb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.18 2011/04/05 21:00:58 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.19 2013/08/03 09:45:50 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> hellanzb-0.13-r8.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> hellanzb-0.13-r8.ebuild: diff --git a/net-nntp/hellanzb/hellanzb-0.13-r8.ebuild b/net-nntp/hellanzb/hellanzb-0.13-r8.ebuild index 2faa6a849f29..0b3f0fec406e 100644 --- a/net-nntp/hellanzb/hellanzb-0.13-r8.ebuild +++ b/net-nntp/hellanzb/hellanzb-0.13-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r8.ebuild,v 1.2 2011/04/05 21:00:58 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r8.ebuild,v 1.3 2013/08/03 09:45:50 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="libnotify ssl" -RDEPEND=">=dev-python/twisted-2.0 +RDEPEND=">=dev-python/twisted-core-2.0 dev-python/twisted-web || ( app-arch/unrar app-arch/rar ) diff --git a/net-p2p/deluge/ChangeLog b/net-p2p/deluge/ChangeLog index 134d1a6ee78e..1f1c5fea1322 100644 --- a/net-p2p/deluge/ChangeLog +++ b/net-p2p/deluge/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/deluge # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.185 2013/07/13 12:44:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.186 2013/08/03 09:45:41 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> deluge-1.3.3.ebuild, + deluge-1.3.5.ebuild, deluge-1.3.5-r2.ebuild, deluge-1.3.6.ebuild, + deluge-9999.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 13 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/deluge-web.service, +files/deluged.service, deluge-1.3.6.ebuild: diff --git a/net-p2p/deluge/deluge-1.3.3.ebuild b/net-p2p/deluge/deluge-1.3.3.ebuild index 4fd26dd56f28..52213487add5 100644 --- a/net-p2p/deluge/deluge-1.3.3.ebuild +++ b/net-p2p/deluge/deluge-1.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.3.ebuild,v 1.5 2011/10/24 06:34:50 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.3.ebuild,v 1.6 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} dev-python/pyopenssl dev-python/pyxdg || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 + >=dev-python/twisted-core-8.1 >=dev-python/twisted-web-8.1 gtk? ( dev-python/pygame diff --git a/net-p2p/deluge/deluge-1.3.5-r2.ebuild b/net-p2p/deluge/deluge-1.3.5-r2.ebuild index 9a4ddc25a352..8cd0af4f306b 100644 --- a/net-p2p/deluge/deluge-1.3.5-r2.ebuild +++ b/net-p2p/deluge/deluge-1.3.5-r2.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-p2p/deluge/deluge-1.3.5-r2.ebuild,v 1.4 2013/04/01 05:11:47 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.5-r2.ebuild,v 1.5 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} dev-python/pyopenssl dev-python/pyxdg || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 + >=dev-python/twisted-core-8.1 >=dev-python/twisted-web-8.1 geoip? ( dev-libs/geoip ) gtk? ( diff --git a/net-p2p/deluge/deluge-1.3.5.ebuild b/net-p2p/deluge/deluge-1.3.5.ebuild index 62033c3a830a..15f43586891c 100644 --- a/net-p2p/deluge/deluge-1.3.5.ebuild +++ b/net-p2p/deluge/deluge-1.3.5.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-p2p/deluge/deluge-1.3.5.ebuild,v 1.4 2012/12/12 18:23:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.5.ebuild,v 1.5 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} dev-python/pyopenssl dev-python/pyxdg || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 + >=dev-python/twisted-core-8.1 >=dev-python/twisted-web-8.1 geoip? ( dev-libs/geoip ) gtk? ( diff --git a/net-p2p/deluge/deluge-1.3.6.ebuild b/net-p2p/deluge/deluge-1.3.6.ebuild index ee2f203ecb33..df65cb7d3330 100644 --- a/net-p2p/deluge/deluge-1.3.6.ebuild +++ b/net-p2p/deluge/deluge-1.3.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-p2p/deluge/deluge-1.3.6.ebuild,v 1.3 2013/07/13 12:44:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.6.ebuild,v 1.4 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} dev-python/pyopenssl dev-python/pyxdg || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 + >=dev-python/twisted-core-8.1 >=dev-python/twisted-web-8.1 geoip? ( dev-libs/geoip ) gtk? ( diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 797c916d1117..39326abfbb80 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.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-p2p/deluge/deluge-9999.ebuild,v 1.33 2013/04/01 05:11:47 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.34 2013/08/03 09:45:41 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} dev-python/pyopenssl dev-python/pyxdg || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 + >=dev-python/twisted-core-8.1 >=dev-python/twisted-web-8.1 geoip? ( dev-libs/geoip ) gtk? ( diff --git a/net-p2p/phxd/ChangeLog b/net-p2p/phxd/ChangeLog index 1aeb8d7a6fe9..797e40d49d8c 100644 --- a/net-p2p/phxd/ChangeLog +++ b/net-p2p/phxd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/phxd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/ChangeLog,v 1.9 2008/09/10 13:51:01 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/ChangeLog,v 1.10 2013/08/03 09:45:37 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> + phxd-0.1.0_pre23092005.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 10 Sep 2008; Raúl Porcel <armin76@gentoo.org> phxd-0.1.0_pre23092005.ebuild: diff --git a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild index a9e8218dfe66..2de6f38effe3 100644 --- a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild +++ b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild,v 1.6 2008/09/10 13:51:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild,v 1.7 2013/08/03 09:45:37 mgorny Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND="dev-python/twisted +DEPEND="dev-python/twisted-core dev-python/twisted-web" RDEPEND="" 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 ) " diff --git a/net-voip/telepathy-rakia/ChangeLog b/net-voip/telepathy-rakia/ChangeLog index fcff544ace84..a12ea8cdb783 100644 --- a/net-voip/telepathy-rakia/ChangeLog +++ b/net-voip/telepathy-rakia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/telepathy-rakia # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-rakia/ChangeLog,v 1.12 2013/04/01 18:25:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-rakia/ChangeLog,v 1.13 2013/08/03 09:45:49 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> telepathy-rakia-0.6.8.ebuild, + telepathy-rakia-0.7.4.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> telepathy-rakia-0.7.4.ebuild: Stable for sparc, wrt bug #458984 diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.6.8.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.6.8.ebuild index e6df51e07505..eed79abf3557 100644 --- a/net-voip/telepathy-rakia/telepathy-rakia-0.6.8.ebuild +++ b/net-voip/telepathy-rakia/telepathy-rakia-0.6.8.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-voip/telepathy-rakia/telepathy-rakia-0.6.8.ebuild,v 1.1 2012/07/18 00:30:21 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-rakia/telepathy-rakia-0.6.8.ebuild,v 1.2 2013/08/03 09:45:49 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -28,7 +28,7 @@ RDEPEND="${COMMON_DEPEND} # telepathy-rakia was formerly known as telepathy-sofiasip DEPEND="${COMMON_DEPEND} dev-libs/libxslt - test? ( dev-python/twisted )" + test? ( dev-python/twisted-core )" S="${WORKDIR}/${MY_P}" diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.7.4.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.7.4.ebuild index 57f2b382557d..02fb37ee4573 100644 --- a/net-voip/telepathy-rakia/telepathy-rakia-0.7.4.ebuild +++ b/net-voip/telepathy-rakia/telepathy-rakia-0.7.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-rakia/telepathy-rakia-0.7.4.ebuild,v 1.9 2013/04/01 18:25:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-rakia/telepathy-rakia-0.7.4.ebuild,v 1.10 2013/08/03 09:45:49 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ RDEPEND="${COMMON_DEPEND} # telepathy-rakia was formerly known as telepathy-sofiasip DEPEND="${COMMON_DEPEND} dev-libs/libxslt - test? ( dev-python/twisted ) + test? ( dev-python/twisted-core ) dev-util/gtk-doc-am" # eautoreconf requires: gtk-doc-am diff --git a/profiles/ChangeLog b/profiles/ChangeLog index ca175137669d..4d6190961f0c 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8112 2013/08/03 09:40:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8113 2013/08/03 09:45:51 mgorny Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> updates/3Q-2013: + Move dev-python/twisted to dev-python/twisted-core. + 03 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> desc/linguas.desc: Add English locale for Australia diff --git a/profiles/updates/3Q-2013 b/profiles/updates/3Q-2013 index 59d2304d6a10..818ae291fa10 100644 --- a/profiles/updates/3Q-2013 +++ b/profiles/updates/3Q-2013 @@ -2,3 +2,4 @@ move app-emacs/gentoo-syntax app-emacs/ebuild-mode move app-xemacs/gentoo-syntax app-xemacs/ebuild-mode move dev-ml/zero dev-ml/core_kernel slotmove =dev-ruby/builder-3.2.2 3.1 3.2 +move dev-python/twisted dev-python/twisted-core diff --git a/sci-visualization/paraview/ChangeLog b/sci-visualization/paraview/ChangeLog index 75388e2225de..f5edf79cd417 100644 --- a/sci-visualization/paraview/ChangeLog +++ b/sci-visualization/paraview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/paraview # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/ChangeLog,v 1.74 2013/07/29 15:04:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/ChangeLog,v 1.75 2013/08/03 09:45:42 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> paraview-4.0.1.ebuild, + paraview-4.0.1-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *paraview-4.0.1-r1 (29 Jul 2013) diff --git a/sci-visualization/paraview/paraview-4.0.1-r1.ebuild b/sci-visualization/paraview/paraview-4.0.1-r1.ebuild index 3af5c909b196..b3a81a85778d 100644 --- a/sci-visualization/paraview/paraview-4.0.1-r1.ebuild +++ b/sci-visualization/paraview/paraview-4.0.1-r1.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/sci-visualization/paraview/paraview-4.0.1-r1.ebuild,v 1.1 2013/07/29 15:04:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-4.0.1-r1.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ EAPI=5 @@ -57,7 +57,7 @@ RDEPEND=" dev-python/mpi4py dev-python/numpy[${PYTHON_USEDEP}] dev-python/sip[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core net-zope/zope-interface[${PYTHON_USEDEP}] mpi? ( dev-python/mpi4py ) qt4? ( dev-python/PyQt4[opengl,webkit,${PYTHON_USEDEP}] ) diff --git a/sci-visualization/paraview/paraview-4.0.1.ebuild b/sci-visualization/paraview/paraview-4.0.1.ebuild index 6df0ee96e2bd..abe778f92937 100644 --- a/sci-visualization/paraview/paraview-4.0.1.ebuild +++ b/sci-visualization/paraview/paraview-4.0.1.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/sci-visualization/paraview/paraview-4.0.1.ebuild,v 1.3 2013/07/27 23:53:59 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-4.0.1.ebuild,v 1.4 2013/08/03 09:45:42 mgorny Exp $ EAPI=5 @@ -57,7 +57,7 @@ RDEPEND=" dev-python/mpi4py dev-python/numpy[${PYTHON_USEDEP}] dev-python/sip[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core net-zope/zope-interface[${PYTHON_USEDEP}] mpi? ( dev-python/mpi4py ) qt4? ( dev-python/PyQt4[opengl,webkit,${PYTHON_USEDEP}] ) diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog index ee200c1d437c..ef0926638e1c 100644 --- a/x11-misc/winswitch/ChangeLog +++ b/x11-misc/winswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/winswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.7 2013/06/17 07:41:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.8 2013/08/03 09:45:45 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> winswitch-0.12.18.ebuild, + winswitch-0.12.18-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 17 Jun 2013; Michael Weber <xmw@gentoo.org> files/winswitch-0.12.18-PIL.patch: Add upstream ticket diff --git a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild index b801fa2ec8a1..3f86a3756eb8 100644 --- a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18-r1.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/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.1 2013/06/17 07:32:40 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ RDEPEND="dev-python/gst-python[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch media-gfx/xloadimage virtual/python-imaging[${PYTHON_USEDEP}] diff --git a/x11-misc/winswitch/winswitch-0.12.18.ebuild b/x11-misc/winswitch/winswitch-0.12.18.ebuild index 8093e45407f0..00152b2c3349 100644 --- a/x11-misc/winswitch/winswitch-0.12.18.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18.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/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.1 2013/01/05 13:35:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI=4 @@ -26,7 +26,7 @@ RDEPEND="dev-python/gst-python dev-python/pycrypto dev-python/pygobject:3 dev-python/pygtk - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch media-gfx/xloadimage x11-misc/devilspie" |