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-tales: ChangeLog zope-tales-3.5.1.ebuild
Date: Thu, 27 May 2010 18:24:57
Message-Id: 20100527182454.946362CF38@corvid.gentoo.org
1 arfrever 10/05/27 18:24:54
2
3 Modified: ChangeLog
4 Added: zope-tales-3.5.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-zope/zope-tales/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-tales/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-tales/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-tales/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 14 Feb 2010 19:16:50 -0000 1.5
23 +++ ChangeLog 27 May 2010 18:24:54 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-zope/zope-tales
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v 1.5 2010/02/14 19:16:50 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v 1.6 2010/05/27 18:24:54 arfrever Exp $
29 +
30 +*zope-tales-3.5.1 (27 May 2010)
31 +
32 + 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + -zope-tales-3.5.0.ebuild, +zope-tales-3.5.1.ebuild:
34 + Version bump.
35
36 14 Feb 2010; Raúl Porcel <armin76@g.o> zope-tales-3.5.0.ebuild:
37 Add ~alpha/~sparc wrt #297734
38
39
40
41 1.1 net-zope/zope-tales/zope-tales-3.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-tales/zope-tales-3.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-tales/zope-tales-3.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: zope-tales-3.5.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-tales/zope-tales-3.5.1.ebuild,v 1.1 2010/05/27 18:24:54 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 3 Template Application Language Expression Syntax (TALES)"
62 HOMEPAGE="http://pypi.python.org/pypi/zope.tales"
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="~alpha ~amd64 ~ppc ~sparc ~x86"
68 IUSE=""
69
70 RDEPEND="net-zope/zope-interface
71 net-zope/zope-tal"
72 DEPEND="${RDEPEND}
73 app-arch/unzip
74 dev-python/setuptools"
75 RESTRICT_PYTHON_ABIS="3.*"
76
77 S="${WORKDIR}/${MY_P}"
78
79 DOCS="CHANGES.txt README.txt"
80 PYTHON_MODNAME="${PN/-//}"