summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-10-07 20:25:00 +0000
committerPacho Ramos <pacho@gentoo.org>2010-10-07 20:25:00 +0000
commit77f7c8cbf676c66a8f89b0ea99d8924c3a5363f0 (patch)
treea90a5f70fed66b70bea2a598084fec0bfc34d711 /dev-util/monodevelop-debugger-gdb
parentRemove old. (diff)
downloadgentoo-2-77f7c8cbf676c66a8f89b0ea99d8924c3a5363f0.tar.gz
gentoo-2-77f7c8cbf676c66a8f89b0ea99d8924c3a5363f0.tar.bz2
gentoo-2-77f7c8cbf676c66a8f89b0ea99d8924c3a5363f0.zip
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/monodevelop-debugger-gdb')
-rw-r--r--dev-util/monodevelop-debugger-gdb/ChangeLog9
-rw-r--r--dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.0.ebuild38
-rw-r--r--dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.1.1.ebuild38
-rw-r--r--dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.1.ebuild38
-rw-r--r--dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.ebuild38
5 files changed, 8 insertions, 153 deletions
diff --git a/dev-util/monodevelop-debugger-gdb/ChangeLog b/dev-util/monodevelop-debugger-gdb/ChangeLog
index 2cec3986c447..fda1a580a1ba 100644
--- a/dev-util/monodevelop-debugger-gdb/ChangeLog
+++ b/dev-util/monodevelop-debugger-gdb/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/monodevelop-debugger-gdb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/ChangeLog,v 1.8 2010/09/23 22:15:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/ChangeLog,v 1.9 2010/10/07 20:25:00 pacho Exp $
+
+ 07 Oct 2010; Pacho Ramos <pacho@gentoo.org>
+ -monodevelop-debugger-gdb-2.0.ebuild,
+ -monodevelop-debugger-gdb-2.1.1.ebuild,
+ -monodevelop-debugger-gdb-2.2.ebuild,
+ -monodevelop-debugger-gdb-2.2.1.ebuild:
+ Remove old.
23 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
monodevelop-debugger-gdb-2.4.ebuild:
diff --git a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.0.ebuild b/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.0.ebuild
deleted file mode 100644
index 37be52f1b36e..000000000000
--- a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.0.ebuild,v 1.1 2009/03/30 18:57:47 loki_val Exp $
-
-EAPI=2
-
-inherit mono multilib
-
-DESCRIPTION="GDB Extension for MonoDevelop"
-HOMEPAGE="http://www.monodevelop.com/"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/mono-2
- =dev-util/monodevelop-${PV}*
- sys-devel/gdb"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.23"
-
-src_configure() {
- ./configure \
- --prefix=/usr \
- || die "configure failed"
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "install failed"
- mono_multilib_comply
-}
diff --git a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.1.1.ebuild b/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.1.1.ebuild
deleted file mode 100644
index 0429c7c82ebf..000000000000
--- a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.1.1.ebuild,v 1.1 2009/10/18 12:18:02 loki_val Exp $
-
-EAPI=2
-
-inherit mono multilib
-
-DESCRIPTION="GDB Extension for MonoDevelop"
-HOMEPAGE="http://www.monodevelop.com/"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/mono-2.4
- =dev-util/monodevelop-${PV}*
- sys-devel/gdb"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.23"
-
-src_configure() {
- ./configure \
- --prefix=/usr \
- || die "configure failed"
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "install failed"
- mono_multilib_comply
-}
diff --git a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.1.ebuild b/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.1.ebuild
deleted file mode 100644
index 57fb41b3c86f..000000000000
--- a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.1.ebuild,v 1.1 2010/02/25 13:48:41 patrick Exp $
-
-EAPI=2
-
-inherit mono multilib
-
-DESCRIPTION="GDB Extension for MonoDevelop"
-HOMEPAGE="http://www.monodevelop.com/"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/mono-2.4
- =dev-util/monodevelop-${PV}*
- sys-devel/gdb"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.23"
-
-src_configure() {
- ./configure \
- --prefix=/usr \
- || die "configure failed"
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "install failed"
- mono_multilib_comply
-}
diff --git a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.ebuild b/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.ebuild
deleted file mode 100644
index bde27ae1d8a5..000000000000
--- a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.2.ebuild,v 1.1 2010/02/25 13:48:41 patrick Exp $
-
-EAPI=2
-
-inherit mono multilib
-
-DESCRIPTION="GDB Extension for MonoDevelop"
-HOMEPAGE="http://www.monodevelop.com/"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/mono-2.4
- =dev-util/monodevelop-${PV}*
- sys-devel/gdb"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.23"
-
-src_configure() {
- ./configure \
- --prefix=/usr \
- || die "configure failed"
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "install failed"
- mono_multilib_comply
-}