summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-04 00:25:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-04 00:25:17 +0000
commit978c5c5d3a13fce0be37c44dba292e07d01e106c (patch)
tree21fba6ea4f344571b70b96526ebefb82beda6ea8 /net-zope/zopeskel
parentNew license arb for sci-biology/arb (diff)
downloadgentoo-2-978c5c5d3a13fce0be37c44dba292e07d01e106c.tar.gz
gentoo-2-978c5c5d3a13fce0be37c44dba292e07d01e106c.tar.bz2
gentoo-2-978c5c5d3a13fce0be37c44dba292e07d01e106c.zip
Version bump. Set SUPPORT_PYTHON_ABIS.
(Portage version: 14484-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zopeskel')
-rw-r--r--net-zope/zopeskel/ChangeLog8
-rw-r--r--net-zope/zopeskel/zopeskel-2.13.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/net-zope/zopeskel/ChangeLog b/net-zope/zopeskel/ChangeLog
index 9e327db807c2..c9226098911a 100644
--- a/net-zope/zopeskel/ChangeLog
+++ b/net-zope/zopeskel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zopeskel
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeskel/ChangeLog,v 1.1 2009/03/11 16:23:15 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeskel/ChangeLog,v 1.2 2009/10/04 00:25:17 arfrever Exp $
+
+*zopeskel-2.13 (04 Oct 2009)
+
+ 04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +zopeskel-2.13.ebuild:
+ Version bump. Set SUPPORT_PYTHON_ABIS.
*zopeskel-2.11.1 (11 Mar 2009)
diff --git a/net-zope/zopeskel/zopeskel-2.13.ebuild b/net-zope/zopeskel/zopeskel-2.13.ebuild
new file mode 100644
index 000000000000..a7abfb509667
--- /dev/null
+++ b/net-zope/zopeskel/zopeskel-2.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeskel/zopeskel-2.13.ebuild,v 1.1 2009/10/04 00:25:17 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+MY_PN="ZopeSkel"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A collection of skeletons for quickstarting Zope projects."
+HOMEPAGE="http://pypi.python.org/pypi/ZopeSkel"
+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/pastescript"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ dev-python/setuptools"
+RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}/${MY_P}"