diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2007-02-13 22:08:40 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2007-02-13 22:08:40 +0000 |
commit | acecf21ae0363d79bcff86a7c9255f0671cb2fb1 (patch) | |
tree | 215b0ddd6243ee9eec033ffd352248e65ddafef5 /gnome-extra | |
parent | keyword ~x86, bug 166720 (diff) | |
download | gentoo-2-acecf21ae0363d79bcff86a7c9255f0671cb2fb1.tar.gz gentoo-2-acecf21ae0363d79bcff86a7c9255f0671cb2fb1.tar.bz2 gentoo-2-acecf21ae0363d79bcff86a7c9255f0671cb2fb1.zip |
New release: 2.99.5
(Portage version: 2.1.2-r9)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-2.99.3 | 3 | ||||
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-2.99.5 | 3 | ||||
-rw-r--r-- | gnome-extra/libgda/files/libgda-2.99.3-collisions.patch | 385 | ||||
-rw-r--r-- | gnome-extra/libgda/files/libgda-2.99.5-gapi.patch | 11 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-2.99.5.ebuild (renamed from gnome-extra/libgda/libgda-2.99.3.ebuild) | 33 |
6 files changed, 32 insertions, 412 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 261e9b04058a..66acfbcebbf3 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.103 2007/01/29 22:48:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.104 2007/02/13 22:08:40 leonardop Exp $ + +*libgda-2.99.5 (13 Feb 2007) + + 13 Feb 2007; Leonardo Boshell <leonardop@gentoo.org> + -files/libgda-2.99.3-collisions.patch, +files/libgda-2.99.5-gapi.patch, + -libgda-2.99.3.ebuild, +libgda-2.99.5.ebuild: + New release. Dropped 'mdb' until a new release of mdbtools comes out. *libgda-2.99.3 (29 Jan 2007) diff --git a/gnome-extra/libgda/files/digest-libgda-2.99.3 b/gnome-extra/libgda/files/digest-libgda-2.99.3 deleted file mode 100644 index 9333f4dca281..000000000000 --- a/gnome-extra/libgda/files/digest-libgda-2.99.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8d1e5186588c237e76c34065abdd042c libgda-2.99.3.tar.bz2 2683690 -RMD160 efca22053cc6d0d1128a236e6c6b978afba9e2a2 libgda-2.99.3.tar.bz2 2683690 -SHA256 4c9e5ff344afe3912b9b8bc52ecd4072d3567e647e8a02a03bdddc3fc94211b6 libgda-2.99.3.tar.bz2 2683690 diff --git a/gnome-extra/libgda/files/digest-libgda-2.99.5 b/gnome-extra/libgda/files/digest-libgda-2.99.5 new file mode 100644 index 000000000000..f94845fe2bb8 --- /dev/null +++ b/gnome-extra/libgda/files/digest-libgda-2.99.5 @@ -0,0 +1,3 @@ +MD5 10d6c6342756a79cf74628a33cb63bf9 libgda-2.99.5.tar.bz2 2700526 +RMD160 c329cac66158acfd11b86bb6c12514832718fe49 libgda-2.99.5.tar.bz2 2700526 +SHA256 4ac8dac177d5e9d40ef2176e1a3bbd2203b19b7c487e6fbead094c7e560e5cbc libgda-2.99.5.tar.bz2 2700526 diff --git a/gnome-extra/libgda/files/libgda-2.99.3-collisions.patch b/gnome-extra/libgda/files/libgda-2.99.3-collisions.patch deleted file mode 100644 index c3edad732a2f..000000000000 --- a/gnome-extra/libgda/files/libgda-2.99.3-collisions.patch +++ /dev/null @@ -1,385 +0,0 @@ -Index: tools/gda-config.5 -=================================================================== ---- tools/gda-config.5 (revision 2809) -+++ tools/gda-config.5 (working copy) -@@ -4,7 +4,7 @@ - .\" Author: - .\" Gonzalo Paniagua Javier (gonzalo@gnome-db.org) - .\" --.TH gda-config "5" "January 2003" "libgda" "File Formats" -+.TH gda-config-3.0 "5" "January 2003" "libgda" "File Formats" - .SH NAME - $(sysconfdir)/libgda/config \- libgda global configuration file. - $(HOME)/.libgda/config \- libgda user configuration file. -@@ -43,10 +43,10 @@ - .fi - .sp - .RE --You can also use \fBgda-config-tool\fR or \fBmergeant\fR (recommended) to modify -+You can also use \fBgda-config-tool-3.0\fR or \fBmergeant\fR (recommended) to modify - this file. - .SH SEE ALSO - .BR mergeant (1), --.BR gda-config-tool (1) -+.BR gda-config-tool-3.0 (1) - - -Index: tools/gda-config-tool.1 -=================================================================== ---- tools/gda-config-tool.1 (revision 2809) -+++ tools/gda-config-tool.1 (working copy) -@@ -4,14 +4,14 @@ - .\" Author: - .\" Gonzalo Paniagua Javier (gonzalo@gnome-db.org) - .\" --.TH gda-config-tool "1" "October 2002" "gda-config-tool (libgda)" "User Commands" -+.TH gda-config-tool-3.0 "1" "October 2002" "gda-config-tool-3.0 (libgda)" "User Commands" - .SH NAME --gda-config-tool \- Tool for managing libgda configuration file. -+gda-config-tool-3.0 \- Tool for managing libgda configuration file. - .SH SYNOPSIS - .PP --.B gda-config-tool [OPTIONS] -+.B gda-config-tool-3.0 [OPTIONS] - .SH DESCRIPTION --The \fIgda-config-tool\fP program can be used create/edit/remove a libgda -+The \fIgda-config-tool-3.0\fP program can be used create/edit/remove a libgda - provider. It can be used both as a command line program and an interactive - program. - .SH OPTIONS -@@ -58,6 +58,6 @@ - User settings. Override global settings. - .SH SEE ALSO - .BR mergeant(1), --.BR gda-config(5) -+.BR gda-config-3.0(5) - - -Index: tools/Makefile.am -=================================================================== ---- tools/Makefile.am (revision 2809) -+++ tools/Makefile.am (working copy) -@@ -1,18 +1,24 @@ - if BUILD_CONFIG_TOOL --CONFIG_TOOL=gda-config-tool --man_MANS = gda-config-tool.1 \ -- gda-config.5 -+CONFIG_TOOL=gda-config-tool-3.0 -+man_MANS = gda-config-tool-3.0.1 \ -+ gda-config-3.0.5 - else - CONFIG_TOOL= - endif - - if BUILD_RUN_TOOL --RUN_TOOL=gda-run -+RUN_TOOL=gda-run-3.0 - else - RUN_TOOL= - endif - --bin_PROGRAMS = $(RUN_TOOL) $(CONFIG_TOOL) gda-diagnose gda-list-config gda-inspect-dict-file gda-author-dict-file -+bin_PROGRAMS = \ -+ $(RUN_TOOL) \ -+ $(CONFIG_TOOL) \ -+ gda-diagnose-3.0 \ -+ gda-list-config-3.0 \ -+ gda-inspect-dict-file-3.0 \ -+ gda-author-dict-file-3.0 - - AM_CPPFLAGS = \ - -I$(top_srcdir) \ -@@ -20,16 +26,16 @@ - -I. \ - $(LIBGDA_CFLAGS) - --gda_run_SOURCES = gda-run.c --gda_run_LDADD = \ -+gda_run_3_0_SOURCES = gda-run.c -+gda_run_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ - $(LIBGDA_LIBS) - --gda_config_tool_SOURCES = gda-config-tool.c --gda_config_tool_LDADD = \ -+gda_config_tool_3_0_SOURCES = gda-config-tool.c -+gda_config_tool_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ -@@ -39,46 +45,46 @@ - $(POPT_LIB) \ - $(LIBGDA_LIBS) - --gda_diagnose_SOURCES = \ -+gda_diagnose_3_0_SOURCES = \ - html.h \ - html.c \ - gda-diagnose.c - --gda_diagnose_LDADD = \ -+gda_diagnose_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ - $(LIBGDA_LIBS) - --gda_inspect_dict_file_SOURCES = \ -+gda_inspect_dict_file_3_0_SOURCES = \ - gda-inspect-dict-file.c - --gda_inspect_dict_file_LDADD = \ -+gda_inspect_dict_file_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ - $(LIBGDA_LIBS) - --gda_author_dict_file_SOURCES = \ -+gda_author_dict_file_3_0_SOURCES = \ - gda-author-dict-file.c - --gda_author_dict_file_LDADD = \ -+gda_author_dict_file_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ - $(LIBGDA_LIBS) - --gda_list_config_SOURCES = \ -+gda_list_config_3_0_SOURCES = \ - gda-list-config.c - --gda_list_config_LDADD = \ -+gda_list_config_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ - $(LIBGDA_LIBS) - --EXTRA_DIST = gda-config-tool.1 gda-config.5 -+EXTRA_DIST = $(man_MANS) -Index: tools/gda-config-tool.c -=================================================================== ---- tools/gda-config-tool.c (revision 2809) -+++ tools/gda-config-tool.c (working copy) -@@ -1476,6 +1476,8 @@ - main (int argc, char *argv []) - { - options (argc, (const char **) argv); -+ gda_init ("Gda configuration manager", PACKAGE_VERSION, argc, argv); -+ - if (cmdArgs.actions == ACTION_NONE) { - g_print ("Using configuration file from %s\n", cmdArgs.config_file); - initialize_readline (); -Index: doc/C/installation.xml -=================================================================== ---- doc/C/installation.xml (revision 2809) -+++ doc/C/installation.xml (working copy) -@@ -176,11 +176,11 @@ - <title>Compiling with the library</title> - <para> - To compile you will need to set the C flags and to link the library, so we recommend -- to use the <emphasis>pkg-config</emphasis> command. -+ to use the <command>pkg-config</command> command. - </para> - <programlisting> -- <systemitem class="prompt">$</systemitem> <userinput> gcc -c full_example.c `pkg-config --cflags libgda`</userinput> -- <systemitem class="prompt">$</systemitem> <userinput> gcc -o full_example `pkg-config --libs libgda` full_example.o</userinput> -+<systemitem class="prompt">$</systemitem> <userinput> gcc -c full_example.c `pkg-config --cflags libgda-3.0`</userinput> -+<systemitem class="prompt">$</systemitem> <userinput> gcc -o full_example `pkg-config --libs libgda-3.0` full_example.o</userinput> - </programlisting> - <para> - Doing this will add to the C compiler command line all needed header files -Index: doc/C/libgda-docs.sgml -=================================================================== ---- doc/C/libgda-docs.sgml (revision 2809) -+++ doc/C/libgda-docs.sgml (working copy) -@@ -29,6 +29,11 @@ - <!ENTITY GDADATAMODEL "<link linkend='GdaDataModel'>GdaDataModel</link>"> - <!ENTITY GDADATAMODELARRAY "<link linkend='GdaDataModelArray'>GdaDataModelArray</link>"> - <!ENTITY GDADATAMODELHASH "<link linkend='GdaDataModelHash'>GdaDataModelHash</link>"> -+<!ENTITY gda-author-dict-file "<command>gda-author-dict-file-3.0</command>"> -+<!ENTITY gda-diagnose "<command>gda-diagnose-3.0</command>"> -+<!ENTITY gda-inspect-dict-file "<command>gda-inspect-dict-file-3.0</command>"> -+<!ENTITY gda-list-config "<command>gda-list-config-3.0</command>"> -+<!ENTITY gda-test-connection "<command>gda-test-connection-3.0</command>"> - <!ENTITY fullexample SYSTEM "examples/full_example.c"> - <!ENTITY install SYSTEM "installation.xml"> - <!ENTITY examples SYSTEM "gettingstarted.xml"> -@@ -130,7 +135,7 @@ - - <book id="index"> - <bookinfo> -- <title>GNOME Data Access manual</title> -+ <title>GNOME Data Access 3.0 manual</title> - <authorgroup> - <author> - <firstname>Michael</firstname> -@@ -197,7 +202,7 @@ - </authorgroup> - <date>1999 February</date> - <copyright> -- <year>1999 - 2006</year> -+ <year>1999 - 2007</year> - <holder>The GNOME Foundation</holder> - </copyright> - <abstract> -@@ -638,15 +643,15 @@ - </chapter> - - <chapter id="libgda-tools-list-config"> -- <title>gda-list-config</title> -+ <title>&gda-list-config;</title> - <para> -- The gda-list-config tool simply lists all the declared data sources, and all the installed -+ The &gda-list-config; tool simply lists all the declared data sources, and all the installed - providers, giving some other usefull information as well for each. - </para> - </chapter> - - <chapter id="libgda-tools-test-connection"> -- <title>gda-test-connection</title> -+ <title>&gda-test-connection;</title> - <para> - This tool is a 'ping' like tool to test connectivity to databases. Connections can either - be declared as DSN, or described in the command line. -@@ -654,9 +659,9 @@ - </chapter> - - <chapter id="libgda-tools-diagnose"> -- <title>gda-diagnose</title> -+ <title>&gda-diagnose;</title> - <para> -- The gda-diagnose tool is a quite exhaustive and verbose testing program which output -+ The &gda-diagnose; tool is a quite exhaustive and verbose testing program which output - several HTML files - in a specified directory (DIAGNOSE_OUTPUT by default). It can either test a single data source - or all the data sources if none is specified. Running this tool can be time consuming... -@@ -675,9 +680,9 @@ - </chapter> - - <chapter id="libgda-tools-author-dict"> -- <title>gda-author-dict-file</title> -+ <title>&gda-author-dict-file;</title> - <para> -- The gda-author-dict-file tool allows to create a XML dictionary file which can be loaded into a -+ The &gda-author-dict-file; tool allows to create a XML dictionary file which can be loaded into a - #GdaDict object, specifying a data source to use. Specifically it does (depending on command line - options): - <itemizedlist> -@@ -693,9 +698,9 @@ - </chapter> - - <chapter id="libgda-tools-inspect-dict"> -- <title>gda-inspect-dict-file</title> -+ <title>&gda-inspect-dict-file;</title> - <para> -- The gda-inspect-dict-file tool tests an existing XML dictionary file and (depending on command line -+ The &gda-inspect-dict-file; tool tests an existing XML dictionary file and (depending on command line - options): - <itemizedlist> - <listitem> -Index: doc/C/Makefile.am -=================================================================== ---- doc/C/Makefile.am (revision 2809) -+++ doc/C/Makefile.am (working copy) -@@ -3,7 +3,7 @@ - AUTOMAKE_OPTIONS = 1.6 - - # The name of the module. --DOC_MODULE=libgda -+DOC_MODULE=libgda-3.0 - - # The top-level SGML file. - DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml -@@ -37,7 +37,7 @@ - $(LIBGDA_LIBS) - - # Extra options to supply to gtkdoc-mkdb --MKDB_OPTIONS=--sgml-mode --output-format=xml -+MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files="lexer.c" - - # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE) - content_files = fdl-appendix.sgml -Index: report/testing/Makefile.am -=================================================================== ---- report/testing/Makefile.am (revision 2809) -+++ report/testing/Makefile.am (working copy) -@@ -1,19 +1,19 @@ - AM_CPPFLAGS = \ -- -I$(top_srcdir) \ -- -I$(top_builddir) \ -+ -I$(top_srcdir) \ -+ -I$(top_builddir) \ - -I$(top_srcdir)/report \ -- -I$(top_builddir)/report \ -- $(LIBGDA_CFLAGS) -+ -I$(top_builddir)/report \ -+ $(LIBGDA_CFLAGS) - --bin_PROGRAMS = gda-report-test -+bin_PROGRAMS = gda-report-test-3.0 - --gda_report_test_SOURCES = \ -+gda_report_test_3_0_SOURCES = \ - gda-report-test.c - --gda_report_test_LDADD = \ -- $(top_builddir)/libgda/libgda-3.0.la \ -- $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ -+gda_report_test_3_0_LDADD = \ -+ $(top_builddir)/libgda/libgda-3.0.la \ -+ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ -- $(top_builddir)/report/libgda-report/libgda-report-3.0.la \ -- $(LIBGDA_LIBS) -+ $(top_builddir)/report/libgda-report/libgda-report-3.0.la \ -+ $(LIBGDA_LIBS) -Index: testing/Makefile.am -=================================================================== ---- testing/Makefile.am (revision 2809) -+++ testing/Makefile.am (working copy) -@@ -3,7 +3,7 @@ - -I$(top_builddir) \ - $(LIBGDA_CFLAGS) - --bin_PROGRAMS = gda-test-connection -+bin_PROGRAMS = gda-test-connection-3.0 - noinst_PROGRAMS = gda-test-sql gda-test-models gda-test-server-operation gda-test-model-query gda-test-blob - - gda_test_sql_SOURCES = \ -@@ -30,10 +30,10 @@ - $(top_builddir)/libgda/sql-delimiter/libgda_sql_delimiter-3.0.la \ - $(LIBGDA_LIBS) - --gda_test_connection_SOURCES = \ -+gda_test_connection_3_0_SOURCES = \ - gda-test-connection.c - --gda_test_connection_LDADD = \ -+gda_test_connection_3_0_LDADD = \ - $(top_builddir)/libgda/libgda-3.0.la \ - $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ - $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ -Index: configure.in -=================================================================== ---- configure.in (revision 2809) -+++ configure.in (working copy) -@@ -988,7 +988,7 @@ - dnl - dnl where to install DTD files - dnl --LIBGDA_DTDDIR=${datadir}/${PACKAGE}/dtd -+LIBGDA_DTDDIR=${datadir}/libgda-3.0/dtd - AC_SUBST(LIBGDA_DTDDIR) - - diff --git a/gnome-extra/libgda/files/libgda-2.99.5-gapi.patch b/gnome-extra/libgda/files/libgda-2.99.5-gapi.patch new file mode 100644 index 000000000000..5a2565a8c1e2 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-2.99.5-gapi.patch @@ -0,0 +1,11 @@ +diff -NurdB libgda-2.99.5/gda-sharp/Gda.metadata libgda-2.99.5-patched/gda-sharp/Gda.metadata +--- libgda-2.99.5/gda-sharp/Gda.metadata 2007-02-12 06:01:51.000000000 -0500 ++++ libgda-2.99.5-patched/gda-sharp/Gda.metadata 2007-02-13 01:09:42.000000000 -0500 +@@ -4,6 +4,7 @@ + <attr path="/api/namespace/class[@cname='GType_']" name="hidden">1</attr> + <attr path="/api/namespace/class[@name='Value']" name="hidden">1</attr> + <attr path="/api/namespace/interface[@cname='GdaDataModel']" name="name">IGdaDataModel</attr> ++ <attr path="/api/namespace/interface[@cname='GdaDataModel']/signal[@name='Reset']" name="name">DataReset</attr> + <attr path="/api/namespace/interface[@cname='GdaEntity']" name="name">IEntity</attr> + <attr path="/api/namespace/interface[@cname='GdaXmlStorage']" name="name">IXmlStorage</attr> + <attr path="/api/namespace/interface[@cname='GdaDataHandler']" name="name">IDataHandler</attr> diff --git a/gnome-extra/libgda/libgda-2.99.3.ebuild b/gnome-extra/libgda/libgda-2.99.5.ebuild index 9c97344388bb..486e83c573f1 100644 --- a/gnome-extra/libgda/libgda-2.99.3.ebuild +++ b/gnome-extra/libgda/libgda-2.99.5.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-2.99.3.ebuild,v 1.1 2007/01/29 22:48:44 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-2.99.5.ebuild,v 1.1 2007/02/13 22:08:40 leonardop Exp $ # TODO: # * Verify if the parallel compilation problems persist, and if so fix them. -WANT_AUTOMAKE="1.9" -WANT_AUTOCONF="2.5" - -inherit autotools eutils mono gnome2 +inherit eutils mono gnome2 DESCRIPTION="Gnome Database Access Library" HOMEPAGE="http://www.gnome-db.org/" LICENSE="GPL-2 LGPL-2" -IUSE="berkdb doc firebird freetds ldap mdb mono mysql oci8 odbc postgres xbase" +# MDB support currently works with CVS only, so disable it in the meantime +IUSE="berkdb doc firebird freetds ldap mono mysql oci8 odbc postgres xbase" SLOT="3" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -31,7 +29,7 @@ RDEPEND=">=dev-libs/glib-2.8 freetds? ( >=dev-db/freetds-0.62 ) firebird? ( dev-db/firebird ) xbase? ( dev-db/xbase ) - mdb? ( >=app-office/mdbtools-0.5 ) + mdb? ( >app-office/mdbtools-0.5 ) ldap? ( >=net-nds/openldap-2.0.25 ) mono? ( >=dev-lang/mono-1 @@ -58,8 +56,9 @@ pkg_setup() { $(use_with freetds tds /usr) \ $(use_with firebird firebird /usr) \ $(use_with xbase xbase /usr) \ - $(use_with mdb mdb /usr) \ - $(use_with ldap ldap /usr)" + $(use_with ldap ldap /usr) \ + --without-mdb" +# $(use_with mdb mdb /usr) \ use oci8 || G2CONF="${G2CONF} --without-oracle" @@ -70,19 +69,7 @@ pkg_setup() { src_unpack() { gnome2_src_unpack - # Fix compilation of the mdb provider - epatch "${FILESDIR}/${PN}-1.2.3-mdb_api.patch" - - # Avoid collisions with libgda-1.2.x - epatch "${FILESDIR}/${P}-collisions.patch" - mv -f ${S}/tools/gda-config.5 ${S}/tools/gda-config-3.0.5 - mv -f ${S}/tools/gda-config-tool.1 ${S}/tools/gda-config-tool-3.0.1 - mv -f ${S}/doc/C/libgda-docs.sgml ${S}/doc/C/libgda-3.0-docs.sgml - mv -f ${S}/doc/C/libgda-overrides.txt ${S}/doc/C/libgda-3.0-overrides.txt - mv -f ${S}/doc/C/libgda-sections.txt ${S}/doc/C/libgda-3.0-sections.txt - mv -f ${S}/doc/C/libgda.types ${S}/doc/C/libgda-3.0.types + epatch "${FILESDIR}/${P}-gapi.patch" - sed -n -e '/GTK_DOC_CHECK/,/IT_PROG_INTLTOOL/p' aclocal.m4 > gtk-doc.m4 - intltoolize --automake -c -f || die "intltoolize failed" - AT_M4DIR="." eautoreconf + rm ${S}/gda-sharp/gda-api.raw } |