Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycparser: pycparser-2.08.ebuild ChangeLog
Date: Wed, 29 Aug 2012 05:47:30
Message-Id: 20120829054716.1DC2A20AEE@flycatcher.gentoo.org
1 patrick 12/08/29 05:47:16
2
3 Modified: ChangeLog
4 Added: pycparser-2.08.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/pycparser/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 27 Jul 2012 12:26:24 -0000 1.1
24 +++ ChangeLog 29 Aug 2012 05:47:15 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for dev-python/pycparser
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.1 2012/07/27 12:26:24 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.2 2012/08/29 05:47:15 patrick Exp $
30 +
31 +*pycparser-2.08 (29 Aug 2012)
32 +
33 + 29 Aug 2012; Patrick Lauer <patrick@g.o> +pycparser-2.08.ebuild:
34 + Bump
35
36 *pycparser-2.07 (27 Jul 2012)
37
38 27 Jul 2012; Dirkjan Ochtman <djc@g.o> +pycparser-2.07.ebuild,
39 +metadata.xml:
40 Initial version (bug 364801).
41 -
42
43
44
45 1.1 dev-python/pycparser/pycparser-2.08.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.08.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.08.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pycparser-2.08.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.08.ebuild,v 1.1 2012/08/29 05:47:15 patrick Exp $
55
56 EAPI="4"
57 PYTHON_DEPEND="2"
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="2.5 3.0 3.1"
60 DISTUTILS_SRC_TEST="nosetests"
61
62 inherit distutils
63
64 DESCRIPTION="C parser and AST generator written in Python"
65 HOMEPAGE="http://code.google.com/p/pycparser/"
66 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
67
68 LICENSE="BSD"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 DEPEND="dev-python/ply"
74 RDEPEND="${DEPEND}"