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: gtksourceviewmm-3.12.0.ebuild ChangeLog
Date: Fri, 01 May 2015 15:39:27
Message-Id: 20150501153919.E24189AC@oystercatcher.gentoo.org
1 eva 15/05/01 15:39:18
2
3 Modified: ChangeLog
4 Added: gtksourceviewmm-3.12.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.34 dev-cpp/gtksourceviewmm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.34&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.34&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?r1=1.33&r2=1.34
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v
20 retrieving revision 1.33
21 retrieving revision 1.34
22 diff -u -r1.33 -r1.34
23 --- ChangeLog 27 Apr 2014 09:34:15 -0000 1.33
24 +++ ChangeLog 1 May 2015 15:39:18 -0000 1.34
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-cpp/gtksourceviewmm
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.33 2014/04/27 09:34:15 pacho Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.34 2015/05/01 15:39:18 eva Exp $
31 +
32 +*gtksourceviewmm-3.12.0 (01 May 2015)
33 +
34 + 01 May 2015; Gilles Dartiguelongue <eva@g.o>
35 + +gtksourceviewmm-3.12.0.ebuild:
36 + Version bump.
37
38 27 Apr 2014; Pacho Ramos <pacho@g.o> gtksourceviewmm-3.2.0.ebuild:
39 Move to ~ppc as they won't stabilize newer deps
40
41
42
43 1.1 dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtksourceviewmm-3.12.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 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.12.0.ebuild,v 1.1 2015/05/01 15:39:18 eva Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2 eutils
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="
68 >=dev-cpp/glibmm-2.28:2
69 >=dev-cpp/gtkmm-3.2:3.0
70 >=x11-libs/gtksourceview-3.12:3.0
71
72 dev-cpp/atkmm
73 dev-cpp/cairomm
74 dev-cpp/pangomm:1.4
75 "
76 DEPEND="${RDEPEND}
77 virtual/pkgconfig
78 doc? ( app-doc/doxygen )
79 "
80
81 src_configure() {
82 DOCS="AUTHORS ChangeLog* NEWS README"
83 gnome2_src_configure $(use_enable doc documentation)
84 }