diff options
author | Peter Volkov <pva@gentoo.org> | 2008-10-09 18:15:33 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-10-09 18:15:33 +0000 |
commit | 9eb333c343bceac65858e41978a10faf036ae3cd (patch) | |
tree | cacbccb04333dac2c784760c0f8272cda9d32df3 /dev-db/gigabase | |
parent | Version bump (diff) | |
download | gentoo-2-9eb333c343bceac65858e41978a10faf036ae3cd.tar.gz gentoo-2-9eb333c343bceac65858e41978a10faf036ae3cd.tar.bz2 gentoo-2-9eb333c343bceac65858e41978a10faf036ae3cd.zip |
Version bump.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-db/gigabase')
-rw-r--r-- | dev-db/gigabase/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/gigabase/gigabase-3.62.ebuild | 50 | ||||
-rw-r--r-- | dev-db/gigabase/gigabase-3.63.ebuild | 53 | ||||
-rw-r--r-- | dev-db/gigabase/gigabase-3.67.ebuild (renamed from dev-db/gigabase/gigabase-3.65.ebuild) | 2 |
4 files changed, 8 insertions, 105 deletions
diff --git a/dev-db/gigabase/ChangeLog b/dev-db/gigabase/ChangeLog index e89b6a3c3374..f5da68821e8b 100644 --- a/dev-db/gigabase/ChangeLog +++ b/dev-db/gigabase/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/gigabase # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.36 2008/07/03 16:09:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.37 2008/10/09 18:15:33 pva Exp $ + +*gigabase-3.67 (09 Oct 2008) + + 09 Oct 2008; Peter Volkov <pva@gentoo.org> -gigabase-3.62.ebuild, + -gigabase-3.63.ebuild, -gigabase-3.65.ebuild, +gigabase-3.67.ebuild: + Version bump. *gigabase-3.66 (03 Jul 2008) diff --git a/dev-db/gigabase/gigabase-3.62.ebuild b/dev-db/gigabase/gigabase-3.62.ebuild deleted file mode 100644 index dbadf37919ed..000000000000 --- a/dev-db/gigabase/gigabase-3.62.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.62.ebuild,v 1.1 2008/02/14 21:17:33 pva Exp $ - -inherit autotools 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}" - eautoreconf -} - -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." -} diff --git a/dev-db/gigabase/gigabase-3.63.ebuild b/dev-db/gigabase/gigabase-3.63.ebuild deleted file mode 100644 index be18244a2e6d..000000000000 --- a/dev-db/gigabase/gigabase-3.63.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.63.ebuild,v 1.1 2008/03/03 19:28:32 pva Exp $ - -inherit autotools 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}" - - # Fix testsuite. Should be fixed in next release. - sed -i -e 's:testperf.dbs:testidx2.dbs:' testidx2.cpp - eautoreconf -} - -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." -} diff --git a/dev-db/gigabase/gigabase-3.65.ebuild b/dev-db/gigabase/gigabase-3.67.ebuild index 363eecac04ec..dd1d22ff7c2e 100644 --- a/dev-db/gigabase/gigabase-3.65.ebuild +++ b/dev-db/gigabase/gigabase-3.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.65.ebuild,v 1.2 2008/07/03 16:09:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.67.ebuild,v 1.1 2008/10/09 18:15:33 pva Exp $ inherit eutils multilib |