summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-12 12:09:44 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-12 12:09:44 +0000
commitd8bb20c0ac8f25800b158af5adaac9a4822f388b (patch)
tree312924d409260abf7b7ecf186b26d90f6c822092 /dev-util
parentDrop old and unneeded dep (diff)
downloadgentoo-2-d8bb20c0ac8f25800b158af5adaac9a4822f388b.tar.gz
gentoo-2-d8bb20c0ac8f25800b158af5adaac9a4822f388b.tar.bz2
gentoo-2-d8bb20c0ac8f25800b158af5adaac9a4822f388b.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-database/ChangeLog9
-rw-r--r--dev-util/monodevelop-database/monodevelop-database-2.8.5.1.ebuild31
2 files changed, 6 insertions, 34 deletions
diff --git a/dev-util/monodevelop-database/ChangeLog b/dev-util/monodevelop-database/ChangeLog
index 42419744f32f..a4d4d93d6509 100644
--- a/dev-util/monodevelop-database/ChangeLog
+++ b/dev-util/monodevelop-database/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/monodevelop-database
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v 1.28 2012/12/07 04:55:30 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v 1.29 2013/10/12 12:09:44 pacho Exp $
+
+ 12 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+ -monodevelop-database-2.8.5.1.ebuild:
+ Drop old
07 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
monodevelop-database-3.0.2.ebuild:
@@ -142,4 +146,3 @@
31 Dec 2007; Jurek Bartuszek <jurek@gentoo.org> +metadata.xml,
+monodevelop-database-0.18.ebuild:
Initial version
-
diff --git a/dev-util/monodevelop-database/monodevelop-database-2.8.5.1.ebuild b/dev-util/monodevelop-database/monodevelop-database-2.8.5.1.ebuild
deleted file mode 100644
index 0448aae4f629..000000000000
--- a/dev-util/monodevelop-database/monodevelop-database-2.8.5.1.ebuild
+++ /dev/null
@@ -1,31 +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-database/monodevelop-database-2.8.5.1.ebuild,v 1.4 2012/05/22 12:18:20 ago Exp $
-
-EAPI="4"
-
-inherit mono multilib versionator
-
-DESCRIPTION="Database Browser 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=""
-
-RDEPEND=">=dev-lang/mono-2.6.1
- =dev-util/monodevelop-$(get_version_component_range 1-2)*"
-
-DEPEND="${RDEPEND}
- x11-misc/shared-mime-info
- >=dev-util/intltool-0.35
- virtual/pkgconfig"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_install() {
- default
- mono_multilib_comply
-}