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-componentvocabulary: ChangeLog zope-componentvocabulary-1.0.1.ebuild
Date: Sun, 03 Oct 2010 00:10:22
Message-Id: 20101003001018.2DA8020051@flycatcher.gentoo.org
1 arfrever 10/10/03 00:10:18
2
3 Modified: ChangeLog
4 Added: zope-componentvocabulary-1.0.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc88_p72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 net-zope/zope-componentvocabulary/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-componentvocabulary/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-componentvocabulary/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-componentvocabulary/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-componentvocabulary/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 14 Feb 2010 19:17:29 -0000 1.4
24 +++ ChangeLog 3 Oct 2010 00:10:17 -0000 1.5
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-zope/zope-componentvocabulary
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-componentvocabulary/ChangeLog,v 1.4 2010/02/14 19:17:29 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-componentvocabulary/ChangeLog,v 1.5 2010/10/03 00:10:17 arfrever Exp $
30 +
31 +*zope-componentvocabulary-1.0.1 (03 Oct 2010)
32 +
33 + 03 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -zope-componentvocabulary-1.0.ebuild,
35 + +zope-componentvocabulary-1.0.1.ebuild:
36 + Version bump.
37
38 14 Feb 2010; Raúl Porcel <armin76@g.o>
39 zope-componentvocabulary-1.0.ebuild:
40
41
42
43 1.1 net-zope/zope-componentvocabulary/zope-componentvocabulary-1.0.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-componentvocabulary/zope-componentvocabulary-1.0.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-componentvocabulary/zope-componentvocabulary-1.0.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: zope-componentvocabulary-1.0.1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-zope/zope-componentvocabulary/zope-componentvocabulary-1.0.1.ebuild,v 1.1 2010/10/03 00:10:17 arfrever Exp $
53
54 EAPI="3"
55 PYTHON_DEPEND="2"
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="3.*"
58
59 inherit distutils
60
61 MY_PN="${PN/-/.}"
62 MY_P="${MY_PN}-${PV}"
63
64 DESCRIPTION="Component vocabularies"
65 HOMEPAGE="http://pypi.python.org/pypi/zope.componentvocabulary"
66 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
67
68 LICENSE="ZPL"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
71 IUSE=""
72
73 RDEPEND="net-zope/zope-component
74 net-zope/zope-i18nmessageid
75 net-zope/zope-interface
76 net-zope/zope-schema
77 net-zope/zope-security"
78 DEPEND="${RDEPEND}
79 dev-python/setuptools"
80
81 S="${WORKDIR}/${MY_P}"
82
83 DOCS="CHANGES.txt README.txt"
84 PYTHON_MODNAME="${PN/-//}"