Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pida: pida-0.5.1.ebuild ChangeLog
Date: Tue, 06 May 2008 16:52:08
Message-Id: E1JtQOb-0005qS-TA@stork.gentoo.org
1 drac 08/05/06 16:52:05
2
3 Modified: pida-0.5.1.ebuild ChangeLog
4 Log:
5 Move pkgconfig to DEPEND wrt #217278.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.4 dev-util/pida/pida-0.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild?r1=1.3&r2=1.4
14
15 Index: pida-0.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pida-0.5.1.ebuild 19 Jan 2008 12:53:28 -0000 1.3
22 +++ pida-0.5.1.ebuild 6 May 2008 16:52:05 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.3 2008/01/19 12:53:28 welp Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.4 2008/05/06 16:52:05 drac Exp $
28
29 NEED_PYTHON=2.4
30
31 @@ -16,15 +16,16 @@
32 KEYWORDS="~amd64 ~ppc64 ~x86"
33 IUSE="gnome"
34
35 -DEPEND=">=dev-python/pygtk-2.8
36 +RDEPEND=">=dev-python/pygtk-2.8
37 >=dev-python/setuptools-0.6_rc3
38 dev-python/gnome-python
39 gnome? ( >=dev-python/gnome-python-extras-2.14.0-r1 )
40 >=x11-libs/vte-0.11.11-r2
41 >=dev-python/kiwi-1.9.1
42 - >=dev-util/pkgconfig-0.22"
43 -RDEPEND="${DEPEND}
44 >=app-editors/gvim-6.3"
45 +DEPEND="${RDEPEND}
46 + dev-util/pkgconfig"
47 +
48 S=${WORKDIR}/${MY_P}
49
50 pkg_setup() {
51
52
53
54 1.17 dev-util/pida/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/ChangeLog?rev=1.17&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/ChangeLog?rev=1.17&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/ChangeLog?r1=1.16&r2=1.17
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v
63 retrieving revision 1.16
64 retrieving revision 1.17
65 diff -u -r1.16 -r1.17
66 --- ChangeLog 19 Jan 2008 12:53:28 -0000 1.16
67 +++ ChangeLog 6 May 2008 16:52:05 -0000 1.17
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-util/pida
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.16 2008/01/19 12:53:28 welp Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.17 2008/05/06 16:52:05 drac Exp $
73 +
74 + 06 May 2008; Samuli Suominen <drac@g.o> pida-0.5.1.ebuild:
75 + Move pkgconfig to DEPEND wrt #217278.
76
77 19 Jan 2008; <welp@g.o> pida-0.5.1.ebuild:
78 Add pkgconfig dep; bug 206248
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list