diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-12-22 09:23:23 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-12-22 09:23:23 +0000 |
commit | 2f7d45cc01666fea951f84e2863ad4f238906019 (patch) | |
tree | 843e205692d929524ed1cd7d9d02060f77d47d4f /dev-dotnet/heap-buddy | |
parent | Bumpity bump. (diff) | |
download | gentoo-2-2f7d45cc01666fea951f84e2863ad4f238906019.tar.gz gentoo-2-2f7d45cc01666fea951f84e2863ad4f238906019.tar.bz2 gentoo-2-2f7d45cc01666fea951f84e2863ad4f238906019.zip |
New package, ebuild by yours truly.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-dotnet/heap-buddy')
-rw-r--r-- | dev-dotnet/heap-buddy/ChangeLog | 10 | ||||
-rw-r--r-- | dev-dotnet/heap-buddy/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/heap-buddy/files/digest-heap-buddy-0.1 | 1 | ||||
-rw-r--r-- | dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild | 21 | ||||
-rw-r--r-- | dev-dotnet/heap-buddy/metadata.xml | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/dev-dotnet/heap-buddy/ChangeLog b/dev-dotnet/heap-buddy/ChangeLog new file mode 100644 index 000000000000..ed79eef12689 --- /dev/null +++ b/dev-dotnet/heap-buddy/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*heap-buddy-0.1 (22 Dec 2005) + + 22 Dec 2005; Peter Johanson <latexer@gentoo.org> +metadata.xml, + +heap-buddy-0.1.ebuild: + New package, ebuild by yours truly. + diff --git a/dev-dotnet/heap-buddy/Manifest b/dev-dotnet/heap-buddy/Manifest new file mode 100644 index 000000000000..caf7f1a2ceae --- /dev/null +++ b/dev-dotnet/heap-buddy/Manifest @@ -0,0 +1,2 @@ +MD5 2dc232334e8a907b94035ae24d205ca6 files/digest-heap-buddy-0.1 66 +MD5 e5dbb6ec66eb5defe74291f5674340ce heap-buddy-0.1.ebuild 487 diff --git a/dev-dotnet/heap-buddy/files/digest-heap-buddy-0.1 b/dev-dotnet/heap-buddy/files/digest-heap-buddy-0.1 new file mode 100644 index 000000000000..2d43f15948fe --- /dev/null +++ b/dev-dotnet/heap-buddy/files/digest-heap-buddy-0.1 @@ -0,0 +1 @@ +MD5 858d26f5cd88a7d49086d8c8f5ca2efa heap-buddy-0.1.tar.gz 319268 diff --git a/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild b/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild new file mode 100644 index 000000000000..6c9b58152a19 --- /dev/null +++ b/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 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 $ + +DESCRIPTION="Heap profile for use with the mono .NET runtime" +HOMEPAGE="http://www.mono-project.com/" +SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=dev-lang/mono-1.1.10 + >=dev-libs/glib-2.0" +DEPEND="${RDEPEND}" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS NEWS README +} diff --git a/dev-dotnet/heap-buddy/metadata.xml b/dev-dotnet/heap-buddy/metadata.xml new file mode 100644 index 000000000000..4ad551f1ca8f --- /dev/null +++ b/dev-dotnet/heap-buddy/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>dotnet</herd> + <maintainer> + <email>latexer@gentoo.org</email> + <name>Peter Johanson</name> + </maintainer> +</pkgmetadata> + |