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/ninja-ide: ninja-ide-2.1.1-r1.ebuild ChangeLog
Date: Mon, 29 Oct 2012 16:36:46
Message-Id: 20121029163635.E568B21600@flycatcher.gentoo.org
1 mgorny 12/10/29 16:36:35
2
3 Modified: ninja-ide-2.1.1-r1.ebuild ChangeLog
4 Log:
5 Use virtual for argparse.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
8
9 Revision Changes Path
10 1.2 dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: ninja-ide-2.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ninja-ide-2.1.1-r1.ebuild 10 Oct 2012 14:37:28 -0000 1.1
23 +++ ninja-ide-2.1.1-r1.ebuild 29 Oct 2012 16:36:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild,v 1.1 2012/10/10 14:37:28 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild,v 1.2 2012/10/29 16:36:35 mgorny Exp $
29
30 # XXX: tests
31
32 @@ -21,9 +21,9 @@
33
34 RDEPEND="
35 dev-python/PyQt4[webkit]
36 - dev-python/argparse
37 dev-python/simplejson
38 - dev-python/pyinotify"
39 + dev-python/pyinotify
40 + virtual/python-argparse"
41 DEPEND="${RDEPEND}"
42
43 python_prepare_all() {
44
45
46
47 1.4 dev-util/ninja-ide/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja-ide/ChangeLog?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja-ide/ChangeLog?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja-ide/ChangeLog?r1=1.3&r2=1.4
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- ChangeLog 10 Oct 2012 14:37:28 -0000 1.3
60 +++ ChangeLog 29 Oct 2012 16:36:35 -0000 1.4
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-util/ninja-ide
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v 1.3 2012/10/10 14:37:28 hasufell Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v 1.4 2012/10/29 16:36:35 mgorny Exp $
66 +
67 + 29 Oct 2012; Michał Górny <mgorny@g.o> ninja-ide-2.1.1-r1.ebuild:
68 + Use virtual for argparse.
69
70 *ninja-ide-2.1.1-r1 (10 Oct 2012)
71
72 @@ -16,4 +19,3 @@
73 09 Oct 2012; Julian Ospald <hasufell@g.o> +ninja-ide-2.1.1.ebuild,
74 +files/ninja-ide-2.1.1-lang.patch, +metadata.xml:
75 initial import with Aaron Burnett wrt #436834
76 -