diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-12 02:54:27 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-12 02:54:27 +0000 |
commit | a99db0ac59a69000da5f4be76e50346bd429bdd2 (patch) | |
tree | e283226bcc67fc50d50303e97ed89bdc20b078a2 /gnome-extra/libgda | |
parent | Added 'xbase' flag for gnome-extra/libgda (diff) | |
download | historical-a99db0ac59a69000da5f4be76e50346bd429bdd2.tar.gz historical-a99db0ac59a69000da5f4be76e50346bd429bdd2.tar.bz2 historical-a99db0ac59a69000da5f4be76e50346bd429bdd2.zip |
New release: 1.2.1. Resolves bug #63817.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/libgda/Manifest | 5 | ||||
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-1.2.1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch | 12 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.2.1.ebuild | 69 |
5 files changed, 93 insertions, 2 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 745b47587cb9..7b0c5f3be0d4 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.57 2005/05/11 22:47:00 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.58 2005/05/12 02:54:27 leonardop Exp $ + +*libgda-1.2.1 (11 May 2005) + + 11 May 2005; Leonardo Boshell <leonardop@gentoo.org> libgda-1.2.1.ebuild: + New release. Adds support for 'berkdb', 'xbase' and 'static' USE flags. + Updated dependencies. Style changes. Resolves bug #63817. 11 May 2005; Leonardo Boshell <leonardop@gentoo.org> libgda-1.0.4.ebuild: Stable on x86. diff --git a/gnome-extra/libgda/Manifest b/gnome-extra/libgda/Manifest index aabca4a8536b..a53ff3ffaef2 100644 --- a/gnome-extra/libgda/Manifest +++ b/gnome-extra/libgda/Manifest @@ -1,9 +1,10 @@ -MD5 2169e0a240bd3ac405f7bb4bb13ccbd0 ChangeLog 9387 +MD5 54d74f8dfc6386e7f463f8aee0f2ccd2 ChangeLog 9627 MD5 4b87703f0986174d2e5e3736cc429081 libgda-0.2.96-r2.ebuild 3428 MD5 016ec893635c15e43c7159e1f1d92b33 libgda-1.0.2.ebuild 2893 MD5 f6d0012405583f2078317ce929763064 libgda-1.0.3.ebuild 2753 MD5 f9ca1330f7f6c0c55762bb080a51a874 libgda-1.0.4.ebuild 2944 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 0cdfef4828b6ca91089822e162b093ae libgda-1.2.1.ebuild 1981 MD5 e92331f7677fcfc3e82541f08676bb32 files/digest-libgda-0.2.96-r2 66 MD5 46b8c0b40219635d47ca4583d42dc814 files/digest-libgda-1.0.2 66 MD5 907142ea1e11bcf5b01f25dfa2fd2b54 files/digest-libgda-1.0.3 66 @@ -17,3 +18,5 @@ MD5 42fbab3bc532505fcd7e85aafb9c5a41 files/libgda-1.0.4-freetds-0.6x.patch 482 MD5 996f4ee4528ea21ad22a1a160ea90b90 files/libgda-1.0.2-gcc3.4_fix.patch 2911 MD5 89d5a7588e21826826be8ecb11218b94 files/libgda-1.0.2-freetds_fix.patch 1338 MD5 3eaa6fbb42af0cd9fc0d38faadda95d2 files/libgda-1.0.2-firebird_fix.patch 757 +MD5 0f3c4a7410349360d91d6b424bece7d0 files/digest-libgda-1.2.1 66 +MD5 b4dee0ec0bc3b4333c572810d035c68f files/libgda-1.2.1-mdb_fix.patch 617 diff --git a/gnome-extra/libgda/files/digest-libgda-1.2.1 b/gnome-extra/libgda/files/digest-libgda-1.2.1 new file mode 100644 index 000000000000..f3e6e5355713 --- /dev/null +++ b/gnome-extra/libgda/files/digest-libgda-1.2.1 @@ -0,0 +1 @@ +MD5 513a3b7adb66fa5641bae5394f60c017 libgda-1.2.1.tar.bz2 1223001 diff --git a/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch b/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch new file mode 100644 index 000000000000..b4a13b31766b --- /dev/null +++ b/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch @@ -0,0 +1,12 @@ +diff -NurdB libgda-1.2.1/providers/mdb/gda-mdb-provider.c libgda-1.2.1-mdb/providers/mdb/gda-mdb-provider.c +--- libgda-1.2.1/providers/mdb/gda-mdb-provider.c 2004-12-28 08:15:51.000000000 -0500 ++++ libgda-1.2.1-mdb/providers/mdb/gda-mdb-provider.c 2005-05-11 20:27:34.000000000 -0500 +@@ -209,7 +209,7 @@ + mdb_cnc = g_new0 (GdaMdbConnection, 1); + mdb_cnc->cnc = cnc; + mdb_cnc->server_version = NULL; +- mdb_cnc->mdb = mdb_open (filename, MDB_WRITABLE); ++ mdb_cnc->mdb = mdb_open (filename); + if (!mdb_cnc->mdb) { + gda_connection_add_error_string (cnc, _("Could not open file %s"), filename); + g_free (mdb_cnc); diff --git a/gnome-extra/libgda/libgda-1.2.1.ebuild b/gnome-extra/libgda/libgda-1.2.1.ebuild new file mode 100644 index 000000000000..43a9ecfda918 --- /dev/null +++ b/gnome-extra/libgda/libgda-1.2.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.1.ebuild,v 1.1 2005/05/12 02:54:27 leonardop Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Gnome Database Access Library" +HOMEPAGE="http://www.gnome-db.org/" +LICENSE="GPL-2 LGPL-2" + +IUSE="berkdb doc firebird freetds ldap mdb mysql oci8 odbc postgres sqlite \ +static xbase" +SLOT="1" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=dev-libs/glib-2 + dev-libs/libxml2 + >=dev-libs/libxslt-1.0.9 + dev-libs/popt + sys-libs/ncurses + sys-libs/readline + berkdb? ( sys-libs/db ) + freetds? ( >=dev-db/freetds-0.62 ) + ldap? ( >=net-nds/openldap-2.0.25 ) + mysql? ( >=dev-db/mysql-3.23.51 ) + odbc? ( >=dev-db/unixODBC-2.0.6 ) + postgres? ( >=dev-db/postgresql-7.2.1 ) + x86? ( firebird? ( dev-db/firebird ) ) + sqlite? ( >=dev-db/sqlite-3 ) + xbase? ( dev-db/xbase ) + !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.8 + >=dev-util/intltool-0.30 + app-text/scrollkeeper + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS COPYING* ChangeLog NEWS README" + +# problems with parallel builds +MAKEOPTS="${MAKEOPTS} -j1" + +src_unpack() { + unpack ${A} + gnome2_omf_fix ${S}/doc/Makefile.in + + cd ${S} + # Fix freetds API problems + epatch ${FILESDIR}/${PN}-1.0.2-freetds_fix.patch + # Fix compilation of the mdb provider + epatch ${FILESDIR}/${P}-mdb_fix.patch +} + +src_compile() { + G2CONF="${G2CONF} \ + $(use_with berkdb bdb /usr) $(use_with firebird firebird /usr) \ + $(use_with freetds tds /usr) $(use_with ldap ldap /usr) \ + $(use_with mdb mdb /usr) $(use_with mysql mysql /usr) \ + $(use_with odbc odbc /usr) $(use_with postgres postgres /usr) \ + $(use_with sqlite sqlite /usr) $(use_with xbase xbase /usr) \ + $(use_enable static)" + use oci8 || G2CONF="${G2CONF} --without-oracle" + + # not in portage + G2CONF="${G2CONF} --without-msql --without-sybase --without-ibmdb2" + + gnome2_src_compile +} |