summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-12-12 23:23:24 +0000
committerMichał Górny <mgorny@gentoo.org>2014-12-12 23:23:24 +0000
commitbd26711866cdf7987ebe96e0736fcf317b90f17f (patch)
treefb9be62a4e17bfd1ed3b11da8f443aa0d78754f7 /dev-python
parentRename net-zope/zope-interface to dev-python/zope-interface. (diff)
downloadgentoo-2-bd26711866cdf7987ebe96e0736fcf317b90f17f.tar.gz
gentoo-2-bd26711866cdf7987ebe96e0736fcf317b90f17f.tar.bz2
gentoo-2-bd26711866cdf7987ebe96e0736fcf317b90f17f.zip
Rename net-zope/zope-interface to dev-python/zope-interface.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/webut/ChangeLog8
-rw-r--r--dev-python/webut/webut-0.1.0.2.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/webut/ChangeLog b/dev-python/webut/ChangeLog
index eaf62cbe9a9a..f128c9a889c3 100644
--- a/dev-python/webut/ChangeLog
+++ b/dev-python/webut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webut
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.14 2014/12/12 23:23:24 mgorny Exp $
+
+ 12 Dec 2014; Michał Górny <mgorny@gentoo.org> webut-0.1.0.2.ebuild:
+ Rename net-zope/zope-interface to dev-python/zope-interface.
03 Aug 2013; Michał Górny <mgorny@gentoo.org> webut-0.1.0.2.ebuild:
Move dev-python/twisted to dev-python/twisted-core.
@@ -45,4 +48,3 @@
21 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> +webut-0.1.0.2.ebuild:
Initial Commit. Dependency for Bug #167164
-
diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild
index b7b7995c1b50..70ec844ab57e 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-2013 Gentoo Foundation
+# Copyright 1999-2014 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.13 2013/08/03 09:45:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.14 2014/12/12 23:23:24 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -21,7 +21,7 @@ IUSE="examples"
RDEPEND=">=dev-python/nevow-0.9.18
>=dev-python/twisted-core-2
- >=net-zope/zope-interface-3.0.1"
+ >=dev-python/zope-interface-3.0.1"
DEPEND="${RDEPEND}"
RESTRICT_PYTHON_ABIS="3.*"