Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: ChangeLog libgda-4.2.10.ebuild libgda-4.2.7.ebuild libgda-4.99.4.ebuild
Date: Tue, 01 Nov 2011 11:29:45
Message-Id: 20111101112934.A98742004B@flycatcher.gentoo.org
1 pacho 11/11/01 11:29:34
2
3 Modified: ChangeLog
4 Added: libgda-4.2.10.ebuild
5 Removed: libgda-4.2.7.ebuild libgda-4.99.4.ebuild
6 Log:
7 Version bump, drop fix-build-order patch as it seems to be no longer needed and breaks things (bug #341365 by Mark Purtill and Robert Bradbury). Drop old.
8
9 (Portage version: 2.1.10.32/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.185 gnome-extra/libgda/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.185&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.185&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.184&r2=1.185
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
21 retrieving revision 1.184
22 retrieving revision 1.185
23 diff -u -r1.184 -r1.185
24 --- ChangeLog 30 Oct 2011 16:23:25 -0000 1.184
25 +++ ChangeLog 1 Nov 2011 11:29:34 -0000 1.185
26 @@ -1,6 +1,14 @@
27 # ChangeLog for gnome-extra/libgda
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.184 2011/10/30 16:23:25 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.185 2011/11/01 11:29:34 pacho Exp $
31 +
32 +*libgda-4.2.10 (01 Nov 2011)
33 +
34 + 01 Nov 2011; Pacho Ramos <pacho@g.o> -libgda-4.2.7.ebuild,
35 + +libgda-4.2.10.ebuild, -libgda-4.99.4.ebuild:
36 + Version bump, drop fix-build-order patch as it seems to be no longer needed
37 + and breaks things (bug #341365 by Mark Purtill and Robert Bradbury). Drop
38 + old.
39
40 30 Oct 2011; Raúl Porcel <armin76@g.o> libgda-4.2.9.ebuild:
41 alpha/ia64/sparc stable wrt #385699
42
43
44
45 1.1 gnome-extra/libgda/libgda-4.2.10.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.10.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.10.ebuild?rev=1.1&content-type=text/plain
49
50 Index: libgda-4.2.10.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.10.ebuild,v 1.1 2011/11/01 11:29:34 pacho Exp $
55
56 EAPI="4"
57 GCONF_DEBUG="yes"
58 GNOME2_LA_PUNT="yes"
59
60 inherit db-use eutils flag-o-matic gnome2 java-pkg-opt-2
61
62 DESCRIPTION="Gnome Database Access Library"
63 HOMEPAGE="http://www.gnome-db.org/"
64 LICENSE="GPL-2 LGPL-2"
65
66 # MDB support currently works with CVS only, so disable it in the meantime
67 # and use libgda:5 for that support then
68 #
69 # vala support doesn't build, see upstream bug #663153
70 IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json ldap mysql oci8 postgres sourceview ssl"
71 # vala
72
73 SLOT="4"
74 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
75
76 RDEPEND="
77 app-text/iso-codes
78 >=dev-libs/glib-2.16:2
79 >=dev-libs/libxml2-2:2
80 dev-libs/libxslt
81 dev-libs/libunique:1
82 sys-libs/readline
83 sys-libs/ncurses
84 >=dev-db/sqlite-3.6.22:3
85 berkdb? ( sys-libs/db )
86 !bindist? ( firebird? ( dev-db/firebird ) )
87 gtk? (
88 || ( >=x11-libs/gtk+-2.12:2 x11-libs/gdk-pixbuf:2 )
89 canvas? ( x11-libs/goocanvas:0 )
90 sourceview? ( x11-libs/gtksourceview:2.0 )
91 graphviz? ( media-gfx/graphviz )
92 )
93 gnome-keyring? ( gnome-base/libgnome-keyring )
94 http? ( >=net-libs/libsoup-2.24:2.4 )
95 introspection? ( >=dev-libs/gobject-introspection-0.6.5 )
96 json? ( dev-libs/json-glib )
97 ldap? ( net-nds/openldap )
98 mysql? ( virtual/mysql )
99 postgres? ( dev-db/postgresql-base )
100 ssl? ( dev-libs/openssl )"
101 # vala? ( >=dev-lang/vala-0.14:0.14 )
102 # mdb? ( >app-office/mdbtools-0.5 )
103
104 DEPEND="${RDEPEND}
105 >=dev-util/pkgconfig-0.18
106 >=dev-util/intltool-0.35.5
107 >=app-text/gnome-doc-utils-0.9
108 >=dev-util/gtk-doc-am-1
109 doc? ( >=dev-util/gtk-doc-1 )"
110
111 # Tests are not really good
112 RESTRICT="test"
113
114 pkg_setup() {
115 DOCS="AUTHORS ChangeLog NEWS README"
116
117 if use canvas || use graphviz || use sourceview; then
118 if ! use gtk; then
119 ewarn "You must enable USE=gtk to make use of canvas, graphivz or sourceview USE flag."
120 ewarn "Disabling for now."
121 G2CONF="${G2CONF} --without-goocanvas --without-graphivz --without-gtksourceview"
122 else
123 G2CONF="${G2CONF}
124 $(use_with canvas goocanvas)
125 $(use_with graphviz)
126 $(use_with sourceview gtksourceview)"
127 fi
128 fi
129
130 G2CONF="${G2CONF}
131 --with-unique
132 --disable-scrollkeeper
133 --disable-static
134 --enable-system-sqlite
135 $(use_with berkdb bdb /usr)
136 $(use_with gnome-keyring)
137 $(use_with gtk ui)
138 $(use_with http libsoup)
139 $(use_enable introspection)
140 $(use_enable introspection gda-gi)
141 $(use_enable introspection gdaui-gi)
142 $(use_with java java $JAVA_HOME)
143 $(use_enable json)
144 $(use_with ldap)
145 $(use_with mysql mysql /usr)
146 $(use_with postgres postgres /usr)
147 $(use_enable ssl crypto)
148 --disable-vala
149 --without-mdb"
150 # VALAC=$(type -p valac-0.14)"
151 # $(use_with mdb mdb /usr)
152
153 if use bindist; then
154 # firebird license is not GPL compatible
155 G2CONF="${G2CONF} --without-firebird"
156 else
157 G2CONF="${G2CONF} $(use_with firebird firebird /usr)"
158 fi
159
160 use berkdb && append-cppflags "-I$(db_includedir)"
161 use oci8 || G2CONF="${G2CONF} --without-oracle"
162
163 # Not in portage
164 G2CONF="${G2CONF}
165 --disable-default-binary"
166
167 export XDG_DATA_HOME="${T}/.local"
168 }
169
170 src_prepare() {
171 gnome2_src_prepare
172
173 # Fix compilation failure of keyword_hash.c, upstream #630959
174 epatch "${FILESDIR}/${PN}-4.2.0-missing-include-in-keyword_hash-generator.patch"
175 }