summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-26 17:07:37 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-26 17:07:37 +0000
commit28530f422b2e8c37f394a4b4233607f96f260158 (patch)
tree8a3b3226323ccfa66a460e3e18e6b94e7e9983b1 /net-zope
parentDelete older ebuild. (diff)
downloadgentoo-2-28530f422b2e8c37f394a4b4233607f96f260158.tar.gz
gentoo-2-28530f422b2e8c37f394a4b4233607f96f260158.tar.bz2
gentoo-2-28530f422b2e8c37f394a4b4233607f96f260158.zip
Version bump.
(Portage version: 15841-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-contenttype/ChangeLog8
-rw-r--r--net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/net-zope/zope-contenttype/ChangeLog b/net-zope/zope-contenttype/ChangeLog
index 9514597d3ed8..6410601abdc3 100644
--- a/net-zope/zope-contenttype/ChangeLog
+++ b/net-zope/zope-contenttype/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zope-contenttype
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-contenttype/ChangeLog,v 1.4 2010/02/14 19:17:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-contenttype/ChangeLog,v 1.5 2010/03/26 17:07:37 arfrever Exp $
+
+*zope-contenttype-3.5.1 (26 Mar 2010)
+
+ 26 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-contenttype-3.5.0.ebuild, +zope-contenttype-3.5.1.ebuild:
+ Version bump.
14 Feb 2010; Raúl Porcel <armin76@gentoo.org>
zope-contenttype-3.5.0.ebuild:
diff --git a/net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild b/net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild
new file mode 100644
index 000000000000..6cbb059af293
--- /dev/null
+++ b/net-zope/zope-contenttype/zope-contenttype-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-contenttype/zope-contenttype-3.5.1.ebuild,v 1.1 2010/03/26 17:07:37 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Zope contenttype"
+HOMEPAGE="http://pypi.python.org/pypi/zope.contenttype"
+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=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}/${MY_P}"
+
+PYTHON_MODNAME="${PN/-//}"
+DOCS="CHANGES.txt README.txt"