summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-10-02 09:17:21 +0000
committerPeter Volkov <pva@gentoo.org>2011-10-02 09:17:21 +0000
commit5147c1894ec2b12974ad699bb4027f65da072692 (patch)
tree14c25dc1276cdc099f2f9c30a2f912443547d002
parentVersion bump. (diff)
downloadgentoo-2-5147c1894ec2b12974ad699bb4027f65da072692.tar.gz
gentoo-2-5147c1894ec2b12974ad699bb4027f65da072692.tar.bz2
gentoo-2-5147c1894ec2b12974ad699bb4027f65da072692.zip
Version bump. Drop old.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
-rw-r--r--dev-db/gigabase/ChangeLog8
-rw-r--r--dev-db/gigabase/gigabase-3.69.ebuild40
-rw-r--r--dev-db/gigabase/gigabase-3.82.ebuild40
-rw-r--r--dev-db/gigabase/gigabase-3.83.ebuild (renamed from dev-db/gigabase/gigabase-3.70.ebuild)5
4 files changed, 10 insertions, 83 deletions
diff --git a/dev-db/gigabase/ChangeLog b/dev-db/gigabase/ChangeLog
index 77b2e2ca9238..0f090fdec341 100644
--- a/dev-db/gigabase/ChangeLog
+++ b/dev-db/gigabase/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/gigabase
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.51 2011/07/15 20:15:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.52 2011/10/02 09:17:21 pva Exp $
+
+*gigabase-3.83 (02 Oct 2011)
+
+ 02 Oct 2011; Peter Volkov <pva@gentoo.org> -gigabase-3.69.ebuild,
+ -gigabase-3.70.ebuild, -gigabase-3.82.ebuild, +gigabase-3.83.ebuild:
+ Version bump. Drop old.
15 Jul 2011; Markus Meier <maekke@gentoo.org> gigabase-3.82-r1.ebuild:
x86 stable, bug #372599
diff --git a/dev-db/gigabase/gigabase-3.69.ebuild b/dev-db/gigabase/gigabase-3.69.ebuild
deleted file mode 100644
index d01e97ffe7cc..000000000000
--- a/dev-db/gigabase/gigabase-3.69.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.69.ebuild,v 1.5 2011/06/25 18:39:54 armin76 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 x86"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/gigabase
-
-src_compile() {
- mf="${S}/Makefile"
-
- econf
- 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"
-}
diff --git a/dev-db/gigabase/gigabase-3.82.ebuild b/dev-db/gigabase/gigabase-3.82.ebuild
deleted file mode 100644
index af750c1f9f48..000000000000
--- a/dev-db/gigabase/gigabase-3.82.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.82.ebuild,v 1.2 2011/06/25 18:39:54 armin76 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 ~x86"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/gigabase
-
-src_compile() {
- mf="${S}/Makefile"
-
- econf
- 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"
-}
diff --git a/dev-db/gigabase/gigabase-3.70.ebuild b/dev-db/gigabase/gigabase-3.83.ebuild
index 0dda00a68ddc..2a229b1b573f 100644
--- a/dev-db/gigabase/gigabase-3.70.ebuild
+++ b/dev-db/gigabase/gigabase-3.83.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.70.ebuild,v 1.2 2011/06/25 18:39:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.83.ebuild,v 1.1 2011/10/02 09:17:21 pva Exp $
inherit eutils multilib
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND=""
+DEPEND="doc? ( app-doc/doxygen )"
RDEPEND=""
S=${WORKDIR}/gigabase
@@ -24,6 +24,7 @@ src_compile() {
econf
sed -r -i -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf}
emake || die "compilation failed"
+ use doc && { doxygen doxygen.cfg || die "doxygen failed"; }
}
src_install() {