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/five-intid: ChangeLog five-intid-0.5.2.ebuild
Date: Fri, 28 Jan 2011 23:42:10
Message-Id: 20110128234201.C523F20054@flycatcher.gentoo.org
1 arfrever 11/01/28 23:42:01
2
3 Modified: ChangeLog
4 Added: five-intid-0.5.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 net-zope/five-intid/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/five-intid/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/five-intid/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/five-intid/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-zope/five-intid/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 8 Nov 2010 15:50:25 -0000 1.1
24 +++ ChangeLog 28 Jan 2011 23:42:01 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-zope/five-intid
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-zope/five-intid/ChangeLog,v 1.1 2010/11/08 15:50:25 arfrever Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-zope/five-intid/ChangeLog,v 1.2 2011/01/28 23:42:01 arfrever Exp $
31 +
32 +*five-intid-0.5.2 (28 Jan 2011)
33 +
34 + 28 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
35 + -five-intid-0.5.1.ebuild, +five-intid-0.5.2.ebuild:
36 + Version bump.
37
38 *five-intid-0.5.1 (08 Nov 2010)
39
40
41
42
43 1.1 net-zope/five-intid/five-intid-0.5.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/five-intid/five-intid-0.5.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/five-intid/five-intid-0.5.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: five-intid-0.5.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-zope/five-intid/five-intid-0.5.2.ebuild,v 1.1 2011/01/28 23:42:01 arfrever Exp $
53
54 EAPI="3"
55 PYTHON_DEPEND="2:2.6"
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython"
58
59 inherit distutils
60
61 MY_PN="${PN/-/.}"
62 MY_P="${MY_PN}-${PV}"
63
64 DESCRIPTION="Zope2 support for zope.intid"
65 HOMEPAGE="http://pypi.python.org/pypi/five.intid"
66 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
67
68 LICENSE="ZPL"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 IUSE=""
72
73 RDEPEND="net-zope/acquisition
74 net-zope/five-localsitemanager
75 net-zope/zexceptions
76 net-zope/zodb
77 net-zope/zope-app-intid
78 net-zope/zope-component
79 net-zope/zope-event
80 net-zope/zope-interface
81 net-zope/zope-intid
82 net-zope/zope-keyreference
83 net-zope/zope-lifecycleevent
84 net-zope/zope-location
85 net-zope/zope-site"
86 DEPEND="${RDEPEND}
87 app-arch/unzip
88 dev-python/setuptools"
89
90 S="${WORKDIR}/${MY_P}"
91
92 DOCS="docs/HISTORY.txt README.txt"
93 PYTHON_MODNAME="${PN/-//}"