summaryrefslogtreecommitdiff
path: root/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-3.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-3.0.2.ebuild')
-rw-r--r--dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-3.0.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-3.0.2.ebuild b/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-3.0.2.ebuild
deleted file mode 100644
index 019c636413e..00000000000
--- a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-3.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit mono multilib versionator
-
-DESCRIPTION="GDB Extension for MonoDevelop"
-HOMEPAGE="http://www.monodevelop.com/"
-SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/mono-2.4
- =dev-util/monodevelop-$(get_version_component_range 1-2)*
- sys-devel/gdb"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_configure() {
- ./configure --prefix=/usr
-}
-
-src_install() {
- default
- mono_multilib_comply
-}