* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2010-12-04 11:15 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2010-12-04 11:15 UTC (permalink / raw
To: gentoo-commits
pacho 10/12/04 11:15:20
Modified: ChangeLog
Added: libgda-4.2.2.ebuild
Log:
Version bump with bugfixes and translation updates, removes old DB providers.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.154 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.153&r2=1.154
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog 1 Nov 2010 12:18:13 -0000 1.153
+++ ChangeLog 4 Dec 2010 11:15:20 -0000 1.154
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.153 2010/11/01 12:18:13 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.154 2010/12/04 11:15:20 pacho Exp $
+
+*libgda-4.2.2 (04 Dec 2010)
+
+ 04 Dec 2010; Pacho Ramos <pacho@gentoo.org> +libgda-4.2.2.ebuild,
+ +files/libgda-4.2.2-fix-build-order.patch:
+ Version bump with bugfixes and translation updates, removes old DB providers.
01 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> -libgda-4.1.0.ebuild,
libgda-4.2.0.ebuild:
1.1 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.1&content-type=text/plain
Index: libgda-4.2.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.1 2010/12/04 11:15:20 pacho Exp $
EAPI="3"
inherit autotools db-use eutils flag-o-matic gnome2 java-pkg-opt-2
DESCRIPTION="Gnome Database Access Library"
HOMEPAGE="http://www.gnome-db.org/"
LICENSE="GPL-2 LGPL-2"
# MDB support currently works with CVS only, so disable it in the meantime
IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json mysql oci8 postgres sourceview ssl"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
# FIXME: sqlite is automagic, but maybe it is a hard-dep
# FIXME: autoconf is a hell of inconsistencies
RDEPEND="
app-text/iso-codes
>=dev-libs/glib-2.16
>=dev-libs/libxml2-2
dev-libs/libxslt
dev-libs/libunique
sys-libs/readline
sys-libs/ncurses
berkdb? ( sys-libs/db )
!bindist? ( firebird? ( dev-db/firebird ) )
gtk? (
>=x11-libs/gtk+-2.12
canvas? ( x11-libs/goocanvas )
sourceview? ( x11-libs/gtksourceview:2.0 )
graphviz? ( media-gfx/graphviz )
)
gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )
http? ( >=net-libs/libsoup-2.24:2.4 )
introspection? ( >=dev-libs/gobject-introspection-0.6.5 )
json? ( dev-libs/json-glib )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
ssl? ( dev-libs/openssl )
>=dev-db/sqlite-3.6.22:3"
# mdb? ( >app-office/mdbtools-0.5 )
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.18
>=dev-util/intltool-0.35.5
>=app-text/gnome-doc-utils-0.9
>=dev-util/gtk-doc-am-1
doc? ( >=dev-util/gtk-doc-1 )"
# Tests are not really good
RESTRICT="test"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
if use canvas || use graphviz || use sourceview; then
if ! use gtk; then
ewarn "You must enable USE=gtk to make use of canvas, graphivz or sourceview USE flag."
ewarn "Disabling for now."
G2CONF="${G2CONF} --without-goocanvas --without-graphivz --without-gtksourceview"
else
G2CONF="${G2CONF}
$(use_with canvas goocanvas)
$(use_with graphviz)
$(use_with sourceview gtksourceview)"
fi
fi
G2CONF="${G2CONF}
--with-unique
--disable-scrollkeeper
--disable-static
--enable-system-sqlite
$(use_with berkdb bdb /usr)
$(use_with gnome-keyring)
$(use_with gtk ui)
$(use_with http libsoup)
$(use_enable introspection)
$(use_with java java $JAVA_HOME)
$(use_with mysql mysql /usr)
$(use_with postgres postgres /usr)
$(use_enable ssl crypto)
--without-mdb"
# $(use_with mdb mdb /usr)
if use bindist; then
# firebird license is not GPL compatible
G2CONF="${G2CONF} --without-firebird"
else
G2CONF="${G2CONF} $(use_with firebird firebird /usr)"
fi
use berkdb && append-cppflags "-I$(db_includedir)"
# --disable-json doesn't work, upstream bug #636439
use json && G2CONF="${G2CONF} --enable-json"
use oci8 || G2CONF="${G2CONF} --without-oracle"
# Not in portage
G2CONF="${G2CONF}
--disable-default-binary"
}
src_prepare() {
gnome2_src_prepare
# Fix build order for generated content, upstream #630958
epatch "${FILESDIR}/${PN}-4.2.2-fix-build-order.patch"
# Fix compilation failure of keyword_hash.c, upstream #630959
epatch "${FILESDIR}/${PN}-4.2.0-missing-include-in-keyword_hash-generator.patch"
intltoolize --force --copy --automake || die
eautoreconf
}
src_test() {
emake check HOME=$(unset HOME; echo "~") || die "tests failed"
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2010-12-05 18:03 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-12-05 18:03 UTC (permalink / raw
To: gentoo-commits
eva 10/12/05 18:03:22
Modified: libgda-4.2.2.ebuild ChangeLog
Log:
Pin glib/gtk+ to SLOT 2 and update test function from live ebuild.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Revision Changes Path
1.2 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?r1=1.1&r2=1.2
Index: libgda-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgda-4.2.2.ebuild 4 Dec 2010 11:15:20 -0000 1.1
+++ libgda-4.2.2.ebuild 5 Dec 2010 18:03:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.1 2010/12/04 11:15:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.2 2010/12/05 18:03:22 eva Exp $
EAPI="3"
@@ -19,7 +19,7 @@
# FIXME: autoconf is a hell of inconsistencies
RDEPEND="
app-text/iso-codes
- >=dev-libs/glib-2.16
+ >=dev-libs/glib-2.16:2
>=dev-libs/libxml2-2
dev-libs/libxslt
dev-libs/libunique
@@ -28,7 +28,7 @@
berkdb? ( sys-libs/db )
!bindist? ( firebird? ( dev-db/firebird ) )
gtk? (
- >=x11-libs/gtk+-2.12
+ >=x11-libs/gtk+-2.12:2
canvas? ( x11-libs/goocanvas )
sourceview? ( x11-libs/gtksourceview:2.0 )
graphviz? ( media-gfx/graphviz )
@@ -117,5 +117,5 @@
}
src_test() {
- emake check HOME=$(unset HOME; echo "~") || die "tests failed"
+ emake check XDG_DATA_HOME="${T}/.local" || die "tests failed"
}
1.155 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 4 Dec 2010 11:15:20 -0000 1.154
+++ ChangeLog 5 Dec 2010 18:03:22 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.154 2010/12/04 11:15:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.155 2010/12/05 18:03:22 eva Exp $
+
+ 05 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> libgda-4.2.2.ebuild:
+ Pin glib/gtk+ to SLOT 2 and update test function from live ebuild.
*libgda-4.2.2 (04 Dec 2010)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2011-02-23 23:03 Markos Chandras (hwoarang)
0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 23:03 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/23 23:03:53
Modified: libgda-4.2.2.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #353436
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.3 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?r1=1.2&r2=1.3
Index: libgda-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgda-4.2.2.ebuild 5 Dec 2010 18:03:22 -0000 1.2
+++ libgda-4.2.2.ebuild 23 Feb 2011 23:03:53 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.2 2010/12/05 18:03:22 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.3 2011/02/23 23:03:53 hwoarang Exp $
EAPI="3"
@@ -13,7 +13,7 @@
# MDB support currently works with CVS only, so disable it in the meantime
IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json mysql oci8 postgres sourceview ssl"
SLOT="4"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
# FIXME: sqlite is automagic, but maybe it is a hard-dep
# FIXME: autoconf is a hell of inconsistencies
1.157 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 23 Feb 2011 22:14:48 -0000 1.156
+++ ChangeLog 23 Feb 2011 23:03:53 -0000 1.157
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.156 2011/02/23 22:14:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.157 2011/02/23 23:03:53 hwoarang Exp $
+
+ 23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libgda-4.2.2.ebuild:
+ Stable on amd64 wrt bug 353436
*libgda-4.2.5 (23 Feb 2011)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2011-02-24 20:16 Thomas Kahle (tomka)
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 20:16 UTC (permalink / raw
To: gentoo-commits
tomka 11/02/24 20:16:28
Modified: libgda-4.2.2.ebuild ChangeLog
Log:
x86 stable per bug 353436
(Portage version: 2.1.9.40/cvs/Linux i686)
Revision Changes Path
1.4 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?r1=1.3&r2=1.4
Index: libgda-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgda-4.2.2.ebuild 23 Feb 2011 23:03:53 -0000 1.3
+++ libgda-4.2.2.ebuild 24 Feb 2011 20:16:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.3 2011/02/23 23:03:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.4 2011/02/24 20:16:28 tomka Exp $
EAPI="3"
@@ -13,7 +13,7 @@
# MDB support currently works with CVS only, so disable it in the meantime
IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json mysql oci8 postgres sourceview ssl"
SLOT="4"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
# FIXME: sqlite is automagic, but maybe it is a hard-dep
# FIXME: autoconf is a hell of inconsistencies
1.158 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.157&r2=1.158
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog 23 Feb 2011 23:03:53 -0000 1.157
+++ ChangeLog 24 Feb 2011 20:16:28 -0000 1.158
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.157 2011/02/23 23:03:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.158 2011/02/24 20:16:28 tomka Exp $
+
+ 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> libgda-4.2.2.ebuild:
+ x86 stable per bug 353436
23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libgda-4.2.2.ebuild:
Stable on amd64 wrt bug 353436
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2011-03-12 19:16 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 19:16 UTC (permalink / raw
To: gentoo-commits
armin76 11/03/12 19:16:10
Modified: libgda-4.2.2.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #353436
(Portage version: 2.1.9.41/cvs/Linux ia64)
Revision Changes Path
1.6 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?r1=1.5&r2=1.6
Index: libgda-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgda-4.2.2.ebuild 8 Mar 2011 05:21:17 -0000 1.5
+++ libgda-4.2.2.ebuild 12 Mar 2011 19:16:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.5 2011/03/08 05:21:17 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.6 2011/03/12 19:16:10 armin76 Exp $
EAPI="3"
@@ -13,7 +13,7 @@
# MDB support currently works with CVS only, so disable it in the meantime
IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json mysql oci8 postgres sourceview ssl"
SLOT="4"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
# FIXME: sqlite is automagic, but maybe it is a hard-dep
# FIXME: autoconf is a hell of inconsistencies
1.160 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.159&r2=1.160
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog 8 Mar 2011 05:21:17 -0000 1.159
+++ ChangeLog 12 Mar 2011 19:16:10 -0000 1.160
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.159 2011/03/08 05:21:17 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.160 2011/03/12 19:16:10 armin76 Exp $
+
+ 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> libgda-4.2.2.ebuild:
+ alpha/ia64/sparc stable wrt #353436
08 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
libgda-4.1.4-r1.ebuild, libgda-4.2.2.ebuild, libgda-4.2.5.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2011-03-21 20:47 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-21 20:47 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/21 20:47:04
Modified: libgda-4.2.2.ebuild ChangeLog
Log:
ppc64 stable wrt #353436
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.7 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?r1=1.6&r2=1.7
Index: libgda-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgda-4.2.2.ebuild 12 Mar 2011 19:16:10 -0000 1.6
+++ libgda-4.2.2.ebuild 21 Mar 2011 20:47:04 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.6 2011/03/12 19:16:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.7 2011/03/21 20:47:04 xarthisius Exp $
EAPI="3"
@@ -13,7 +13,7 @@
# MDB support currently works with CVS only, so disable it in the meantime
IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json mysql oci8 postgres sourceview ssl"
SLOT="4"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
# FIXME: sqlite is automagic, but maybe it is a hard-dep
# FIXME: autoconf is a hell of inconsistencies
1.161 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.160&r2=1.161
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 12 Mar 2011 19:16:10 -0000 1.160
+++ ChangeLog 21 Mar 2011 20:47:04 -0000 1.161
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.160 2011/03/12 19:16:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.161 2011/03/21 20:47:04 xarthisius Exp $
+
+ 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> libgda-4.2.2.ebuild:
+ ppc64 stable wrt #353436
12 Mar 2011; Raúl Porcel <armin76@gentoo.org> libgda-4.2.2.ebuild:
alpha/ia64/sparc stable wrt #353436
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog
@ 2011-03-22 19:30 Brent Baude (ranger)
0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 19:30 UTC (permalink / raw
To: gentoo-commits
ranger 11/03/22 19:30:35
Modified: libgda-4.2.2.ebuild ChangeLog
Log:
Marking libgda-4.2.2 ppc for bug 353436
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.8 gnome-extra/libgda/libgda-4.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild?r1=1.7&r2=1.8
Index: libgda-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libgda-4.2.2.ebuild 21 Mar 2011 20:47:04 -0000 1.7
+++ libgda-4.2.2.ebuild 22 Mar 2011 19:30:35 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.7 2011/03/21 20:47:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.8 2011/03/22 19:30:35 ranger Exp $
EAPI="3"
@@ -13,7 +13,7 @@
# MDB support currently works with CVS only, so disable it in the meantime
IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json mysql oci8 postgres sourceview ssl"
SLOT="4"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
# FIXME: sqlite is automagic, but maybe it is a hard-dep
# FIXME: autoconf is a hell of inconsistencies
1.162 gnome-extra/libgda/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgda/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 21 Mar 2011 20:47:04 -0000 1.161
+++ ChangeLog 22 Mar 2011 19:30:35 -0000 1.162
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.161 2011/03/21 20:47:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.162 2011/03/22 19:30:35 ranger Exp $
+
+ 22 Mar 2011; Brent Baude <ranger@gentoo.org> libgda-4.2.2.ebuild:
+ Marking libgda-4.2.2 ppc stable for bug 353436
21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> libgda-4.2.2.ebuild:
ppc64 stable wrt #353436
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-03-22 19:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 20:16 [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda: libgda-4.2.2.ebuild ChangeLog Thomas Kahle (tomka)
-- strict thread matches above, loose matches on Subject: below --
2011-03-22 19:30 Brent Baude (ranger)
2011-03-21 20:47 Kacper Kowalik (xarthisius)
2011-03-12 19:16 Raul Porcel (armin76)
2011-02-23 23:03 Markos Chandras (hwoarang)
2010-12-05 18:03 Gilles Dartiguelongue (eva)
2010-12-04 11:15 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox