Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-zope/zope-app-publication: ChangeLog zope-app-publication-3.11.1.ebuild
Date: Wed, 28 Apr 2010 20:37:30
Message-Id: 20100428203727.99DD62C04C@corvid.gentoo.org
1 arfrever 10/04/28 20:37:27
2
3 Modified: ChangeLog
4 Added: zope-app-publication-3.11.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 net-zope/zope-app-publication/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-app-publication/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 18 Apr 2010 00:32:01 -0000 1.7
23 +++ ChangeLog 28 Apr 2010 20:37:27 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-zope/zope-app-publication
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publication/ChangeLog,v 1.7 2010/04/18 00:32:01 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publication/ChangeLog,v 1.8 2010/04/28 20:37:27 arfrever Exp $
29 +
30 +*zope-app-publication-3.11.1 (28 Apr 2010)
31 +
32 + 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + -zope-app-publication-3.11.0.ebuild, +zope-app-publication-3.11.1.ebuild:
34 + Version bump.
35
36 *zope-app-publication-3.11.0 (18 Apr 2010)
37
38
39
40
41 1.1 net-zope/zope-app-publication/zope-app-publication-3.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/zope-app-publication-3.11.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/zope-app-publication-3.11.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: zope-app-publication-3.11.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publication/zope-app-publication-3.11.1.ebuild,v 1.1 2010/04/28 20:37:27 arfrever Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 MY_PN="${PN//-/.}"
59 MY_P="${MY_PN}-${PV}"
60
61 DESCRIPTION="Zope publication"
62 HOMEPAGE="http://pypi.python.org/pypi/zope.app.publication"
63 SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
64
65 LICENSE="ZPL"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
68 IUSE=""
69
70 RDEPEND="net-zope/zodb
71 net-zope/zope-authentication
72 net-zope/zope-browser
73 net-zope/zope-component
74 net-zope/zope-configuration
75 net-zope/zope-error
76 net-zope/zope-event
77 net-zope/zope-interface
78 net-zope/zope-location
79 >=net-zope/zope-publisher-3.12
80 net-zope/zope-security
81 net-zope/zope-schema
82 net-zope/zope-testing
83 >=net-zope/zope-traversing-3.9.0"
84 DEPEND="${RDEPEND}
85 dev-python/setuptools"
86 RESTRICT_PYTHON_ABIS="3.*"
87
88 S="${WORKDIR}/${MY_P}"
89
90 PYTHON_MODNAME="${PN//-//}"
91 DOCS="CHANGES.txt README.txt"