summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek Bartuszek <jurek@gentoo.org>2007-06-24 17:58:59 +0000
committerJurek Bartuszek <jurek@gentoo.org>2007-06-24 17:58:59 +0000
commitf8f016bb073b92e4eedfccc7542a1f23acf4f0bd (patch)
treefe82801188061e7e5083905afd1ffc41978b92a8 /dev-dotnet/db4o
parentalpha/x86 stable wrt #182389 (diff)
downloadgentoo-2-f8f016bb073b92e4eedfccc7542a1f23acf4f0bd.tar.gz
gentoo-2-f8f016bb073b92e4eedfccc7542a1f23acf4f0bd.tar.bz2
gentoo-2-f8f016bb073b92e4eedfccc7542a1f23acf4f0bd.zip
dev-dotnet/db4o: version bump (fixing bug #168738)
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-dotnet/db4o')
-rw-r--r--dev-dotnet/db4o/ChangeLog8
-rw-r--r--dev-dotnet/db4o/db4o-6.1.ebuild39
-rw-r--r--dev-dotnet/db4o/files/db4o-6.1-makefile.patch18
-rw-r--r--dev-dotnet/db4o/files/digest-db4o-6.13
4 files changed, 67 insertions, 1 deletions
diff --git a/dev-dotnet/db4o/ChangeLog b/dev-dotnet/db4o/ChangeLog
index aea97d4de920..17918b3d71b6 100644
--- a/dev-dotnet/db4o/ChangeLog
+++ b/dev-dotnet/db4o/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-dotnet/db4o
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.5 2007/02/21 23:06:44 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.6 2007/06/24 17:58:59 jurek Exp $
+
+*db4o-6.1 (24 Jun 2007)
+
+ 24 Jun 2007; Jurek Bartuszek <jurek@gentoo.org>
+ +files/db4o-6.1-makefile.patch, +db4o-6.1.ebuild:
+ Version bump (fixing bug #168738).
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> files/digest-db4o-4.6,
files/digest-db4o-5.0, ChangeLog:
diff --git a/dev-dotnet/db4o/db4o-6.1.ebuild b/dev-dotnet/db4o/db4o-6.1.ebuild
new file mode 100644
index 000000000000..032c43397b67
--- /dev/null
+++ b/dev-dotnet/db4o/db4o-6.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/db4o-6.1.ebuild,v 1.1 2007/06/24 17:58:59 jurek Exp $
+
+inherit mono multilib eutils
+
+DESCRIPTION="Object database for .NET"
+HOMEPAGE="http://www.db4o.com/"
+SRC_URI="http://www.db4o.com/downloads/${P}-mono.tar.gz"
+# mirror://gentoo/${P}-makefile-filelist.diff"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="dev-lang/mono"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${P}-makefile.patch
+}
+
+src_compile() {
+# emake -j1 buildcore || die "emake failed"
+ emake -j1 || die "emake failed"
+}
+
+src_install() {
+
+ if use doc; then
+ emake DESTDIR=${D} install || die "emake install failed"
+ else
+ # Prevents from installing documentation
+ emake RPM_DOC_DIR="." DESTDIR=${D} install || die "emake install failed"
+ fi
+}
diff --git a/dev-dotnet/db4o/files/db4o-6.1-makefile.patch b/dev-dotnet/db4o/files/db4o-6.1-makefile.patch
new file mode 100644
index 000000000000..ed1b50f5bcfd
--- /dev/null
+++ b/dev-dotnet/db4o/files/db4o-6.1-makefile.patch
@@ -0,0 +1,18 @@
+--- Makefile.old 2007-06-24 19:41:29.000000000 +0200
++++ Makefile 2007-06-24 19:41:02.000000000 +0200
+@@ -32,11 +32,11 @@
+ rm -rf $(DIR_BIN)
+
+ install:
+- mkdir -p $(DIR_INSTALL_BIN)
+- cp -R $(DIR_BIN)/* $(DIR_INSTALL_BIN)
++ mkdir -p ${DESTDIR}/$(DIR_INSTALL_BIN)
++ cp -R $(DIR_BIN)/* ${DESTDIR}/$(DIR_INSTALL_BIN)
+ ifndef RPM_DOC_DIR
+- mkdir -p $(DIR_INSTALL_DOC)
+- cp -R $(DIR_DOC)/* $(DIR_INSTALL_DOC)
++ mkdir -p ${DESTDIR}/$(DIR_INSTALL_DOC)
++ cp -R $(DIR_DOC)/* ${DESTDIR}/$(DIR_INSTALL_DOC)
+ endif
+
+ .PHONY: clean buildall
diff --git a/dev-dotnet/db4o/files/digest-db4o-6.1 b/dev-dotnet/db4o/files/digest-db4o-6.1
new file mode 100644
index 000000000000..67866b798665
--- /dev/null
+++ b/dev-dotnet/db4o/files/digest-db4o-6.1
@@ -0,0 +1,3 @@
+MD5 fb96250b7363154a4e925c913b2c090c db4o-6.1-mono.tar.gz 3580346
+RMD160 0a7c92dad7ef3c386984526627c67d6484f56303 db4o-6.1-mono.tar.gz 3580346
+SHA256 5e0ecb2a7ef8f1242e2df4379288d655af43d75acbb1ede23f304d8d1922083e db4o-6.1-mono.tar.gz 3580346