summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-16 14:50:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-16 14:50:22 +0000
commit355ba4f7d1792c05a6b491b0697a6828ba9844cf (patch)
tree5200d2aee549916c425af81163e1a4c6b5551c0b /net-zope/zope-configuration
parentAdd ~sparc (diff)
downloadgentoo-2-355ba4f7d1792c05a6b491b0697a6828ba9844cf.tar.gz
gentoo-2-355ba4f7d1792c05a6b491b0697a6828ba9844cf.tar.bz2
gentoo-2-355ba4f7d1792c05a6b491b0697a6828ba9844cf.zip
Version bump.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-configuration')
-rw-r--r--net-zope/zope-configuration/ChangeLog10
-rw-r--r--net-zope/zope-configuration/zope-configuration-3.7.1.ebuild (renamed from net-zope/zope-configuration/zope-configuration-3.7.0.ebuild)7
2 files changed, 11 insertions, 6 deletions
diff --git a/net-zope/zope-configuration/ChangeLog b/net-zope/zope-configuration/ChangeLog
index ca090c56166e..9e36f0261dc8 100644
--- a/net-zope/zope-configuration/ChangeLog
+++ b/net-zope/zope-configuration/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zope-configuration
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/ChangeLog,v 1.2 2009/12/24 16:23:11 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/ChangeLog,v 1.3 2010/01/16 14:50:22 arfrever Exp $
+
+*zope-configuration-3.7.1 (16 Jan 2010)
+
+ 16 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-configuration-3.7.0.ebuild, +zope-configuration-3.7.1.ebuild:
+ Version bump.
*zope-configuration-3.7.0 (24 Dec 2009)
diff --git a/net-zope/zope-configuration/zope-configuration-3.7.0.ebuild b/net-zope/zope-configuration/zope-configuration-3.7.1.ebuild
index 6d19be9efb0a..999c2f7df0dc 100644
--- a/net-zope/zope-configuration/zope-configuration-3.7.0.ebuild
+++ b/net-zope/zope-configuration/zope-configuration-3.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/zope-configuration-3.7.0.ebuild,v 1.1 2009/12/24 16:23:11 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/zope-configuration-3.7.1.ebuild,v 1.1 2010/01/16 14:50:22 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Zope Configuration Markup Language (ZCML)"
HOMEPAGE="http://pypi.python.org/pypi/zope.configuration"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="ZPL"
SLOT="0"
@@ -23,7 +23,6 @@ RDEPEND="net-zope/zope-i18nmessageid
net-zope/zope-interface
net-zope/zope-schema"
DEPEND="${RDEPEND}
- app-arch/unzip
dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"