diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-17 22:10:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-17 22:10:38 +0000 |
commit | 941065976edad8d3b431223d46d98e1b08b8af8e (patch) | |
tree | 6aaf24208f7b37b74183942ea6628ac12bc70580 /net-zope/mailhost | |
parent | Imported from sunrise overlay, fixes bug 125774. (diff) | |
download | historical-941065976edad8d3b431223d46d98e1b08b8af8e.tar.gz historical-941065976edad8d3b431223d46d98e1b08b8af8e.tar.bz2 historical-941065976edad8d3b431223d46d98e1b08b8af8e.zip |
Initial addition.
Package-Manager: portage-2.2_rc83_p18/cvs/Linux x86_64
Diffstat (limited to 'net-zope/mailhost')
-rw-r--r-- | net-zope/mailhost/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/mailhost/mailhost-2.13.0.ebuild | 40 | ||||
-rw-r--r-- | net-zope/mailhost/metadata.xml | 5 |
3 files changed, 55 insertions, 0 deletions
diff --git a/net-zope/mailhost/ChangeLog b/net-zope/mailhost/ChangeLog new file mode 100644 index 000000000000..dd570a2ce27f --- /dev/null +++ b/net-zope/mailhost/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/mailhost +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v 1.1 2010/09/17 21:57:18 arfrever Exp $ + +*mailhost-2.13.0 (17 Sep 2010) + + 17 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +mailhost-2.13.0.ebuild, +metadata.xml: + Initial addition. Ebuild written by me. + diff --git a/net-zope/mailhost/mailhost-2.13.0.ebuild b/net-zope/mailhost/mailhost-2.13.0.ebuild new file mode 100644 index 000000000000..a486c0bb0a5b --- /dev/null +++ b/net-zope/mailhost/mailhost-2.13.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/mailhost-2.13.0.ebuild,v 1.1 2010/09/17 21:57:18 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" + +inherit distutils + +MY_PN="Products.MailHost" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="zope.sendmail integration for Zope 2." +HOMEPAGE="http://pypi.python.org/pypi/Products.MailHost" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/accesscontrol + net-zope/acquisition + net-zope/datetime + net-zope/documenttemplate + net-zope/persistence + >=net-zope/zope-2.12 + net-zope/zope-deferredimport + net-zope/zope-interface + net-zope/zope-sendmail" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${MY_PN/.//}" diff --git a/net-zope/mailhost/metadata.xml b/net-zope/mailhost/metadata.xml new file mode 100644 index 000000000000..42125e6223db --- /dev/null +++ b/net-zope/mailhost/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> |