diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-17 19:15:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-17 19:15:12 +0000 |
commit | 1dcdfa22b6ad3cf3f1688209bc415f14c33bb327 (patch) | |
tree | 3336c81248c775ce8aac844563bda2ea40e434c3 /net-zope/five-formlib | |
parent | sparc stable wrt #300483 (diff) | |
download | gentoo-2-1dcdfa22b6ad3cf3f1688209bc415f14c33bb327.tar.gz gentoo-2-1dcdfa22b6ad3cf3f1688209bc415f14c33bb327.tar.bz2 gentoo-2-1dcdfa22b6ad3cf3f1688209bc415f14c33bb327.zip |
Initial addition.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/five-formlib')
-rw-r--r-- | net-zope/five-formlib/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/five-formlib/five-formlib-1.0.2.ebuild | 44 | ||||
-rw-r--r-- | net-zope/five-formlib/metadata.xml | 6 |
3 files changed, 60 insertions, 0 deletions
diff --git a/net-zope/five-formlib/ChangeLog b/net-zope/five-formlib/ChangeLog new file mode 100644 index 000000000000..99d892fe934a --- /dev/null +++ b/net-zope/five-formlib/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/five-formlib +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/five-formlib/ChangeLog,v 1.1 2010/01/17 19:15:12 arfrever Exp $ + +*five-formlib-1.0.2 (17 Jan 2010) + + 17 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +five-formlib-1.0.2.ebuild, +metadata.xml: + Initial addition. Ebuild written by me. + diff --git a/net-zope/five-formlib/five-formlib-1.0.2.ebuild b/net-zope/five-formlib/five-formlib-1.0.2.ebuild new file mode 100644 index 000000000000..224ea9b01230 --- /dev/null +++ b/net-zope/five-formlib/five-formlib-1.0.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/five-formlib/five-formlib-1.0.2.ebuild,v 1.1 2010/01/17 19:15:12 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="zope.formlib integration for Zope 2" +HOMEPAGE="http://pypi.python.org/pypi/five.formlib" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-zope/extensionclass + net-zope/transaction + net-zope/zope-app-form + net-zope/zope-browser + || ( net-zope/zope-browsermenu net-zope/zope-app-publisher ) + net-zope/zope-component + net-zope/zope-event + net-zope/zope-formlib + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-lifecycleevent + net-zope/zope-location + net-zope/zope-publisher + net-zope/zope-schema" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt README.txt" diff --git a/net-zope/five-formlib/metadata.xml b/net-zope/five-formlib/metadata.xml new file mode 100644 index 000000000000..ecc751f37510 --- /dev/null +++ b/net-zope/five-formlib/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-zope</herd> + <herd>python</herd> +</pkgmetadata> |