summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-12-12 23:23:19 +0000
committerMichał Górny <mgorny@gentoo.org>2014-12-12 23:23:19 +0000
commitb54cf3f93ef7663317c92a64376822718cc4412b (patch)
tree9c4422844006a0563425f73f23f4e2e0da104c91 /dev-python/pyramid
parentRename net-zope/zope-interface to dev-python/zope-interface. (diff)
downloadgentoo-2-b54cf3f93ef7663317c92a64376822718cc4412b.tar.gz
gentoo-2-b54cf3f93ef7663317c92a64376822718cc4412b.tar.bz2
gentoo-2-b54cf3f93ef7663317c92a64376822718cc4412b.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/pyramid')
-rw-r--r--dev-python/pyramid/ChangeLog6
-rw-r--r--dev-python/pyramid/pyramid-1.4.3.ebuild6
-rw-r--r--dev-python/pyramid/pyramid-1.5.1.ebuild6
-rw-r--r--dev-python/pyramid/pyramid-1.5.2.ebuild6
-rw-r--r--dev-python/pyramid/pyramid-1.5.ebuild6
5 files changed, 17 insertions, 13 deletions
diff --git a/dev-python/pyramid/ChangeLog b/dev-python/pyramid/ChangeLog
index 80cbe4b3987a..31c1da013c73 100644
--- a/dev-python/pyramid/ChangeLog
+++ b/dev-python/pyramid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyramid
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v 1.6 2014/12/10 06:46:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v 1.7 2014/12/12 23:23:19 mgorny Exp $
+
+ 12 Dec 2014; Michał Górny <mgorny@gentoo.org> pyramid-1.4.3.ebuild,
+ pyramid-1.5.1.ebuild, pyramid-1.5.2.ebuild, pyramid-1.5.ebuild:
+ Rename net-zope/zope-interface to dev-python/zope-interface.
*pyramid-1.5.2 (10 Dec 2014)
diff --git a/dev-python/pyramid/pyramid-1.4.3.ebuild b/dev-python/pyramid/pyramid-1.4.3.ebuild
index 37f1e1442259..da9d238ad70c 100644
--- a/dev-python/pyramid/pyramid-1.4.3.ebuild
+++ b/dev-python/pyramid/pyramid-1.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.4.3.ebuild,v 1.2 2014/08/10 21:17:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.4.3.ebuild,v 1.3 2014/12/12 23:23:19 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#IUSE="test"
-# tests would pull in net-zope/zope-deprecation with its deps - not a good idea
+# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
RDEPEND="
dev-python/chameleon[${PYTHON_USEDEP}]
@@ -26,7 +26,7 @@ RDEPEND="
dev-python/webob[${PYTHON_USEDEP}]
dev-python/repoze-lru[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
- net-zope/zope-interface[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/translationstring[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/venusian[${PYTHON_USEDEP}]
diff --git a/dev-python/pyramid/pyramid-1.5.1.ebuild b/dev-python/pyramid/pyramid-1.5.1.ebuild
index 7645f7bd9193..97d4f19ea648 100644
--- a/dev-python/pyramid/pyramid-1.5.1.ebuild
+++ b/dev-python/pyramid/pyramid-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild,v 1.3 2014/11/25 10:44:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild,v 1.4 2014/12/12 23:23:19 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#IUSE="test"
-# tests would pull in net-zope/zope-deprecation with its deps - not a good idea
+# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
RDEPEND="
dev-python/chameleon[${PYTHON_USEDEP}]
@@ -26,7 +26,7 @@ RDEPEND="
dev-python/webob[${PYTHON_USEDEP}]
dev-python/repoze-lru[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
- net-zope/zope-interface[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/translationstring[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/venusian[${PYTHON_USEDEP}]
diff --git a/dev-python/pyramid/pyramid-1.5.2.ebuild b/dev-python/pyramid/pyramid-1.5.2.ebuild
index 7464de99cfef..09a4e5ad50be 100644
--- a/dev-python/pyramid/pyramid-1.5.2.ebuild
+++ b/dev-python/pyramid/pyramid-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild,v 1.1 2014/12/10 06:46:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild,v 1.2 2014/12/12 23:23:19 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#IUSE="test"
-# tests would pull in net-zope/zope-deprecation with its deps - not a good idea
+# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
RDEPEND="
dev-python/chameleon[${PYTHON_USEDEP}]
@@ -26,7 +26,7 @@ RDEPEND="
dev-python/webob[${PYTHON_USEDEP}]
dev-python/repoze-lru[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
- net-zope/zope-interface[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/translationstring[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/venusian[${PYTHON_USEDEP}]
diff --git a/dev-python/pyramid/pyramid-1.5.ebuild b/dev-python/pyramid/pyramid-1.5.ebuild
index 541b172cba2f..f09122d81a02 100644
--- a/dev-python/pyramid/pyramid-1.5.ebuild
+++ b/dev-python/pyramid/pyramid-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.ebuild,v 1.2 2014/08/10 21:17:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.ebuild,v 1.3 2014/12/12 23:23:19 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#IUSE="test"
-# tests would pull in net-zope/zope-deprecation with its deps - not a good idea
+# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
RDEPEND="
dev-python/chameleon[${PYTHON_USEDEP}]
@@ -26,7 +26,7 @@ RDEPEND="
dev-python/webob[${PYTHON_USEDEP}]
dev-python/repoze-lru[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
- net-zope/zope-interface[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/translationstring[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/venusian[${PYTHON_USEDEP}]