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-2.10.1.ebuild gtksourceviewmm-2.2.0.ebuild
Date: Mon, 24 Jan 2011 16:22:58
Message-Id: 20110124162247.BD6E320054@flycatcher.gentoo.org
1 eva 11/01/24 16:22:47
2
3 Modified: ChangeLog gtksourceviewmm-2.10.1.ebuild
4 Removed: gtksourceviewmm-2.2.0.ebuild
5 Log:
6 Pin gtkmm and gtksourceviewmm dependencies to appropriate slot. Move DOCS to pkg_setup. Clean up old revision.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-cpp/gtksourceviewmm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 11 Sep 2010 18:17:55 -0000 1.11
24 +++ ChangeLog 24 Jan 2011 16:22:47 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-cpp/gtksourceviewmm
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.11 2010/09/11 18:17:55 josejx Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.12 2011/01/24 16:22:47 eva Exp $
31 +
32 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
33 + -gtksourceviewmm-2.2.0.ebuild, gtksourceviewmm-2.10.1.ebuild:
34 + Pin gtkmm and gtksourceviewmm dependencies to appropriate slot. Move DOCS to
35 + pkg_setup. Clean up old revision.
36
37 11 Sep 2010; Joseph Jezak <josejx@g.o>
38 gtksourceviewmm-2.10.1.ebuild:
39
40
41
42 1.6 dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild?r1=1.5&r2=1.6
47
48 Index: gtksourceviewmm-2.10.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- gtksourceviewmm-2.10.1.ebuild 11 Sep 2010 18:17:55 -0000 1.5
55 +++ gtksourceviewmm-2.10.1.ebuild 24 Jan 2011 16:22:47 -0000 1.6
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2010 Gentoo Foundation
58 +# Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.5 2010/09/11 18:17:55 josejx Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.6 2011/01/24 16:22:47 eva Exp $
62
63 EAPI="2"
64
65 @@ -14,17 +14,16 @@
66 SLOT="2.0"
67 LICENSE="LGPL-2.1"
68
69 -RDEPEND=">=dev-cpp/gtkmm-2.12
70 - >=x11-libs/gtksourceview-2.10.0
71 +RDEPEND=">=dev-cpp/gtkmm-2.12:2.4
72 + >=x11-libs/gtksourceview-2.10.0:2.0
73 !>=dev-cpp/libgtksourceviewmm-1"
74
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 doc? ( app-doc/doxygen )"
78
79 -DOCS="AUTHORS ChangeLog* NEWS README"
80 -
81 pkg_setup() {
82 + DOCS="AUTHORS ChangeLog* NEWS README"
83 G2CONF="${G2CONF} $(use_enable doc documentation)"
84 }