diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-15 13:34:53 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-15 13:34:53 +0000 |
commit | 7dcc2a503063804562c3be75b170800e28259c6e (patch) | |
tree | 7599b47f3d49a2831454975042086618b6c5e68c /net-zope | |
parent | Stable on amd64 wrt bug #345489 (diff) | |
download | historical-7dcc2a503063804562c3be75b170800e28259c6e.tar.gz historical-7dcc2a503063804562c3be75b170800e28259c6e.tar.bz2 historical-7dcc2a503063804562c3be75b170800e28259c6e.zip |
Initial addition.
Package-Manager: portage-2.2.0_alpha4_p23/cvs/Linux x86_64
Diffstat (limited to 'net-zope')
4 files changed, 60 insertions, 0 deletions
diff --git a/net-zope/zope-app-applicationcontrol/ChangeLog b/net-zope/zope-app-applicationcontrol/ChangeLog new file mode 100644 index 000000000000..67d90b139101 --- /dev/null +++ b/net-zope/zope-app-applicationcontrol/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/zope-app-applicationcontrol +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-applicationcontrol/ChangeLog,v 1.1 2010/11/15 13:34:53 arfrever Exp $ + +*zope-app-applicationcontrol-3.5.8 (15 Nov 2010) + + 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +zope-app-applicationcontrol-3.5.8.ebuild, +metadata.xml: + Initial addition. Ebuild written by me. + diff --git a/net-zope/zope-app-applicationcontrol/Manifest b/net-zope/zope-app-applicationcontrol/Manifest new file mode 100644 index 000000000000..3820d14bf800 --- /dev/null +++ b/net-zope/zope-app-applicationcontrol/Manifest @@ -0,0 +1,4 @@ +DIST zope.app.applicationcontrol-3.5.8.zip 39280 RMD160 37922495def28dd5447161665279e9d6a0d3d205 SHA1 2c649f4a4cbfbd30f7b5ff2ca973034b65b53184 SHA256 1697578644491f8482f8e3333d0a5ffe1fe22178b819b790711e51299d276091 +EBUILD zope-app-applicationcontrol-3.5.8.ebuild 1033 RMD160 e08cff40f41065f4f32925031267c9e7f966aa60 SHA1 1dc54dc9adda992eee0ba3a0dd8b576448271385 SHA256 07db936d6816a5957fbab4a3b7b4b22bdfffee221c0ef007cbb43de112d48e8b +MISC ChangeLog 473 RMD160 7682cba444b215f5c6a7784bd1299432b7d40fb9 SHA1 c87ee2af7d2d53917da6a910389cb94ab349c3aa SHA256 f1fab313909c8d34b5ddf5bf320155ec4bf3b9cbc57daac5fb2d20bfb8d6ab03 +MISC metadata.xml 162 RMD160 379856c00e7e61b0979c1cd26ed2f48cdb1bd74a SHA1 4d2120f21d176aada015eaee7153bbdebbbd42ba SHA256 3157dae328536e1bd59bacf81cef22ffc02768f40791abe5229328db312ffbe1 diff --git a/net-zope/zope-app-applicationcontrol/metadata.xml b/net-zope/zope-app-applicationcontrol/metadata.xml new file mode 100644 index 000000000000..42125e6223db --- /dev/null +++ b/net-zope/zope-app-applicationcontrol/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-applicationcontrol/zope-app-applicationcontrol-3.5.8.ebuild b/net-zope/zope-app-applicationcontrol/zope-app-applicationcontrol-3.5.8.ebuild new file mode 100644 index 000000000000..9a975ce3447e --- /dev/null +++ b/net-zope/zope-app-applicationcontrol/zope-app-applicationcontrol-3.5.8.ebuild @@ -0,0 +1,41 @@ +# 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-applicationcontrol/zope-app-applicationcontrol-3.5.8.ebuild,v 1.1 2010/11/15 13:34:53 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 applicationcontrol" +HOMEPAGE="http://pypi.python.org/pypi/zope.app.applicationcontrol" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/zodb + net-zope/zope-applicationcontrol + net-zope/zope-component + net-zope/zope-i18n + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-location + net-zope/zope-security + net-zope/zope-size + net-zope/zope-traversing" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN//-//}" |