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