summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-11-23 19:21:02 +0000
committerPacho Ramos <pacho@gentoo.org>2011-11-23 19:21:02 +0000
commita374ca325f40abea83c30c27acf2e41912ab73bc (patch)
tree4370f4132e58279ba4f1bbd8c26ecb9e53b580ff
parentReplace original patch with the version accepted upstream (diff)
downloadhistorical-a374ca325f40abea83c30c27acf2e41912ab73bc.tar.gz
historical-a374ca325f40abea83c30c27acf2e41912ab73bc.tar.bz2
historical-a374ca325f40abea83c30c27acf2e41912ab73bc.zip
Version bump, remove old.
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
-rw-r--r--dev-util/monodevelop-database/ChangeLog8
-rw-r--r--dev-util/monodevelop-database/monodevelop-database-2.8.2.ebuild (renamed from dev-util/monodevelop-database/monodevelop-database-2.4.ebuild)17
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-util/monodevelop-database/ChangeLog b/dev-util/monodevelop-database/ChangeLog
index 061b286d66d5..c25db12ce162 100644
--- a/dev-util/monodevelop-database/ChangeLog
+++ b/dev-util/monodevelop-database/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/monodevelop-database
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v 1.20 2011/11/05 12:23:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v 1.21 2011/11/23 19:21:02 pacho Exp $
+
+*monodevelop-database-2.8.2 (23 Nov 2011)
+
+ 23 Nov 2011; Pacho Ramos <pacho@gentoo.org>
+ +monodevelop-database-2.8.2.ebuild, -monodevelop-database-2.4.ebuild:
+ Version bump, remove old.
05 Nov 2011; Markos Chandras <hwoarang@gentoo.org>
monodevelop-database-2.6.ebuild:
diff --git a/dev-util/monodevelop-database/monodevelop-database-2.4.ebuild b/dev-util/monodevelop-database/monodevelop-database-2.8.2.ebuild
index 48a90ba5657f..13c79b8c9214 100644
--- a/dev-util/monodevelop-database/monodevelop-database-2.4.ebuild
+++ b/dev-util/monodevelop-database/monodevelop-database-2.8.2.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.4.ebuild,v 1.4 2010/11/27 16:09:17 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/monodevelop-database-2.8.2.ebuild,v 1.1 2011/11/23 19:21:02 pacho Exp $
-EAPI=2
+EAPI="4"
inherit mono multilib versionator
DESCRIPTION="Database Browser Extension for MonoDevelop"
HOMEPAGE="http://www.monodevelop.com/"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
+SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/mono-2.6.1
@@ -23,12 +23,9 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.19"
-src_compile() {
- emake -j1 || die "make failed"
-}
+MAKEOPTS="${MAKEOPTS} -j1"
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc ChangeLog README || die "dodoc failed"
+ default
mono_multilib_comply
}