summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-27 17:51:59 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-27 17:51:59 +0000
commitf909d96c1ccccd971d08b959d026c7c5149f7e98 (patch)
treecd59b5be2106c75e28d0c0e92dd7dbb2d652d1e6 /net-zope
parentDelete older ebuild. (diff)
downloadhistorical-f909d96c1ccccd971d08b959d026c7c5149f7e98.tar.gz
historical-f909d96c1ccccd971d08b959d026c7c5149f7e98.tar.bz2
historical-f909d96c1ccccd971d08b959d026c7c5149f7e98.zip
Version bump.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-security/ChangeLog8
-rw-r--r--net-zope/zope-security/Manifest6
-rw-r--r--net-zope/zope-security/zope-security-3.7.3.ebuild46
3 files changed, 56 insertions, 4 deletions
diff --git a/net-zope/zope-security/ChangeLog b/net-zope/zope-security/ChangeLog
index 23ea4de6e8ad..68ac39bd357b 100644
--- a/net-zope/zope-security/ChangeLog
+++ b/net-zope/zope-security/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zope-security
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-security/ChangeLog,v 1.5 2010/02/14 19:17:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-security/ChangeLog,v 1.6 2010/05/27 17:51:59 arfrever Exp $
+
+*zope-security-3.7.3 (27 May 2010)
+
+ 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-security-3.7.2.ebuild, +zope-security-3.7.3.ebuild:
+ Version bump.
14 Feb 2010; Raúl Porcel <armin76@gentoo.org> zope-security-3.7.2.ebuild:
Add ~alpha/~sparc wrt #297734
diff --git a/net-zope/zope-security/Manifest b/net-zope/zope-security/Manifest
index 273174516121..bd0467cc9062 100644
--- a/net-zope/zope-security/Manifest
+++ b/net-zope/zope-security/Manifest
@@ -1,4 +1,4 @@
-DIST zope.security-3.7.2.tar.gz 100475 RMD160 b633e842bb82fb434abf604d32cb2638c9f58b4a SHA1 e90c406f140c220d34028fe55bf817c8b419e20d SHA256 032b81087c01132c8610adae5feb6f0ffcec15f90b4c30b29f8d7576670ae860
-EBUILD zope-security-3.7.2.ebuild 1098 RMD160 ce414dfd5774aacebdcebc37c111f45c9cff5d64 SHA1 74724aa8258f95c01f6bac20f5b49b8480d06bd2 SHA256 30580a371629ce88c3a2319c77883c2b3bfb2e31543d385c2f59203efa4b2c9f
-MISC ChangeLog 937 RMD160 e05a00b66897bb2f3b12241d6dd0a1daa13b9ffa SHA1 ba1084d56090a12c33956e12bf5520d67f05a228 SHA256 2909b24528346ef605d338319e8e169894e83f51c403c9bc4105298be6f74029
+DIST zope.security-3.7.3.zip 146034 RMD160 1cee8fc146ed7bdf70dbde48465a5ddbeb5d0814 SHA1 678aa53b37097d5bcde6c3584b3a9fe31fde601e SHA256 4c2dd67fdb819b62c70f5c5064708f4b6195af6db2f7950eb83b806b3ce1cc0a
+EBUILD zope-security-3.7.3.ebuild 1095 RMD160 5d64c35222e3766c89b2fca08ebc58a36f5bfcf4 SHA1 7f665dc7fe1995425bc30fb2e1b050522f1002ad SHA256 180257c2c67405d69af52bb50f9691fcbd5002a851be763d75493e4a20181632
+MISC ChangeLog 1124 RMD160 2fe4a19bab616f3709082231e355d04815cd1d5d SHA1 961403d5dc144b81c5e07cf4f6f653f8b9037d2e SHA256 fcec9784cdbd83ee81ce575899d2e09a2e557470fba454d99f9b9e1213b95060
MISC metadata.xml 183 RMD160 0e2d86898897ee70cc1f6e9ceb76d00388d3b2fa SHA1 19635a9dfa15036e341a7cbdd8cbd018db62be82 SHA256 f480763451083d2f7be8fc23d38e02952ccc383b4cc65e103a9901a0907ce50d
diff --git a/net-zope/zope-security/zope-security-3.7.3.ebuild b/net-zope/zope-security/zope-security-3.7.3.ebuild
new file mode 100644
index 000000000000..82e86d7aad99
--- /dev/null
+++ b/net-zope/zope-security/zope-security-3.7.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-security/zope-security-3.7.3.ebuild,v 1.1 2010/05/27 17:51:59 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Zope3 Security Framework"
+HOMEPAGE="http://pypi.python.org/pypi/zope.security"
+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="dev-python/pytz
+ dev-python/restrictedpython
+ net-zope/zope-component
+ net-zope/zope-configuration
+ net-zope/zope-exceptions
+ net-zope/zope-i18nmessageid
+ net-zope/zope-interface
+ net-zope/zope-location
+ net-zope/zope-proxy
+ net-zope/zope-schema"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ dev-python/setuptools"
+RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS="CHANGES.txt README.txt"
+PYTHON_MODNAME="${PN/-//}"
+
+src_install() {
+ distutils_src_install
+ python_clean_installation_image
+}