Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/pyparsing: pyparsing-2.ebuild ChangeLog
Date: Tue, 01 Jan 2013 14:07:45
Message-Id: 20130101140735.B33302171D@flycatcher.gentoo.org
1 mgorny 13/01/01 14:07:35
2
3 Modified: ChangeLog
4 Added: pyparsing-2.ebuild
5 Log:
6 Add a new version using branch-splitted pyparsing.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
9
10 Revision Changes Path
11 1.2 virtual/pyparsing/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pyparsing/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pyparsing/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pyparsing/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/pyparsing/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 21 Dec 2012 21:58:01 -0000 1.1
24 +++ ChangeLog 1 Jan 2013 14:07:35 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/pyparsing
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/pyparsing/ChangeLog,v 1.1 2012/12/21 21:58:01 mgorny Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/pyparsing/ChangeLog,v 1.2 2013/01/01 14:07:35 mgorny Exp $
31 +
32 +*pyparsing-2 (01 Jan 2013)
33 +
34 + 01 Jan 2013; Michał Górny <mgorny@g.o> +pyparsing-2.ebuild:
35 + Add a new version using branch-splitted pyparsing.
36
37 *pyparsing-1 (21 Dec 2012)
38 *pyparsing-0 (21 Dec 2012)
39
40
41
42 1.1 virtual/pyparsing/pyparsing-2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pyparsing/pyparsing-2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pyparsing/pyparsing-2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pyparsing-2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/pyparsing/pyparsing-2.ebuild,v 1.1 2013/01/01 14:07:35 mgorny Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
55 inherit python-r1
56
57 DESCRIPTION="A virtual for pyparsing, for Python 2 & 3"
58 HOMEPAGE=""
59 SRC_URI=""
60
61 LICENSE=""
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="
67 $(python_gen_cond_dep \
68 "dev-python/pyparsing:py2[$(python_gen_usedep python2* pypy*)]" \
69 python2* pypy*)
70 $(python_gen_cond_dep \
71 "dev-python/pyparsing:py3[$(python_gen_usedep python3*)]" \
72 python3*)"