diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-11-27 01:27:18 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-11-27 01:27:18 +0000 |
commit | 16f72eb34ebc24a0767527eaadb93aaedcce00f9 (patch) | |
tree | 4124a252a0aeed10a9d9045647060d9d15de76dc /dev-dotnet | |
parent | Multilib fix. (diff) | |
download | gentoo-2-16f72eb34ebc24a0767527eaadb93aaedcce00f9.tar.gz gentoo-2-16f72eb34ebc24a0767527eaadb93aaedcce00f9.tar.bz2 gentoo-2-16f72eb34ebc24a0767527eaadb93aaedcce00f9.zip |
Bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/db4o/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/db4o/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/db4o/db4o-5.0.ebuild | 34 | ||||
-rw-r--r-- | dev-dotnet/db4o/files/digest-db4o-5.0 | 1 |
4 files changed, 43 insertions, 1 deletions
diff --git a/dev-dotnet/db4o/ChangeLog b/dev-dotnet/db4o/ChangeLog index e0c95eec89ba..ab8d0301fcab 100644 --- a/dev-dotnet/db4o/ChangeLog +++ b/dev-dotnet/db4o/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/db4o # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.1 2005/11/02 09:02:02 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.2 2005/11/27 01:27:18 latexer Exp $ + +*db4o-5.0 (27 Nov 2005) + + 27 Nov 2005; Peter Johanson <latexer@gentoo.org> +db4o-5.0.ebuild: + Bump. *db4o-4.6 (02 Nov 2005) diff --git a/dev-dotnet/db4o/Manifest b/dev-dotnet/db4o/Manifest index dfb90fc9271a..94bd0159c4f9 100644 --- a/dev-dotnet/db4o/Manifest +++ b/dev-dotnet/db4o/Manifest @@ -1,4 +1,6 @@ MD5 359834647a14ddefe1565af8462864c6 db4o-4.6.ebuild 702 MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256 +MD5 cc7a93aa66a905c998199515c69257bb db4o-5.0.ebuild 797 MD5 e974410dcc335ed9bc9f3bf27cca370b ChangeLog 354 MD5 1a726b071a51be9f4e9611e6fe4ba1a6 files/digest-db4o-4.6 66 +MD5 33d3287cfac9f1c6614b424849f9c9d6 files/digest-db4o-5.0 66 diff --git a/dev-dotnet/db4o/db4o-5.0.ebuild b/dev-dotnet/db4o/db4o-5.0.ebuild new file mode 100644 index 000000000000..058cb70ec0cd --- /dev/null +++ b/dev-dotnet/db4o/db4o-5.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/db4o-5.0.ebuild,v 1.1 2005/11/27 01:27:18 latexer 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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-lang/mono" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-makefile-filelist.diff +} + +src_compile() { + emake -j1 buildcore || die "emake failed" +} + +src_install() { + dohtml -a html,gif,js,css -r ${S}/doc/api + + # For now we don't install into the GAC, following upstream's RPM packaging. + insinto /usr/$(get_libdir)/db4o + doins ${S}/bin/db4o.dll* +} diff --git a/dev-dotnet/db4o/files/digest-db4o-5.0 b/dev-dotnet/db4o/files/digest-db4o-5.0 new file mode 100644 index 000000000000..dc4b4ec7f104 --- /dev/null +++ b/dev-dotnet/db4o/files/digest-db4o-5.0 @@ -0,0 +1 @@ +MD5 a6316fd19508145195766061f3ee183d db4o-5.0-mono.tar.gz 1949484 |