summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 21:16:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 21:16:41 +0000
commitae159d8740b2b16695813074947aa69e4336f4c6 (patch)
tree7de7ce081c8b3bd16876370c17dbe6908a65c30b /net-zope
parentFix dependencies. (diff)
downloadgentoo-2-ae159d8740b2b16695813074947aa69e4336f4c6.tar.gz
gentoo-2-ae159d8740b2b16695813074947aa69e4336f4c6.tar.bz2
gentoo-2-ae159d8740b2b16695813074947aa69e4336f4c6.zip
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-sendmail/ChangeLog8
-rw-r--r--net-zope/zope-sendmail/zope-sendmail-3.7.2.ebuild38
2 files changed, 45 insertions, 1 deletions
diff --git a/net-zope/zope-sendmail/ChangeLog b/net-zope/zope-sendmail/ChangeLog
index 16004f3fa857..69fb54dce38e 100644
--- a/net-zope/zope-sendmail/ChangeLog
+++ b/net-zope/zope-sendmail/ChangeLog
@@ -1,6 +1,12 @@
# 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.5 2010/01/22 19:23:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sendmail/ChangeLog,v 1.6 2010/06/05 21:16:41 arfrever Exp $
+
+*zope-sendmail-3.7.2 (05 Jun 2010)
+
+ 05 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-sendmail-3.7.1.ebuild, +zope-sendmail-3.7.2.ebuild:
+ Version bump.
22 Jan 2010; Brent Baude <ranger@gentoo.org> zope-sendmail-3.7.1.ebuild:
Marking zope-sendmail-3.7.1 ~ppc for bug 297734
diff --git a/net-zope/zope-sendmail/zope-sendmail-3.7.2.ebuild b/net-zope/zope-sendmail/zope-sendmail-3.7.2.ebuild
new file mode 100644
index 000000000000..64ea0d290ce9
--- /dev/null
+++ b/net-zope/zope-sendmail/zope-sendmail-3.7.2.ebuild
@@ -0,0 +1,38 @@
+# 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.7.2.ebuild,v 1.1 2010/06/05 21:16:41 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 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}.zip"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~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}
+ app-arch/unzip
+ dev-python/setuptools"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS="CHANGES.txt README.txt"
+PYTHON_MODNAME="${PN/-//}"