diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
commit | 7d619cc4c5f189d5aef52895b8744dadf2896f8f (patch) | |
tree | fe6a966fc06c6db9caa997e865c3e434f8c1c7b1 /dev-python/zsi | |
parent | Version bump, wrt bug #475966. Some cleanups, utilize l10n eclass for proper ... (diff) | |
download | gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.gz gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.bz2 gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.zip |
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r-- | dev-python/zsi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
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}" |