summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-09 13:00:05 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-09 13:00:05 +0000
commit39da8af9dcde92e03be03ea27b2f4056d94a36a5 (patch)
tree98ddfcc4ccb2c2f20f34d1d50653337624d18d75 /gnome-extra/libgda
parentRevert unexpected stabilization (diff)
downloadgentoo-2-39da8af9dcde92e03be03ea27b2f4056d94a36a5.tar.gz
gentoo-2-39da8af9dcde92e03be03ea27b2f4056d94a36a5.tar.bz2
gentoo-2-39da8af9dcde92e03be03ea27b2f4056d94a36a5.zip
Version bump, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r--gnome-extra/libgda/ChangeLog10
-rw-r--r--gnome-extra/libgda/libgda-5.1.1-r1.ebuild143
-rw-r--r--gnome-extra/libgda/libgda-5.2.2.ebuild (renamed from gnome-extra/libgda/libgda-5.1.2.ebuild)19
3 files changed, 19 insertions, 153 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog
index 515c44c0970d..70618af29505 100644
--- a/gnome-extra/libgda/ChangeLog
+++ b/gnome-extra/libgda/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/libgda
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.221 2013/12/08 18:54:26 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.222 2014/02/09 13:00:05 pacho Exp $
+
+*libgda-5.2.2 (09 Feb 2014)
+
+ 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> +libgda-5.2.2.ebuild,
+ -libgda-5.1.1-r1.ebuild, -libgda-5.1.2.ebuild:
+ Version bump, drop old
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> libgda-5.0.4.ebuild:
x86 stable, bug #478252
diff --git a/gnome-extra/libgda/libgda-5.1.1-r1.ebuild b/gnome-extra/libgda/libgda-5.1.1-r1.ebuild
deleted file mode 100644
index 6e9544deb1c7..000000000000
--- a/gnome-extra/libgda/libgda-5.1.1-r1.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-5.1.1-r1.ebuild,v 1.2 2013/06/30 15:24:19 jlec Exp $
-
-EAPI="5"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python{2_6,2_7} )
-#VALA_MIN_API_VERSION="0.16"
-#VALA_MAX_API_VERSION="0.16" # configure explicitly checks for 0.16
-#VALA_USE_DEPEND="vapigen"
-
-inherit autotools db-use eutils flag-o-matic gnome2 java-pkg-opt-2 python-single-r1 # vala
-
-DESCRIPTION="GNOME database access library"
-HOMEPAGE="http://www.gnome-db.org/"
-LICENSE="GPL-2+ LGPL-2+"
-
-IUSE="berkdb bindist canvas firebird gnome-keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres reports sourceview ssl" # vala
-REQUIRED_USE="
- reports? ( ${PYTHON_REQUIRED_USE} )
- canvas? ( gtk )
- firebird? ( !bindist )
- graphviz? ( gtk )
- sourceview? ( gtk )"
-# firebird license is not GPL compatible
-SLOT="5/4" # subslot = libgda-5.0 soname version
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
- app-text/iso-codes
- >=dev-libs/glib-2.32:2
- >=dev-libs/libxml2-2
- dev-libs/libxslt
- sys-libs/readline:=
- sys-libs/ncurses:=
- berkdb? ( sys-libs/db )
- !bindist? ( firebird? ( dev-db/firebird ) )
- gtk? (
- >=x11-libs/gtk+-3.0.0:3
- canvas? ( x11-libs/goocanvas:2.0= )
- sourceview? ( x11-libs/gtksourceview:3.0 )
- graphviz? ( media-gfx/graphviz )
- )
- gnome-keyring? ( app-crypt/libsecret )
- http? ( >=net-libs/libsoup-2.24:2.4 )
- introspection? ( >=dev-libs/gobject-introspection-1.30 )
- json? ( dev-libs/json-glib )
- ldap? ( net-nds/openldap:= )
- mdb? ( >app-office/mdbtools-0.5:= )
- mysql? ( virtual/mysql:= )
- postgres? ( dev-db/postgresql-base:= )
- reports? (
- ${PYTHON_DEPS}
- dev-java/fop
- dev-python/reportlab )
- ssl? ( dev-libs/openssl:= )
- >=dev-db/sqlite-3.6.22:3=
-"
-DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.9
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.40.6
- virtual/pkgconfig
- java? ( virtual/jdk:1.6 )"
-# vala? ( $(vala_depend) )
-
-# FIXME: lots of tests failing. Check if they still fail in 5.1.2
-RESTRICT="test"
-
-pkg_setup() {
- java-pkg-opt-2_pkg_setup
- use reports && python-single-r1_pkg_setup
-}
-
-src_prepare() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --disable-static
- --enable-system-sqlite
- $(use_with berkdb bdb /usr)
- $(use_with canvas goocanvas)
- $(use_with firebird firebird /usr)
- $(use_with gnome-keyring)
- $(use_with graphviz)
- $(use_with gtk ui)
- $(use_with http libsoup)
- $(use_enable introspection)
- $(use_with java java $JAVA_HOME)
- $(use_enable json)
- $(use_with ldap)
- $(use_with mdb mdb /usr)
- $(use_with mysql mysql /usr)
- $(use_with postgres postgres /usr)
- $(use_enable ssl crypto)
- $(use_with sourceview gtksourceview)
- --disable-default-binary
- --disable-vala"
- # vala bindings fail to build
-
- use berkdb && append-cppflags "-I$(db_includedir)"
- use oci8 || G2CONF="${G2CONF} --without-oracle"
-
- use reports ||
- sed -e '/SUBDIRS =/ s/trml2html//' \
- -e '/SUBDIRS =/ s/trml2pdf//' \
- -i libgda-report/RML/Makefile.{am,in} || die
-
- # Prevent file collisions with libgda:4
- epatch "${FILESDIR}/${PN}-4.99.1-gda-browser-help-collision.patch"
- epatch "${FILESDIR}/${PN}-4.99.1-gda-browser-doc-collision.patch"
- epatch "${FILESDIR}/${PN}-4.99.1-control-center-icon-collision.patch"
- # Move files with mv (since epatch can't handle rename diffs) and
- # update pre-generated gtk-doc files (for non-git versions of libgda)
- local f
- for f in tools/browser/doc/gda-browser* ; do
- mv ${f} ${f/gda-browser/gda-browser-5.0} || die "mv ${f} failed"
- done
- for f in tools/browser/doc/html/gda-browser.devhelp* ; do
- sed -e 's:name="gda-browser":name="gda-browser-5.0":' \
- -i ${f} || die "sed ${f} failed"
- mv ${f} ${f/gda-browser/gda-browser-5.0} || die "mv ${f} failed"
- done
- for f in control-center/data/*_gda-control-center.png ; do
- mv ${f} ${f/_gda-control-center.png/_gda-control-center-5.0.png} ||
- die "mv ${f} failed"
- done
-
- eautoreconf
- gnome2_src_prepare
- java-pkg-opt-2_src_prepare
- # use vala && vala_src_prepare
-}
-
-src_install() {
- gnome2_src_install
- if use reports; then
- for t in trml2{html,pdf}; do
- python_scriptinto /usr/share/libgda-5.0/gda_${t}
- python_doscript libgda-report/RML/${t}/${t}.py
- done
- fi
-}
diff --git a/gnome-extra/libgda/libgda-5.1.2.ebuild b/gnome-extra/libgda/libgda-5.2.2.ebuild
index 84a1fafe4e12..1061fee8c1fd 100644
--- a/gnome-extra/libgda/libgda-5.1.2.ebuild
+++ b/gnome-extra/libgda/libgda-5.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-5.1.2.ebuild,v 1.1 2013/07/28 21:30:30 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-5.2.2.ebuild,v 1.1 2014/02/09 13:00:05 pacho Exp $
EAPI="5"
GNOME2_LA_PUNT="yes"
@@ -22,8 +22,10 @@ REQUIRED_USE="
canvas? ( gtk )
firebird? ( !bindist )
graphviz? ( gtk )
- sourceview? ( gtk )"
+ sourceview? ( gtk )
+"
# firebird license is not GPL compatible
+
SLOT="5/4" # subslot = libgda-5.0 soname version
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
@@ -82,11 +84,7 @@ src_prepare() {
-e '/SUBDIRS =/ s/trml2pdf//' \
-i libgda-report/RML/Makefile.{am,in} || die
- # fixed in 5.1.3
- epatch "${FILESDIR}/${P}-graphviz.patch"
-
# Prevent file collisions with libgda:4
- epatch "${FILESDIR}/${PN}-4.99.1-gda-browser-help-collision.patch"
epatch "${FILESDIR}/${PN}-4.99.1-gda-browser-doc-collision.patch"
epatch "${FILESDIR}/${PN}-4.99.1-control-center-icon-collision.patch"
# Move files with mv (since epatch can't handle rename diffs) and
@@ -113,7 +111,7 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
- --disable-scrollkeeper \
+ --with-help \
--disable-static \
--enable-system-sqlite \
$(use_with berkdb bdb /usr) \
@@ -138,6 +136,11 @@ src_configure() {
# vala bindings fail to build
}
+pkg_preinst() {
+ gnome2_pkg_preinst
+ java-pkg-opt-2_pkg_preinst
+}
+
src_install() {
gnome2_src_install
if use reports; then