Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xsri: xsri-2.1.0.ebuild xsri-2.1.0-r1.ebuild ChangeLog
Date: Tue, 06 May 2008 13:41:14
Message-Id: E1JtNPp-0003nI-Ax@stork.gentoo.org
1 drac 08/05/06 13:41:09
2
3 Modified: xsri-2.1.0.ebuild xsri-2.1.0-r1.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.6 x11-misc/xsri/xsri-2.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild?r1=1.5&r2=1.6
14
15 Index: xsri-2.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xsri-2.1.0.ebuild 2 Aug 2007 13:40:10 -0000 1.5
22 +++ xsri-2.1.0.ebuild 6 May 2008 13:41:08 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild,v 1.5 2007/08/02 13:40:10 uberlord Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild,v 1.6 2008/05/06 13:41:08 drac Exp $
29
30 inherit base rpm
31
32 @@ -13,7 +13,8 @@
33 KEYWORDS="x86 ~x86-fbsd"
34 IUSE=""
35
36 -DEPEND="=x11-libs/gtk+-2*
37 +RDEPEND="=x11-libs/gtk+-2*"
38 +DEPEND="${RDEPEND}
39 dev-util/pkgconfig"
40
41 src_install() {
42
43
44
45 1.6 x11-misc/xsri/xsri-2.1.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild?r1=1.5&r2=1.6
50
51 Index: xsri-2.1.0-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- xsri-2.1.0-r1.ebuild 2 Aug 2007 13:40:10 -0000 1.5
58 +++ xsri-2.1.0-r1.ebuild 6 May 2008 13:41:08 -0000 1.6
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.5 2007/08/02 13:40:10 uberlord Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.6 2008/05/06 13:41:08 drac Exp $
65
66 inherit base rpm
67
68 @@ -13,7 +13,8 @@
69 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
70 IUSE=""
71
72 -DEPEND="=x11-libs/gtk+-2*
73 +RDEPEND="=x11-libs/gtk+-2*"
74 +DEPEND="${RDEPEND}
75 dev-util/pkgconfig"
76
77 src_install() {
78
79
80
81 1.10 x11-misc/xsri/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/ChangeLog?rev=1.10&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/ChangeLog?rev=1.10&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsri/ChangeLog?r1=1.9&r2=1.10
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v
90 retrieving revision 1.9
91 retrieving revision 1.10
92 diff -u -r1.9 -r1.10
93 --- ChangeLog 2 Aug 2007 13:40:10 -0000 1.9
94 +++ ChangeLog 6 May 2008 13:41:08 -0000 1.10
95 @@ -1,6 +1,10 @@
96 # ChangeLog for x11-misc/xsri
97 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.9 2007/08/02 13:40:10 uberlord Exp $
99 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.10 2008/05/06 13:41:08 drac Exp $
101 +
102 + 06 May 2008; Samuli Suominen <drac@g.o> xsri-2.1.0.ebuild,
103 + xsri-2.1.0-r1.ebuild:
104 + Move pkgconfig to DEPEND wrt #217278.
105
106 02 Aug 2007; Roy Marples <uberlord@g.o> xsri-2.1.0.ebuild,
107 xsri-2.1.0-r1.ebuild:
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list