summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2006-02-10 05:41:06 +0000
committerPeter Johanson <latexer@gentoo.org>2006-02-10 05:41:06 +0000
commit450fce1bf16895705bfccbf420813d7527dce222 (patch)
treefa65e1d7aee3e1513990b8eae107b146cc339bcd /dev-dotnet
parentVersion bump. (diff)
downloadgentoo-2-450fce1bf16895705bfccbf420813d7527dce222.tar.gz
gentoo-2-450fce1bf16895705bfccbf420813d7527dce222.tar.bz2
gentoo-2-450fce1bf16895705bfccbf420813d7527dce222.zip
Add mono.eclass inherit.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/heap-buddy/ChangeLog7
-rw-r--r--dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-dotnet/heap-buddy/ChangeLog b/dev-dotnet/heap-buddy/ChangeLog
index ed79eef12689..6c9d0ebc07ae 100644
--- a/dev-dotnet/heap-buddy/ChangeLog
+++ b/dev-dotnet/heap-buddy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/heap-buddy
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v 1.1 2005/12/22 09:23:23 latexer Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v 1.2 2006/02/10 05:41:06 latexer Exp $
+
+ 10 Feb 2006; Peter Johanson <latexer@gentoo.org> heap-buddy-0.1.ebuild:
+ Add mono.eclass inherit.
*heap-buddy-0.1 (22 Dec 2005)
diff --git a/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild b/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild
index 6c9b58152a19..31ea837e9aca 100644
--- a/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild
+++ b/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v 1.1 2005/12/22 09:23:23 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v 1.2 2006/02/10 05:41:06 latexer Exp $
+
+inherit mono
DESCRIPTION="Heap profile for use with the mono .NET runtime"
HOMEPAGE="http://www.mono-project.com/"