diff options
Diffstat (limited to 'dev-util/mono-debugger/mono-debugger-0.60.ebuild')
-rw-r--r-- | dev-util/mono-debugger/mono-debugger-0.60.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/mono-debugger/mono-debugger-0.60.ebuild b/dev-util/mono-debugger/mono-debugger-0.60.ebuild deleted file mode 100644 index 0efb7023324a..000000000000 --- a/dev-util/mono-debugger/mono-debugger-0.60.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-0.60.ebuild,v 1.3 2008/12/06 20:32:23 keri Exp $ - -inherit eutils mono - -DESCRIPTION="Debugger for .NET managed and unmanaged applications" -HOMEPAGE="http://www.go-mono.com" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-1.2.4 - sys-libs/readline" -DEPEND="${RDEPEND} - !dev-lang/mercury - >=dev-util/pkgconfig-0.20" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${PN}-kernel-2.6.19-fix-i386-asm.patch" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README ChangeLog AUTHORS NEWS -} |