summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnant Narayanan <anant@gentoo.org>2007-03-05 15:31:58 +0000
committerAnant Narayanan <anant@gentoo.org>2007-03-05 15:31:58 +0000
commit48d2e0d534a09b40ab89e7f9863c9a2123bd5dba (patch)
tree0571e12e2173ac216fb9d3ba596e8955b0f01d0a /dev-db/fastdb
parentInitial import, bug 24830 (diff)
downloadgentoo-2-48d2e0d534a09b40ab89e7f9863c9a2123bd5dba.tar.gz
gentoo-2-48d2e0d534a09b40ab89e7f9863c9a2123bd5dba.tar.bz2
gentoo-2-48d2e0d534a09b40ab89e7f9863c9a2123bd5dba.zip
vBump tp 3.36, closes bug #151554
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-db/fastdb')
-rw-r--r--dev-db/fastdb/ChangeLog7
-rw-r--r--dev-db/fastdb/fastdb-3.36.ebuild43
-rw-r--r--dev-db/fastdb/files/digest-fastdb-3.363
3 files changed, 52 insertions, 1 deletions
diff --git a/dev-db/fastdb/ChangeLog b/dev-db/fastdb/ChangeLog
index 91c759ebb74b..064a0ecfc227 100644
--- a/dev-db/fastdb/ChangeLog
+++ b/dev-db/fastdb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/fastdb
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/ChangeLog,v 1.8 2007/01/31 13:34:04 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/ChangeLog,v 1.9 2007/03/05 15:31:58 anant Exp $
+
+*fastdb-3.36 (05 Mar 2007)
+
+ 05 Mar 2007; <anant@gentoo.org> +fastdb-3.36.ebuild:
+ vBump tp 3.36, closes bug #151554
31 Jan 2007; Marius Mauch <genone@gentoo.org> fastdb-2.55.ebuild,
fastdb-2.92.ebuild:
diff --git a/dev-db/fastdb/fastdb-3.36.ebuild b/dev-db/fastdb/fastdb-3.36.ebuild
new file mode 100644
index 000000000000..868e5ee048a2
--- /dev/null
+++ b/dev-db/fastdb/fastdb-3.36.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/fastdb-3.36.ebuild,v 1.1 2007/03/05 15:31:58 anant Exp $
+
+DESCRIPTION="OO-DBMS that holds all data in memory; interfaces for C/C++/Kylix"
+HOMEPAGE="http://www.garret.ru/~knizhnik/fastdb.html"
+SRC_URI="http://www.garret.ru/~knizhnik/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND="virtual/libc"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+ mf="${S}/makefile"
+
+ sed -r -e 's/subsql([^\.]|$)/subsql-fdb\1/' ${mf} > ${mf}.tmp
+ mv ${mf}.tmp ${mf}
+
+ emake || die
+}
+
+src_install() {
+ make \
+ PREFIX=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ install || die
+
+ dodoc CHANGES
+ dohtml FastDB.htm
+ dohtml -r docs/html/*
+}
+
+pkg_postinst() {
+ elog "The subsql binary has been renamed to subsql-fdb,"
+ elog "to avoid a name clash with the GigaBase version of subsql"
+}
diff --git a/dev-db/fastdb/files/digest-fastdb-3.36 b/dev-db/fastdb/files/digest-fastdb-3.36
new file mode 100644
index 000000000000..f863cf840a28
--- /dev/null
+++ b/dev-db/fastdb/files/digest-fastdb-3.36
@@ -0,0 +1,3 @@
+MD5 40e3983ca718b9938c330c7afd221c3f fastdb-3.36.tar.gz 1187652
+RMD160 e65ea0a245b68068dc6844966651b6f0de0c4829 fastdb-3.36.tar.gz 1187652
+SHA256 0ab29e347f2af87e1dd04c0f0de4379871aa2191bf70e875e28c3f98a33090f1 fastdb-3.36.tar.gz 1187652