Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/monodevelop-database: ChangeLog monodevelop-database-2.2.ebuild
Date: Thu, 25 Feb 2010 13:48:25
Message-Id: E1Nke4l-0003pz-6D@stork.gentoo.org
1 patrick 10/02/25 13:48:23
2
3 Modified: ChangeLog
4 Added: monodevelop-database-2.2.ebuild
5 Log:
6 Bump
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-util/monodevelop-database/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodevelop-database/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodevelop-database/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodevelop-database/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 18 Oct 2009 12:17:43 -0000 1.10
23 +++ ChangeLog 25 Feb 2010 13:48:22 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-util/monodevelop-database
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v 1.10 2009/10/18 12:17:43 loki_val Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/ChangeLog,v 1.11 2010/02/25 13:48:22 patrick Exp $
30 +
31 +*monodevelop-database-2.2 (25 Feb 2010)
32 +
33 + 25 Feb 2010; Patrick Lauer <patrick@g.o>
34 + +monodevelop-database-2.2.ebuild:
35 + Bump
36
37 *monodevelop-database-2.1.1 (18 Oct 2009)
38
39
40
41
42 1.1 dev-util/monodevelop-database/monodevelop-database-2.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodevelop-database/monodevelop-database-2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodevelop-database/monodevelop-database-2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: monodevelop-database-2.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-database/monodevelop-database-2.2.ebuild,v 1.1 2010/02/25 13:48:22 patrick Exp $
52
53 EAPI=2
54
55 inherit mono multilib
56
57 DESCRIPTION="Database Browser Extension for MonoDevelop"
58 HOMEPAGE="http://www.monodevelop.com/"
59 SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-lang/mono-2.4
67 =dev-util/monodevelop-${PV}*
68 dev-dotnet/gtksourceview-sharp:1"
69
70 DEPEND="${RDEPEND}
71 x11-misc/shared-mime-info
72 >=dev-util/intltool-0.35
73 >=dev-util/pkgconfig-0.19"
74
75 src_compile() {
76 emake -j1 || die "make failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "install failed"
81 dodoc ChangeLog README || die "dodoc failed"
82 mono_multilib_comply
83 }