summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild')
-rw-r--r--dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild b/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild
deleted file mode 100644
index 3720947eb8fd..000000000000
--- a/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 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.4 2008/03/01 23:20:01 compnerd Exp $
-
-inherit mono
-
-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="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/mono-1.1.10
- >=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.20"
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-}