summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-07 00:23:33 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-07 00:23:33 +0000
commitd0d72f42018bb14f9d483274b70d733c122b34b3 (patch)
treeb526a82f98fba0b52b28ab9319e3e97ca6a5895e /net-zope
parentDelete older ebuild. (diff)
downloadgentoo-2-d0d72f42018bb14f9d483274b70d733c122b34b3.tar.gz
gentoo-2-d0d72f42018bb14f9d483274b70d733c122b34b3.tar.bz2
gentoo-2-d0d72f42018bb14f9d483274b70d733c122b34b3.zip
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-exceptions/ChangeLog8
-rw-r--r--net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/net-zope/zope-exceptions/ChangeLog b/net-zope/zope-exceptions/ChangeLog
index 4b6cf7cac576..6dad5bd80223 100644
--- a/net-zope/zope-exceptions/ChangeLog
+++ b/net-zope/zope-exceptions/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zope-exceptions
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/ChangeLog,v 1.4 2010/02/10 18:34:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/ChangeLog,v 1.5 2010/05/07 00:23:33 arfrever Exp $
+
+*zope-exceptions-3.6.0 (07 May 2010)
+
+ 07 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-exceptions-3.5.2.ebuild, +zope-exceptions-3.6.0.ebuild:
+ Version bump.
10 Feb 2010; Raúl Porcel <armin76@gentoo.org>
zope-exceptions-3.5.2.ebuild:
diff --git a/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild b/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild
new file mode 100644
index 000000000000..3b4901a221b0
--- /dev/null
+++ b/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild,v 1.1 2010/05/07 00:23:33 arfrever Exp $
+
+EAPI="3"
+SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="setup.py"
+
+inherit distutils
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Zope Exceptions"
+HOMEPAGE="http://pypi.python.org/pypi/zope.exceptions"
+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="net-zope/zope-interface"
+# net-zope/zope-fixers is required for building with Python 3.
+DEPEND="${RDEPEND}
+ dev-python/setuptools
+ net-zope/zope-fixers"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS="CHANGES.txt README.txt"
+PYTHON_MODNAME="${PN/-//}"