Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/gtksourceviewmm: ChangeLog gtksourceviewmm-3.0.0.ebuild
Date: Sun, 08 May 2011 13:59:48
Message-Id: 20110508135938.4978A2004F@flycatcher.gentoo.org
1 eva 11/05/08 13:59:38
2
3 Modified: ChangeLog
4 Added: gtksourceviewmm-3.0.0.ebuild
5 Log:
6 Add slot 3.0 from gnome overlay, bug #361127.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-cpp/gtksourceviewmm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 24 Jan 2011 16:22:47 -0000 1.12
24 +++ ChangeLog 8 May 2011 13:59:38 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-cpp/gtksourceviewmm
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.12 2011/01/24 16:22:47 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.13 2011/05/08 13:59:38 eva Exp $
30 +
31 +*gtksourceviewmm-3.0.0 (08 May 2011)
32 +
33 + 08 May 2011; Gilles Dartiguelongue <eva@g.o>
34 + +gtksourceviewmm-3.0.0.ebuild:
35 + Add slot 3.0 from gnome overlay, bug #361127.
36
37 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
38 -gtksourceviewmm-2.2.0.ebuild, gtksourceviewmm-2.10.1.ebuild:
39
40
41
42 1.1 dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtksourceviewmm-3.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild,v 1.1 2011/05/08 13:59:38 eva Exp $
52
53 EAPI="4"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="C++ bindings for gtksourceview"
60 HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/"
61
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="doc"
64 SLOT="3.0"
65 LICENSE="LGPL-2.1"
66
67 RDEPEND=">=dev-cpp/glibmm-2.28:2
68 >=dev-cpp/gtkmm-3:3.0
69 >=x11-libs/gtksourceview-3:3.0
70
71 dev-cpp/atkmm
72 dev-cpp/cairomm
73 dev-cpp/pangomm:1.4"
74 DEPEND="${RDEPEND}
75 dev-util/pkgconfig
76 doc? ( app-doc/doxygen )"
77
78 pkg_setup() {
79 DOCS="AUTHORS ChangeLog* NEWS README"
80 G2CONF="${G2CONF} $(use_enable doc documentation)"
81 }