summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/monodevelop/monodevelop-0.2.ebuild')
-rw-r--r--dev-util/monodevelop/monodevelop-0.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/monodevelop/monodevelop-0.2.ebuild b/dev-util/monodevelop/monodevelop-0.2.ebuild
deleted file mode 100644
index 75ee025010cf..000000000000
--- a/dev-util/monodevelop/monodevelop-0.2.ebuild
+++ /dev/null
@@ -1,36 +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/monodevelop/monodevelop-0.2.ebuild,v 1.1 2004/04/02 03:16:06 latexer Exp $
-
-inherit mono
-
-DESCRIPTION="MonoDevelop is a project to port SharpDevelop to Gtk#"
-SRC_URI="http://go-mono.com/archive/${P}.tar.gz"
-HOMEPAGE="http://monodevelop.com/"
-LICENSE="GPL-2"
-
-IUSE="nptl"
-DEPEND="nptl? ( dev-util/mono-debugger )
- >=dev-dotnet/gtksourceview-sharp-0.1.0
- >=dev-dotnet/gecko-sharp-0.1
- >=dev-dotnet/mono-0.31
- >=dev-util/monodoc-0.13
- >=x11-libs/gtk-sharp-0.18"
-
-KEYWORDS="~x86"
-SLOT="0"
-
-src_compile() {
- econf || die
- MAKEOPTS="-j1" make || die
-}
-
-src_install () {
- # Needed if update-mime-info is run
- addwrite ${ROOT}/usr/share/mime
-
- make DESTDIR=${D} install || die
-
- # Install documentation.
- dodoc ChangeLog README
-}