summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2006-12-10 18:30:36 +0000
committerPeter Volkov <pva@gentoo.org>2006-12-10 18:30:36 +0000
commitba744ebc76e62472ed7b5ea2b4a294844e3d429b (patch)
tree867655ae430f058f0028e4877082ff5988230449 /dev-db/gigabase
parentCorrected installation of source-Changelog-file, thanks to Josef Reidinger <q... (diff)
downloadgentoo-2-ba744ebc76e62472ed7b5ea2b4a294844e3d429b.tar.gz
gentoo-2-ba744ebc76e62472ed7b5ea2b4a294844e3d429b.tar.bz2
gentoo-2-ba744ebc76e62472ed7b5ea2b4a294844e3d429b.zip
Version bump. Fix for bug #157581, thank playmiac <eap at iname.com> for report.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-db/gigabase')
-rw-r--r--dev-db/gigabase/ChangeLog10
-rw-r--r--dev-db/gigabase/files/digest-gigabase-3.543
-rw-r--r--dev-db/gigabase/files/gigabase-3.54-cli.h-redudant-typedef-fix.patch11
-rw-r--r--dev-db/gigabase/gigabase-3.52.ebuild4
-rw-r--r--dev-db/gigabase/gigabase-3.54.ebuild50
5 files changed, 75 insertions, 3 deletions
diff --git a/dev-db/gigabase/ChangeLog b/dev-db/gigabase/ChangeLog
index 3e5b5c5a2e9c..510f458def19 100644
--- a/dev-db/gigabase/ChangeLog
+++ b/dev-db/gigabase/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-db/gigabase
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.16 2006/11/15 06:02:10 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.17 2006/12/10 18:30:36 pva Exp $
+
+*gigabase-3.54 (10 Dec 2006)
+
+ 10 Dec 2006; Peter Volkov <pva@gentoo.org>
+ +files/gigabase-3.54-cli.h-redudant-typedef-fix.patch,
+ gigabase-3.52.ebuild, +gigabase-3.54.ebuild:
+ Version bump. Fix for bug #157581, thank playmiac <eap at iname.com> for
+ report.
15 Nov 2006; Steve Dibb <beandog@gentoo.org> gigabase-3.51.ebuild:
amd64 stable, bug 145549
diff --git a/dev-db/gigabase/files/digest-gigabase-3.54 b/dev-db/gigabase/files/digest-gigabase-3.54
new file mode 100644
index 000000000000..26ff8aa0bd85
--- /dev/null
+++ b/dev-db/gigabase/files/digest-gigabase-3.54
@@ -0,0 +1,3 @@
+MD5 d8ad49d22a7a99d09ef78b7d91f618aa gigabase-3.54.tar.gz 1415074
+RMD160 f4b2368cc14967fc1933203254641d36df96ae4c gigabase-3.54.tar.gz 1415074
+SHA256 08d24c9d326f301a3def7d352729c6555647c17e6a29cea80d1f40740be8c931 gigabase-3.54.tar.gz 1415074
diff --git a/dev-db/gigabase/files/gigabase-3.54-cli.h-redudant-typedef-fix.patch b/dev-db/gigabase/files/gigabase-3.54-cli.h-redudant-typedef-fix.patch
new file mode 100644
index 000000000000..0bcff94681b8
--- /dev/null
+++ b/dev-db/gigabase/files/gigabase-3.54-cli.h-redudant-typedef-fix.patch
@@ -0,0 +1,11 @@
+--- cli.h.orig 2006-12-10 21:02:01.000000000 +0300
++++ cli.h 2006-12-10 21:02:19.000000000 +0300
+@@ -822,8 +822,6 @@
+ */
+ void GIGABASE_DLL_ENTRY cli_free_memory(int session, void* ptr);
+
+-
+-typedef void* cli_transaction_context_t;
+ /*********************************************************************
+ * cli_create_transaction_context
+ * Create new transaction xontext which can be used in cli_join_transaction function
diff --git a/dev-db/gigabase/gigabase-3.52.ebuild b/dev-db/gigabase/gigabase-3.52.ebuild
index 8d5573483828..875ddaa3c8da 100644
--- a/dev-db/gigabase/gigabase-3.52.ebuild
+++ b/dev-db/gigabase/gigabase-3.52.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.52.ebuild,v 1.1 2006/10/14 20:46:31 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.52.ebuild,v 1.2 2006/12/10 18:30:36 pva Exp $
inherit multilib
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
SRC_URI="mirror://sourceforge/gigabase/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~s390 ~x86"
+KEYWORDS="~s390 ~x86"
IUSE="doc"
DEPEND=""
diff --git a/dev-db/gigabase/gigabase-3.54.ebuild b/dev-db/gigabase/gigabase-3.54.ebuild
new file mode 100644
index 000000000000..859790fda72c
--- /dev/null
+++ b/dev-db/gigabase/gigabase-3.54.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.54.ebuild,v 1.1 2006/12/10 18:30:36 pva Exp $
+
+inherit eutils multilib
+
+DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
+HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
+SRC_URI="mirror://sourceforge/gigabase/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~s390 ~x86"
+IUSE="doc"
+DEPEND=""
+
+S="${WORKDIR}"/gigabase
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-cli.h-redudant-typedef-fix.patch
+}
+
+src_compile() {
+ mf="${S}/Makefile"
+
+ econf || die "econf failed"
+
+ sed -r -i -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf}
+
+ emake || die "compilation failed"
+}
+
+src_install() {
+ einstall || die "make install failed"
+
+ dodoc CHANGES
+ use doc && dohtml GigaBASE.htm
+ use doc && dohtml -r docs/html/*
+}
+
+pkg_postinst() {
+ elog "The subsql binary has been renamed to subsql-gdb,"
+ elog "to avoid a name clash with the FastDB version of subsql"
+ echo
+ ewarn "Content of indices created by old (<=3.42) version of GigaBASE with"
+ ewarn "USE_LOCALE_SETTINGS enabled and using non-standard locale will be"
+ ewarn "different with format used by version 3.43 and higher. So you will"
+ ewarn "have to recreate indices in this case."
+}