summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-07 14:13:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-07 14:13:23 +0000
commit8b22a7f8a7cf75fcc26f482519b84ae652f25968 (patch)
tree68d1a9537c5fb080716e8fce923518469d62f20b /net-zope/zope-structuredtext
parentDelete older ebuild. (diff)
downloadhistorical-8b22a7f8a7cf75fcc26f482519b84ae652f25968.tar.gz
historical-8b22a7f8a7cf75fcc26f482519b84ae652f25968.tar.bz2
historical-8b22a7f8a7cf75fcc26f482519b84ae652f25968.zip
Version bump.
Package-Manager: portage-2.2.0_alpha7_p2/cvs/Linux x86_64
Diffstat (limited to 'net-zope/zope-structuredtext')
-rw-r--r--net-zope/zope-structuredtext/ChangeLog8
-rw-r--r--net-zope/zope-structuredtext/zope-structuredtext-3.5.1.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/net-zope/zope-structuredtext/ChangeLog b/net-zope/zope-structuredtext/ChangeLog
index fd3d3c111c88..14d0f6cf79e5 100644
--- a/net-zope/zope-structuredtext/ChangeLog
+++ b/net-zope/zope-structuredtext/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zope-structuredtext
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-structuredtext/ChangeLog,v 1.5 2010/05/29 19:00:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-structuredtext/ChangeLog,v 1.6 2010/12/07 14:12:01 arfrever Exp $
+
+*zope-structuredtext-3.5.1 (07 Dec 2010)
+
+ 07 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-structuredtext-3.5.0.ebuild, +zope-structuredtext-3.5.1.ebuild:
+ Version bump.
*zope-structuredtext-3.5.0 (29 May 2010)
diff --git a/net-zope/zope-structuredtext/zope-structuredtext-3.5.1.ebuild b/net-zope/zope-structuredtext/zope-structuredtext-3.5.1.ebuild
new file mode 100644
index 000000000000..f4c878ea936b
--- /dev/null
+++ b/net-zope/zope-structuredtext/zope-structuredtext-3.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-structuredtext/zope-structuredtext-3.5.1.ebuild,v 1.1 2010/12/07 14:12:01 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="StructuredText parser"
+HOMEPAGE="http://pypi.python.org/pypi/zope.structuredtext"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS="CHANGES.txt README.txt"
+PYTHON_MODNAME="${PN/-//}"