Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/gnomeicu: gnomeicu-0.99.12.ebuild gnomeicu-0.99.14.ebuild ChangeLog
Date: Sat, 12 Jan 2008 17:48:17
Message-Id: E1JDkSs-0000x7-5W@stork.gentoo.org
1 tester 08/01/12 17:48:14
2
3 Modified: gnomeicu-0.99.12.ebuild gnomeicu-0.99.14.ebuild
4 ChangeLog
5 Log:
6 Fix deps, bug #205501
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.8 net-im/gnomeicu/gnomeicu-0.99.12.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild?r1=1.7&r2=1.8
15
16 Index: gnomeicu-0.99.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gnomeicu-0.99.12.ebuild 1 Sep 2007 12:58:53 -0000 1.7
23 +++ gnomeicu-0.99.12.ebuild 12 Jan 2008 17:48:13 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.7 2007/09/01 12:58:53 yoswink Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.8 2008/01/12 17:48:13 tester Exp $
30
31 inherit gnome2
32
33 @@ -12,25 +12,28 @@
34 LICENSE="GPL-2"
35 KEYWORDS="alpha amd64 ppc sparc x86"
36
37 -DEPEND=">=x11-libs/gtk+-2.10.0
38 +RDEPEND=">=x11-libs/gtk+-2.10.0
39 >=dev-libs/libxml2-2.4.23
40 >=gnome-base/libgnome-2.0.0
41 >=gnome-base/libgnomeui-2.0.0
42 >=sys-libs/gdbm-1.8.0
43 >=gnome-base/libglade-2.0.0
44 >=app-text/scrollkeeper-0.3.5
45 - >=dev-util/pkgconfig-0.12.0
46 - >=dev-util/intltool-0.22
47 >=gnome-base/gconf-2.0
48 sys-devel/gettext
49 spell? ( >=app-text/gtkspell-2.0.4 )
50 x11-libs/libXScrnSaver"
51
52 +DEPEND="${RDEPEND}
53 + >=dev-util/pkgconfig-0.12.0
54 + >=dev-util/intltool-0.22
55 + x11-proto/scrnsaverproto"
56 +
57 IUSE="spell"
58
59 src_unpack () {
60 unpack ${A}
61 - gnome2_omf_fix ${S}/doc/C/Makefile.in ${S}/doc/omf.make ${S}/doc/uk/Makefile.in
62 + gnome2_omf_fix "${S}/doc/C/Makefile.in" "${S}/doc/omf.make" "${S}/doc/uk/Makefile.in"
63 }
64
65 src_configure() {
66
67
68
69 1.2 net-im/gnomeicu/gnomeicu-0.99.14.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild?rev=1.2&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild?rev=1.2&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild?r1=1.1&r2=1.2
74
75 Index: gnomeicu-0.99.14.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild,v
78 retrieving revision 1.1
79 retrieving revision 1.2
80 diff -u -r1.1 -r1.2
81 --- gnomeicu-0.99.14.ebuild 3 Nov 2007 19:36:34 -0000 1.1
82 +++ gnomeicu-0.99.14.ebuild 12 Jan 2008 17:48:13 -0000 1.2
83 @@ -1,6 +1,6 @@
84 -# Copyright 1999-2007 Gentoo Foundation
85 +# Copyright 1999-2008 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild,v 1.1 2007/11/03 19:36:34 tester Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild,v 1.2 2008/01/12 17:48:13 tester Exp $
89
90 inherit gnome2
91
92 @@ -12,25 +12,28 @@
93 LICENSE="GPL-2"
94 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
95
96 -DEPEND=">=x11-libs/gtk+-2.10.0
97 +RDEPEND=">=x11-libs/gtk+-2.10.0
98 >=dev-libs/libxml2-2.4.23
99 >=gnome-base/libgnome-2.0.0
100 >=gnome-base/libgnomeui-2.0.0
101 >=sys-libs/gdbm-1.8.0
102 >=gnome-base/libglade-2.0.0
103 >=app-text/scrollkeeper-0.3.5
104 - >=dev-util/pkgconfig-0.12.0
105 - >=dev-util/intltool-0.22
106 >=gnome-base/gconf-2.0
107 sys-devel/gettext
108 spell? ( >=app-text/gtkspell-2.0.4 )
109 x11-libs/libXScrnSaver"
110
111 +DEPEND="${RDEPEND}
112 + >=dev-util/pkgconfig-0.12.0
113 + >=dev-util/intltool-0.22
114 + x11-proto/scrnsaverproto"
115 +
116 IUSE="spell"
117
118 src_unpack () {
119 unpack ${A}
120 - gnome2_omf_fix ${S}/doc/C/Makefile.in ${S}/doc/omf.make ${S}/doc/uk/Makefile.in
121 + gnome2_omf_fix "${S}/doc/C/Makefile.in" "${S}/doc/omf.make" "${S}/doc/uk/Makefile.in"
122 }
123
124 src_configure() {
125
126
127
128 1.49 net-im/gnomeicu/ChangeLog
129
130 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/ChangeLog?rev=1.49&view=markup
131 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/ChangeLog?rev=1.49&content-type=text/plain
132 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/ChangeLog?r1=1.48&r2=1.49
133
134 Index: ChangeLog
135 ===================================================================
136 RCS file: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v
137 retrieving revision 1.48
138 retrieving revision 1.49
139 diff -u -r1.48 -r1.49
140 --- ChangeLog 3 Nov 2007 19:36:34 -0000 1.48
141 +++ ChangeLog 12 Jan 2008 17:48:13 -0000 1.49
142 @@ -1,6 +1,10 @@
143 # ChangeLog for net-im/gnomeicu
144 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
145 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.48 2007/11/03 19:36:34 tester Exp $
146 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
147 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.49 2008/01/12 17:48:13 tester Exp $
148 +
149 + 12 Jan 2008; Olivier CrĂȘte <tester@g.o> gnomeicu-0.99.12.ebuild,
150 + gnomeicu-0.99.14.ebuild:
151 + Fix deps, bug #205501
152
153 *gnomeicu-0.99.14 (03 Nov 2007)
154
155
156
157
158 --
159 gentoo-commits@l.g.o mailing list