summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-12 12:10:36 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-12 12:10:36 +0000
commit64165c1d3ca944b28d43b9de1770f81cb6135382 (patch)
tree7f3eb7db84fba39255bb9c29735377d51966c6c7 /dev-util
parentDrop old (diff)
downloadgentoo-2-64165c1d3ca944b28d43b9de1770f81cb6135382.tar.gz
gentoo-2-64165c1d3ca944b28d43b9de1770f81cb6135382.tar.bz2
gentoo-2-64165c1d3ca944b28d43b9de1770f81cb6135382.zip
Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/monodevelop-debugger-gdb/ChangeLog9
-rw-r--r--dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.8.5.1.ebuild34
2 files changed, 6 insertions, 37 deletions
diff --git a/dev-util/monodevelop-debugger-gdb/ChangeLog b/dev-util/monodevelop-debugger-gdb/ChangeLog
index 9d1c562ae1b0..04ba315cebe5 100644
--- a/dev-util/monodevelop-debugger-gdb/ChangeLog
+++ b/dev-util/monodevelop-debugger-gdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/monodevelop-debugger-gdb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/ChangeLog,v 1.22 2012/12/07 04:56:24 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-debugger-gdb/ChangeLog,v 1.23 2013/10/12 12:10:36 pacho Exp $
+
+ 12 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+ -monodevelop-debugger-gdb-2.8.5.1.ebuild:
+ Drop old
07 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
monodevelop-debugger-gdb-3.0.2.ebuild:
@@ -122,4 +126,3 @@
+monodevelop-debugger-gdb-1.9.2.ebuild:
Beta1 of monodevelop-debugger-gdb-2. Bug 259798. Initial commit. Thanks to
uzytkownik <uzytkownik2@gmail.com>.
-
diff --git a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.8.5.1.ebuild b/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.8.5.1.ebuild
deleted file mode 100644
index 993e37b53a20..000000000000
--- a/dev-util/monodevelop-debugger-gdb/monodevelop-debugger-gdb-2.8.5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.8.5.1.ebuild,v 1.4 2012/05/22 12:18:37 ago Exp $
-
-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
-}