Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-2.6.8.ebuild glade-2.12.1.ebuild
Date: Sun, 16 Sep 2007 22:23:15
Message-Id: E1IX2Ox-00027Q-Ra@stork.gentoo.org
1 eva 07/09/16 22:15:39
2
3 Modified: ChangeLog glade-2.6.8.ebuild glade-2.12.1.ebuild
4 Log:
5 change gnomedb USE to libgda
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.79 dev-util/glade/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.79&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.79&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.78&r2=1.79
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
18 retrieving revision 1.78
19 retrieving revision 1.79
20 diff -u -r1.78 -r1.79
21 --- ChangeLog 11 Aug 2007 15:05:47 -0000 1.78
22 +++ ChangeLog 16 Sep 2007 22:15:39 -0000 1.79
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/glade
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.78 2007/08/11 15:05:47 ticho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.79 2007/09/16 22:15:39 eva Exp $
28 +
29 + 16 Sep 2007; Gilles Dartiguelongue <eva@g.o> glade-2.6.8.ebuild,
30 + glade-2.12.1.ebuild:
31 + changed gnomedb USE to libgda
32
33 11 Aug 2007; Andrej Kacian <ticho@g.o> glade-3.2.2.ebuild:
34 Stable on x86, bug #185823.
35
36
37
38 1.12 dev-util/glade/glade-2.6.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild?r1=1.11&r2=1.12
43
44 Index: glade-2.6.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- glade-2.6.8.ebuild 24 Jun 2007 09:15:27 -0000 1.11
51 +++ glade-2.6.8.ebuild 16 Sep 2007 22:15:39 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v 1.11 2007/06/24 09:15:27 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v 1.12 2007/09/16 22:15:39 eva Exp $
57
58 inherit eutils gnome2
59
60 @@ -10,14 +10,14 @@
61 LICENSE="GPL-2"
62 SLOT="2"
63 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
64 -IUSE="gnome gnomedb"
65 +IUSE="gnome libgda"
66
67 RDEPEND=">=x11-libs/gtk+-2.4
68 >=dev-libs/libxml2-2.4.1
69 gnome? ( >=gnome-base/libgnomeui-2.6.0
70 >=gnome-base/libgnomecanvas-2.0.0
71 >=gnome-base/libbonoboui-2.0.0 )
72 - gnomedb? ( =gnome-extra/libgnomedb-1*
73 + libgda? ( =gnome-extra/libgnomedb-1*
74 =gnome-extra/libgda-1* )"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 @@ -25,18 +25,20 @@
78 >=app-text/scrollkeeper-0.3.10
79 >=dev-util/intltool-0.30"
80
81 +DOCS="AUTHORS FAQ INSTALL NEWS README TODO"
82 +USE_DESTDIR="1"
83 +
84 src_unpack() {
85 - unpack ${A}
86 - # this patch fixes potential potential issues
87 + gnome2_src_unpack
88 +
89 + # this patch fixes potential issues
90 # with scrollkeeper. speeds up unnecessary scroll generation
91 - cd ${S}
92 epatch ${FILESDIR}/${PN}-2.0.0-scrollkeeper.patch
93 }
94
95 -G2CONF="${G2CONF} `use_enable gnome` `use_enable gnomedb gnome-db`"
96 -
97 -DOCS="AUTHORS FAQ INSTALL NEWS README TODO"
98 -USE_DESTDIR="1"
99 +pkg_config() {
100 + G2CONF="${G2CONF} $(use_enable gnome) $(use_enable libgda gnome-db)"
101 +}
102
103 src_install() {
104
105
106
107
108 1.10 dev-util/glade/glade-2.12.1.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild?rev=1.10&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild?rev=1.10&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild?r1=1.9&r2=1.10
113
114 Index: glade-2.12.1.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild,v
117 retrieving revision 1.9
118 retrieving revision 1.10
119 diff -u -r1.9 -r1.10
120 --- glade-2.12.1.ebuild 12 Jul 2007 01:05:42 -0000 1.9
121 +++ glade-2.12.1.ebuild 16 Sep 2007 22:15:39 -0000 1.10
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2007 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild,v 1.9 2007/07/12 01:05:42 mr_bones_ Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild,v 1.10 2007/09/16 22:15:39 eva Exp $
127
128 inherit gnome2
129
130 @@ -11,7 +11,7 @@
131 SLOT="2"
132 KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
133 IUSE="accessibility gnome"
134 -# gnomedb
135 +# libgda
136
137 RDEPEND=">=dev-libs/libxml2-2.4.1
138 >=x11-libs/gtk+-2.8
139 @@ -20,7 +20,7 @@
140 >=gnome-base/libgnomecanvas-2
141 >=gnome-base/libbonoboui-2
142 accessibility? ( gnome-extra/libgail-gnome ) )"
143 -# gnomedb? (
144 +# libgda? (
145 # =gnome-extra/libgnomedb-1*
146 # =gnome-extra/libgda-1* )"
147
148 @@ -35,10 +35,5 @@
149
150 pkg_setup() {
151 G2CONF="$(use_enable gnome)"
152 - # $(use_enable gnomedb gnome-db)"
153 -}
154 -
155 -src_unpack() {
156 - unpack ${A}
157 - gnome2_omf_fix
158 + # $(use_enable libgda gnome-db)"
159 }
160
161
162
163 --
164 gentoo-commits@g.o mailing list