diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-07 21:28:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-07 21:28:57 +0000 |
commit | e5cfcb42e55ea8a1a7e58f9f072a21ae8d07d104 (patch) | |
tree | 2f8c0b4fb784236af043a2583e7987694f9f1dca /net-zope/zope-exceptions | |
parent | Add missing gtk-doc-am dependency, bug #288045. (diff) | |
download | historical-e5cfcb42e55ea8a1a7e58f9f072a21ae8d07d104.tar.gz historical-e5cfcb42e55ea8a1a7e58f9f072a21ae8d07d104.tar.bz2 historical-e5cfcb42e55ea8a1a7e58f9f072a21ae8d07d104.zip |
Initial addition.
Package-Manager: portage-14516-svn/cvs/Linux x86_64
Diffstat (limited to 'net-zope/zope-exceptions')
-rw-r--r-- | net-zope/zope-exceptions/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/zope-exceptions/Manifest | 4 | ||||
-rw-r--r-- | net-zope/zope-exceptions/metadata.xml | 6 | ||||
-rw-r--r-- | net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild | 30 |
4 files changed, 50 insertions, 0 deletions
diff --git a/net-zope/zope-exceptions/ChangeLog b/net-zope/zope-exceptions/ChangeLog new file mode 100644 index 000000000000..5b1393cb4fb2 --- /dev/null +++ b/net-zope/zope-exceptions/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/zope-exceptions +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/ChangeLog,v 1.1 2009/10/07 21:28:57 arfrever Exp $ + +*zope-exceptions-3.5.2 (07 Oct 2009) + + 07 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +zope-exceptions-3.5.2.ebuild, +metadata.xml: + Initial addition. Ebuild written by me. + diff --git a/net-zope/zope-exceptions/Manifest b/net-zope/zope-exceptions/Manifest new file mode 100644 index 000000000000..003fb5f3012b --- /dev/null +++ b/net-zope/zope-exceptions/Manifest @@ -0,0 +1,4 @@ +DIST zope.exceptions-3.5.2.tar.gz 8767 RMD160 d5dd0ffe3b7a3dac9b690e3af29a9a207d088fb3 SHA1 fe082c8e09815de6a54388c2527406275ca35eae SHA256 cd7b0abd38d654d5905d62b867641ef2d19740831d00704bc4c534ab9fc28390 +EBUILD zope-exceptions-3.5.2.ebuild 740 RMD160 7ef662669fa144adaa289cfde923bd8267747b62 SHA1 1847818190ef1fc002751cc6efd01cac40230e47 SHA256 3827d70c568deb122b227e8370238a0295b0b9e17fc00e38faf9b99ea5eab9ca +MISC ChangeLog 425 RMD160 f70a0be23361c921456dc9beb5c3f776ff40be1a SHA1 026fe1e461bfe4d7f8a5460bed7eef98dc9b8b60 SHA256 54e3863c6e0a35cc841e3d2145c89430858b11e4cd616b1d41356406caf85c9d +MISC metadata.xml 183 RMD160 0e2d86898897ee70cc1f6e9ceb76d00388d3b2fa SHA1 19635a9dfa15036e341a7cbdd8cbd018db62be82 SHA256 f480763451083d2f7be8fc23d38e02952ccc383b4cc65e103a9901a0907ce50d diff --git a/net-zope/zope-exceptions/metadata.xml b/net-zope/zope-exceptions/metadata.xml new file mode 100644 index 000000000000..ecc751f37510 --- /dev/null +++ b/net-zope/zope-exceptions/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> diff --git a/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild b/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild new file mode 100644 index 000000000000..beb09546552a --- /dev/null +++ b/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild,v 1.1 2009/10/07 21:28:57 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope Exceptions" +HOMEPAGE="http://pypi.python.org/pypi/zope.exceptions" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="net-zope/zope-interface" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt README.txt" |