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-location: ChangeLog zope-location-3.9.0.ebuild zope-location-3.8.2.ebuild
Date: Wed, 30 Dec 2009 02:06:03
Message-Id: E1NPnwl-0000kd-UO@stork.gentoo.org
1 arfrever 09/12/30 02:05:59
2
3 Modified: ChangeLog
4 Added: zope-location-3.9.0.ebuild
5 Removed: zope-location-3.8.2.ebuild
6 Log:
7 Version bump.
8 (Portage version: 15154-svn/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 net-zope/zope-location/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-location/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-location/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-location/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-location/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 24 Dec 2009 16:31:48 -0000 1.3
24 +++ ChangeLog 30 Dec 2009 02:05:59 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-zope/zope-location
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/ChangeLog,v 1.3 2009/12/24 16:31:48 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/ChangeLog,v 1.4 2009/12/30 02:05:59 arfrever Exp $
30 +
31 +*zope-location-3.9.0 (30 Dec 2009)
32 +
33 + 30 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -zope-location-3.8.2.ebuild, +zope-location-3.9.0.ebuild:
35 + Version bump.
36
37 *zope-location-3.8.2 (24 Dec 2009)
38
39
40
41
42 1.1 net-zope/zope-location/zope-location-3.9.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-location/zope-location-3.9.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-location/zope-location-3.9.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: zope-location-3.9.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/zope-location-3.9.0.ebuild,v 1.1 2009/12/30 02:05:59 arfrever Exp $
52
53 EAPI="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 Location"
62 HOMEPAGE="http://pypi.python.org/pypi/zope.location"
63 SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
64
65 LICENSE="ZPL"
66 SLOT="0"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 RDEPEND=">=net-zope/zope-component-3.8.0
71 net-zope/zope-copy
72 net-zope/zope-interface
73 net-zope/zope-proxy
74 net-zope/zope-schema"
75 DEPEND="${RDEPEND}
76 app-arch/unzip
77 dev-python/setuptools"
78 RESTRICT_PYTHON_ABIS="3.*"
79
80 S="${WORKDIR}/${MY_P}"
81
82 PYTHON_MODNAME="${PN/-//}"
83 DOCS="CHANGES.txt README.txt"