Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/nml: nml-0.2.4.ebuild ChangeLog nml-0.2.3.ebuild
Date: Sat, 29 Dec 2012 16:31:26
Message-Id: 20121229163115.0A55C2171D@flycatcher.gentoo.org
1 pinkbyte 12/12/29 16:31:14
2
3 Modified: nml-0.2.4.ebuild ChangeLog nml-0.2.3.ebuild
4 Log:
5 Add dev-python/setuptools as dependency, wrt bug #449052. Thanks to Tuomo Hartikainen for discovering this issue
6
7 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 games-util/nml/nml-0.2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.4.ebuild?r1=1.1&r2=1.2
15
16 Index: nml-0.2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nml-0.2.4.ebuild 1 Nov 2012 19:53:37 -0000 1.1
23 +++ nml-0.2.4.ebuild 29 Dec 2012 16:31:14 -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/games-util/nml/nml-0.2.4.ebuild,v 1.1 2012/11/01 19:53:37 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4.ebuild,v 1.2 2012/12/29 16:31:14 pinkbyte Exp $
29
30 EAPI=4
31 PYTHON_DEPEND="2:2.5"
32 @@ -17,7 +17,8 @@
33
34 RDEPEND="dev-python/imaging
35 dev-python/ply"
36 -DEPEND=${RDEPEND}
37 +DEPEND="${RDEPEND}
38 + dev-python/setuptools"
39
40 DOCS="docs/changelog.txt docs/readme.txt"
41
42
43
44
45 1.9 games-util/nml/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?r1=1.8&r2=1.9
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- ChangeLog 1 Nov 2012 19:53:37 -0000 1.8
58 +++ ChangeLog 29 Dec 2012 16:31:14 -0000 1.9
59 @@ -1,6 +1,11 @@
60 # ChangeLog for games-util/nml
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.8 2012/11/01 19:53:37 mr_bones_ Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.9 2012/12/29 16:31:14 pinkbyte Exp $
64 +
65 + 29 Dec 2012; Sergey Popov <pinkbyte@g.o> nml-0.2.3.ebuild,
66 + nml-0.2.4.ebuild:
67 + Add dev-python/setuptools as dependency, wrt bug #449052. Thanks to Tuomo
68 + Hartikainen for discovering this issue
69
70 *nml-0.2.4 (01 Nov 2012)
71
72
73
74
75 1.8 games-util/nml/nml-0.2.3.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.3.ebuild?rev=1.8&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.3.ebuild?rev=1.8&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.3.ebuild?r1=1.7&r2=1.8
80
81 Index: nml-0.2.3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v
84 retrieving revision 1.7
85 retrieving revision 1.8
86 diff -u -r1.7 -r1.8
87 --- nml-0.2.3.ebuild 27 Jun 2012 17:41:22 -0000 1.7
88 +++ nml-0.2.3.ebuild 29 Dec 2012 16:31:14 -0000 1.8
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.7 2012/06/27 17:41:22 maekke Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.8 2012/12/29 16:31:14 pinkbyte Exp $
94
95 EAPI=4
96 PYTHON_DEPEND="2:2.5"
97 @@ -17,7 +17,8 @@
98
99 RDEPEND="dev-python/imaging
100 dev-python/ply"
101 -DEPEND=${RDEPEND}
102 +DEPEND="${RDEPEND}
103 + dev-python/setuptools"
104
105 DOCS="docs/changelog.txt docs/readme.txt"