From 978c5c5d3a13fce0be37c44dba292e07d01e106c Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 4 Oct 2009 00:25:17 +0000 Subject: Version bump. Set SUPPORT_PYTHON_ABIS. (Portage version: 14484-svn/cvs/Linux x86_64) --- net-zope/zopeskel/ChangeLog | 8 +++++++- net-zope/zopeskel/zopeskel-2.13.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 net-zope/zopeskel/zopeskel-2.13.ebuild (limited to 'net-zope/zopeskel') 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 + +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}" -- cgit v1.2.3-65-gdbad