Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/coccigrep: coccigrep-1.9.ebuild coccigrep-1.10.ebuild coccigrep-1.11.ebuild coccigrep-1.8.ebuild ChangeLog
Date: Mon, 29 Oct 2012 16:35:10
Message-Id: 20121029163459.C61CF21600@flycatcher.gentoo.org
1 mgorny 12/10/29 16:34:59
2
3 Modified: coccigrep-1.9.ebuild coccigrep-1.10.ebuild
4 coccigrep-1.11.ebuild coccigrep-1.8.ebuild
5 ChangeLog
6 Log:
7 Use virtual for argparse.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
10
11 Revision Changes Path
12 1.2 dev-util/coccigrep/coccigrep-1.9.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.9.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.9.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.9.ebuild?r1=1.1&r2=1.2
17
18 Index: coccigrep-1.9.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.9.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- coccigrep-1.9.ebuild 1 Aug 2012 07:13:36 -0000 1.1
25 +++ coccigrep-1.9.ebuild 29 Oct 2012 16:34:59 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.9.ebuild,v 1.1 2012/08/01 07:13:36 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.9.ebuild,v 1.2 2012/10/29 16:34:59 mgorny Exp $
31
32 EAPI=4
33 PYTHON_DEPEND="2"
34 @@ -17,7 +17,7 @@
35 IUSE="doc emacs vim"
36
37 RDEPEND="dev-util/coccinelle[python]
38 - || ( dev-lang/python:2.7 dev-python/argparse )
39 + virtual/python-argparse
40 emacs? ( virtual/emacs )
41 vim? ( || ( app-editors/vim app-editors/gvim ) )"
42 DEPEND="doc? ( dev-python/sphinx )
43
44
45
46 1.2 dev-util/coccigrep/coccigrep-1.10.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.10.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.10.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.10.ebuild?r1=1.1&r2=1.2
51
52 Index: coccigrep-1.10.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.10.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- coccigrep-1.10.ebuild 1 Sep 2012 07:27:08 -0000 1.1
59 +++ coccigrep-1.10.ebuild 29 Oct 2012 16:34:59 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.10.ebuild,v 1.1 2012/09/01 07:27:08 radhermit Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.10.ebuild,v 1.2 2012/10/29 16:34:59 mgorny Exp $
65
66 EAPI=4
67 PYTHON_DEPEND="2"
68 @@ -17,7 +17,7 @@
69 IUSE="doc emacs vim"
70
71 RDEPEND="dev-util/coccinelle[python]
72 - || ( dev-lang/python:2.7 dev-python/argparse )
73 + virtual/python-argparse
74 emacs? ( virtual/emacs )
75 vim? ( || ( app-editors/vim app-editors/gvim ) )"
76 DEPEND="doc? ( dev-python/sphinx )
77
78
79
80 1.2 dev-util/coccigrep/coccigrep-1.11.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.11.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.11.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.11.ebuild?r1=1.1&r2=1.2
85
86 Index: coccigrep-1.11.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.11.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- coccigrep-1.11.ebuild 11 Sep 2012 17:10:04 -0000 1.1
93 +++ coccigrep-1.11.ebuild 29 Oct 2012 16:34:59 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.11.ebuild,v 1.1 2012/09/11 17:10:04 radhermit Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.11.ebuild,v 1.2 2012/10/29 16:34:59 mgorny Exp $
99
100 EAPI=4
101 PYTHON_DEPEND="2"
102 @@ -17,7 +17,7 @@
103 IUSE="doc emacs vim"
104
105 RDEPEND="dev-util/coccinelle[python]
106 - || ( dev-lang/python:2.7 dev-python/argparse )
107 + virtual/python-argparse
108 emacs? ( virtual/emacs )
109 vim? ( || ( app-editors/vim app-editors/gvim ) )"
110 DEPEND="doc? ( dev-python/sphinx )
111
112
113
114 1.3 dev-util/coccigrep/coccigrep-1.8.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild?r1=1.2&r2=1.3
119
120 Index: coccigrep-1.8.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -u -r1.2 -r1.3
126 --- coccigrep-1.8.ebuild 24 Mar 2012 06:39:17 -0000 1.2
127 +++ coccigrep-1.8.ebuild 29 Oct 2012 16:34:59 -0000 1.3
128 @@ -1,6 +1,6 @@
129 # Copyright 1999-2012 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild,v 1.2 2012/03/24 06:39:17 radhermit Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild,v 1.3 2012/10/29 16:34:59 mgorny Exp $
133
134 EAPI=4
135 PYTHON_DEPEND="2"
136 @@ -17,7 +17,7 @@
137 IUSE="doc emacs vim"
138
139 RDEPEND="dev-util/coccinelle[python]
140 - || ( dev-lang/python:2.7 dev-python/argparse )
141 + virtual/python-argparse
142 emacs? ( virtual/emacs )
143 vim? ( || ( app-editors/vim app-editors/gvim ) )"
144 DEPEND="doc? ( dev-python/sphinx )
145
146
147
148 1.12 dev-util/coccigrep/ChangeLog
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/ChangeLog?rev=1.12&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/ChangeLog?rev=1.12&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/ChangeLog?r1=1.11&r2=1.12
153
154 Index: ChangeLog
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v
157 retrieving revision 1.11
158 retrieving revision 1.12
159 diff -u -r1.11 -r1.12
160 --- ChangeLog 11 Sep 2012 17:10:04 -0000 1.11
161 +++ ChangeLog 29 Oct 2012 16:34:59 -0000 1.12
162 @@ -1,6 +1,10 @@
163 # ChangeLog for dev-util/coccigrep
164 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.11 2012/09/11 17:10:04 radhermit Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.12 2012/10/29 16:34:59 mgorny Exp $
167 +
168 + 29 Oct 2012; Michał Górny <mgorny@g.o> coccigrep-1.10.ebuild,
169 + coccigrep-1.11.ebuild, coccigrep-1.8.ebuild, coccigrep-1.9.ebuild:
170 + Use virtual for argparse.
171
172 *coccigrep-1.11 (11 Sep 2012)
173
174 @@ -51,4 +55,3 @@
175 04 Nov 2011; Tim Harder <radhermit@g.o> +files/50-coccigrep-gentoo.el,
176 +coccigrep-1.5.ebuild, +metadata.xml:
177 Initial import.
178 -