public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/gigabase: ChangeLog gigabase-3.60.ebuild gigabase-3.58.ebuild gigabase-3.55.ebuild gigabase-3.56.ebuild gigabase-3.51.ebuild gigabase-3.57.ebuild
@ 2007-11-01 12:31 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2007-11-01 12:31 UTC (permalink / raw
  To: gentoo-commits

pva         07/11/01 12:31:57

  Modified:             ChangeLog
  Added:                gigabase-3.60.ebuild
  Removed:              gigabase-3.58.ebuild gigabase-3.55.ebuild
                        gigabase-3.56.ebuild gigabase-3.51.ebuild
                        gigabase-3.57.ebuild
  Log:
  Version bump. Remove old.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.27                 dev-db/gigabase/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	31 Aug 2007 09:49:25 -0000	1.26
+++ ChangeLog	1 Nov 2007 12:31:56 -0000	1.27
@@ -1,6 +1,15 @@
 # ChangeLog for dev-db/gigabase
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.26 2007/08/31 09:49:25 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.27 2007/11/01 12:31:56 pva Exp $
+
+*gigabase-3.60 (01 Nov 2007)
+
+  01 Nov 2007; <pva@gentoo.org>
+  -files/gigabase-3.54-cli.h-redudant-typedef-fix.patch,
+  +files/gigabase-3.60-confdefs.h-and-warnings.patch, -gigabase-3.51.ebuild,
+  -gigabase-3.55.ebuild, -gigabase-3.56.ebuild, -gigabase-3.57.ebuild,
+  -gigabase-3.58.ebuild, +gigabase-3.60.ebuild:
+  Version bump. Remove old.
 
 *gigabase-3.59 (31 Aug 2007)
 



1.1                  dev-db/gigabase/gigabase-3.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.60.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.60.ebuild?rev=1.1&content-type=text/plain

Index: gigabase-3.60.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.60.ebuild,v 1.1 2007/11/01 12:31:56 pva Exp $

inherit eutils libtool 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}"
	sed -ie 's: confdefs.h::g' Makefile.in
	epatch "${FILESDIR}"/${P}-confdefs.h-and-warnings.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."
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-01 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 12:31 [gentoo-commits] gentoo-x86 commit in dev-db/gigabase: ChangeLog gigabase-3.60.ebuild gigabase-3.58.ebuild gigabase-3.55.ebuild gigabase-3.56.ebuild gigabase-3.51.ebuild gigabase-3.57.ebuild Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox