Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/coccinelle: coccinelle-1.0.0_rc17.ebuild ChangeLog
Date: Thu, 30 May 2013 06:03:30
Message-Id: 20130530060322.07BEF2171D@flycatcher.gentoo.org
1 radhermit 13/05/30 06:03:21
2
3 Modified: coccinelle-1.0.0_rc17.ebuild ChangeLog
4 Log:
5 Add PYTHON_REQUIRED_USE for python-single-r1.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.2 dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild?r1=1.1&r2=1.2
15
16 Index: coccinelle-1.0.0_rc17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- coccinelle-1.0.0_rc17.ebuild 24 Apr 2013 05:58:22 -0000 1.1
23 +++ coccinelle-1.0.0_rc17.ebuild 30 May 2013 06:03:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.1 2013/04/24 05:58:22 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.2 2013/05/30 06:03:21 radhermit Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
32 @@ -16,6 +16,7 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax"
36 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37
38 # ocaml enables ocaml scripting (uses findlib)
39 CDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]
40
41
42
43 1.29 dev-util/coccinelle/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccinelle/ChangeLog?rev=1.29&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccinelle/ChangeLog?rev=1.29&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccinelle/ChangeLog?r1=1.28&r2=1.29
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v
52 retrieving revision 1.28
53 retrieving revision 1.29
54 diff -u -r1.28 -r1.29
55 --- ChangeLog 24 Apr 2013 05:58:22 -0000 1.28
56 +++ ChangeLog 30 May 2013 06:03:21 -0000 1.29
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-util/coccinelle
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.28 2013/04/24 05:58:22 radhermit Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.29 2013/05/30 06:03:21 radhermit Exp $
62 +
63 + 30 May 2013; Tim Harder <radhermit@g.o> coccinelle-1.0.0_rc17.ebuild:
64 + Add PYTHON_REQUIRED_USE for python-single-r1.
65
66 *coccinelle-1.0.0_rc17 (24 Apr 2013)