diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-12-19 06:09:42 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-12-19 06:09:42 +0000 |
commit | 87b4332510b0fa264a8da2c5fb045bd177bfe7bb (patch) | |
tree | f44ccf868ed98b372f47c97440d0cd85e80763ba /dev-dotnet | |
parent | remove pointless call to preplib (diff) | |
download | gentoo-2-87b4332510b0fa264a8da2c5fb045bd177bfe7bb.tar.gz gentoo-2-87b4332510b0fa264a8da2c5fb045bd177bfe7bb.tar.bz2 gentoo-2-87b4332510b0fa264a8da2c5fb045bd177bfe7bb.zip |
Forgot to add the patch, then found the patch was big enough to put on mirrors instead. Should actually build now. Whoops.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/db4o/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/db4o/Manifest | 8 | ||||
-rw-r--r-- | dev-dotnet/db4o/db4o-5.0.ebuild | 7 | ||||
-rw-r--r-- | dev-dotnet/db4o/files/digest-db4o-5.0 | 1 |
4 files changed, 14 insertions, 8 deletions
diff --git a/dev-dotnet/db4o/ChangeLog b/dev-dotnet/db4o/ChangeLog index ab8d0301fcab..1792d1752761 100644 --- a/dev-dotnet/db4o/ChangeLog +++ b/dev-dotnet/db4o/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2005/11/27 01:27:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.3 2005/12/19 06:09:42 latexer Exp $ + + 19 Dec 2005; Peter Johanson <latexer@gentoo.org> db4o-5.0.ebuild: + Forgot to add the patch, then found the patch was big enough to put on + mirrors instead. Should actually build now. Whoops. *db4o-5.0 (27 Nov 2005) diff --git a/dev-dotnet/db4o/Manifest b/dev-dotnet/db4o/Manifest index 84084aabb28e..6866a737c475 100644 --- a/dev-dotnet/db4o/Manifest +++ b/dev-dotnet/db4o/Manifest @@ -1,6 +1,6 @@ -MD5 359834647a14ddefe1565af8462864c6 db4o-4.6.ebuild 702 -MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256 -MD5 50ea992d17818c52e5570a1dc7dcaebc db4o-5.0.ebuild 797 MD5 5afc757cee77a7ed065d8deebe883c4b ChangeLog 457 +MD5 359834647a14ddefe1565af8462864c6 db4o-4.6.ebuild 702 +MD5 9399da7c5d3092d282d7679d5e67761f db4o-5.0.ebuild 841 MD5 1a726b071a51be9f4e9611e6fe4ba1a6 files/digest-db4o-4.6 66 -MD5 33d3287cfac9f1c6614b424849f9c9d6 files/digest-db4o-5.0 66 +MD5 5df4735854687d16361bc737481096f7 files/digest-db4o-5.0 141 +MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256 diff --git a/dev-dotnet/db4o/db4o-5.0.ebuild b/dev-dotnet/db4o/db4o-5.0.ebuild index 058cb70ec0cd..85e3ab3c2464 100644 --- a/dev-dotnet/db4o/db4o-5.0.ebuild +++ b/dev-dotnet/db4o/db4o-5.0.ebuild @@ -1,12 +1,13 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/db4o-5.0.ebuild,v 1.2 2005/12/19 06:09:42 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" +SRC_URI="http://www.db4o.com/downloads/${P}-mono.tar.gz + mirror://gentoo/${P}-makefile-filelist.diff" LICENSE="GPL-2" SLOT="0" @@ -18,7 +19,7 @@ DEPEND="dev-lang/mono" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-makefile-filelist.diff + epatch ${DISTDIR}/${P}-makefile-filelist.diff } src_compile() { diff --git a/dev-dotnet/db4o/files/digest-db4o-5.0 b/dev-dotnet/db4o/files/digest-db4o-5.0 index dc4b4ec7f104..eb8d37e28dee 100644 --- a/dev-dotnet/db4o/files/digest-db4o-5.0 +++ b/dev-dotnet/db4o/files/digest-db4o-5.0 @@ -1 +1,2 @@ +MD5 baf798436d0aaf28cca073a5c65a515b db4o-5.0-makefile-filelist.diff 46392 MD5 a6316fd19508145195766061f3ee183d db4o-5.0-mono.tar.gz 1949484 |