summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/mono-debugger/mono-debugger-0.4.ebuild')
-rw-r--r--dev-util/mono-debugger/mono-debugger-0.4.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/mono-debugger/mono-debugger-0.4.ebuild b/dev-util/mono-debugger/mono-debugger-0.4.ebuild
deleted file mode 100644
index 54992822d4bc..000000000000
--- a/dev-util/mono-debugger/mono-debugger-0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-0.4.ebuild,v 1.3 2004/04/01 21:31:12 latexer Exp $
-
-inherit mono libtool
-
-DESCRIPTION="Debugger for mono applications."
-HOMEPAGE="http://www.go-mono.com"
-SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=">=dev-dotnet/mono-0.25-r1
- >=x11-libs/gtk-sharp-0.10
- x11-libs/libzvt"
-
-src_compile() {
- elibtoolize
- EXTRA_ECONF='--disable-readline'
- econf || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
-}