diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-18 16:30:51 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-18 16:30:51 +0000 |
commit | d2247b1ba0a2be5bf53e968dbdfd4d2646c460d1 (patch) | |
tree | e0d407213e5f9b3346cbf80e5a47b2a0b3459fd7 /net-zope/zope-sendmail | |
parent | whitespace (diff) | |
download | gentoo-2-d2247b1ba0a2be5bf53e968dbdfd4d2646c460d1.tar.gz gentoo-2-d2247b1ba0a2be5bf53e968dbdfd4d2646c460d1.tar.bz2 gentoo-2-d2247b1ba0a2be5bf53e968dbdfd4d2646c460d1.zip |
Restore 3.6.1, which is required by Zope 2.12.3.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-sendmail')
-rw-r--r-- | net-zope/zope-sendmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild | 36 |
2 files changed, 41 insertions, 1 deletions
diff --git a/net-zope/zope-sendmail/ChangeLog b/net-zope/zope-sendmail/ChangeLog index a01e05f15446..6c68116b1cfc 100644 --- a/net-zope/zope-sendmail/ChangeLog +++ b/net-zope/zope-sendmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-sendmail # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sendmail/ChangeLog,v 1.3 2010/01/16 19:14:16 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sendmail/ChangeLog,v 1.4 2010/01/18 16:30:51 arfrever Exp $ + + 18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +zope-sendmail-3.6.1.ebuild: + Restore 3.6.1, which is required by Zope 2.12.3. 16 Jan 2010; Christian Faulhammer <fauli@gentoo.org> zope-sendmail-3.7.1.ebuild: diff --git a/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild b/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild new file mode 100644 index 000000000000..96708c6206ea --- /dev/null +++ b/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild,v 1.3 2010/01/18 16:30:51 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope sendmail" +HOMEPAGE="http://pypi.python.org/pypi/zope.sendmail" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-zope/transaction + >=net-zope/zope-component-3.8.0 + net-zope/zope-configuration + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-schema + net-zope/zope-security" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt README.txt" |