Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/newt: ChangeLog newt-0.52.15.ebuild
Date: Sun, 30 Jun 2013 13:48:04
Message-Id: 20130630134801.7CC2B2171C@flycatcher.gentoo.org
1 jlec 13/06/30 13:48:01
2
3 Modified: ChangeLog newt-0.52.15.ebuild
4 Log:
5 dev-libs/newt: Fix python deps
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.84 dev-libs/newt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 29 May 2013 15:32:40 -0000 1.83
23 +++ ChangeLog 30 Jun 2013 13:48:01 -0000 1.84
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/newt
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.83 2013/05/29 15:32:40 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.84 2013/06/30 13:48:01 jlec Exp $
29 +
30 + 30 Jun 2013; Justin Lecher <jlec@g.o> newt-0.52.15.ebuild:
31 + Fix python deps
32
33 29 May 2013; Justin Lecher <jlec@g.o> newt-0.52.15.ebuild,
34 metadata.xml:
35
36
37
38 1.3 dev-libs/newt/newt-0.52.15.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?r1=1.2&r2=1.3
43
44 Index: newt-0.52.15.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- newt-0.52.15.ebuild 29 May 2013 15:32:40 -0000 1.2
51 +++ newt-0.52.15.ebuild 30 Jun 2013 13:48:01 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.2 2013/05/29 15:32:40 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.3 2013/06/30 13:48:01 jlec Exp $
57
58 EAPI="5"
59
60 @@ -19,15 +19,14 @@
61
62 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
63
64 -RDEPEND="
65 +RDEPEND="${PYTHON_DEPS}
66 >=dev-libs/popt-1.6
67 =sys-libs/slang-2*
68 elibc_uclibc? ( sys-libs/ncurses )
69 gpm? ( sys-libs/gpm )
70 tcl? ( >=dev-lang/tcl-8.5 )
71 "
72 -DEPEND="${RDEPEND}
73 - ${PYTHON_DEPS}"
74 +DEPEND="${RDEPEND}"
75
76 src_prepare() {
77 # bug 73850