diff options
-rw-r--r-- | net-zope/zope-app-locales/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/zope-app-locales/metadata.xml | 5 | ||||
-rw-r--r-- | net-zope/zope-app-locales/zope-app-locales-3.6.2.ebuild | 35 |
3 files changed, 50 insertions, 0 deletions
diff --git a/net-zope/zope-app-locales/ChangeLog b/net-zope/zope-app-locales/ChangeLog new file mode 100644 index 000000000000..504d6dbc853e --- /dev/null +++ b/net-zope/zope-app-locales/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/zope-app-locales +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-locales/ChangeLog,v 1.1 2010/11/15 13:40:03 arfrever Exp $ + +*zope-app-locales-3.6.2 (15 Nov 2010) + + 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +zope-app-locales-3.6.2.ebuild, +metadata.xml: + Initial addition. Ebuild written by me. + diff --git a/net-zope/zope-app-locales/metadata.xml b/net-zope/zope-app-locales/metadata.xml new file mode 100644 index 000000000000..42125e6223db --- /dev/null +++ b/net-zope/zope-app-locales/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-zope</herd> +</pkgmetadata> diff --git a/net-zope/zope-app-locales/zope-app-locales-3.6.2.ebuild b/net-zope/zope-app-locales/zope-app-locales-3.6.2.ebuild new file mode 100644 index 000000000000..9e5b1916eeb8 --- /dev/null +++ b/net-zope/zope-app-locales/zope-app-locales-3.6.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-locales/zope-app-locales-3.6.2.ebuild,v 1.1 2010/11/15 13:40:03 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +MY_PN="${PN//-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope locale extraction and management utilities" +HOMEPAGE="http://pypi.python.org/pypi/zope.app.locales" +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="" + +RDEPEND="net-zope/zope-app-applicationcontrol + net-zope/zope-app-appsetup + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-tal" +DEPEND="${RDEPEND} + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN//-//}" |