Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.6.1.ebuild gtksourceview-2.4.1.ebuild gtksourceview-2.2.2.ebuild gtksourceview-2.2.1.ebuild gtksourceview-2.0.2.ebuild
Date: Sun, 03 May 2009 11:01:35
Message-Id: E1M0ZRs-0000PE-R7@stork.gentoo.org
1 eva 09/05/03 11:01:32
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.6.1.ebuild
5 Removed: gtksourceview-2.4.1.ebuild
6 gtksourceview-2.2.2.ebuild
7 gtksourceview-2.2.1.ebuild
8 gtksourceview-2.0.2.ebuild
9 Log:
10 New version for GNOME 2.26. Misc bugfixes, update to lang files and translation updates. Clean up old revisions.
11 (Portage version: 2.2_rc31/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.158 x11-libs/gtksourceview/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.158&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.158&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.157&r2=1.158
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
23 retrieving revision 1.157
24 retrieving revision 1.158
25 diff -u -r1.157 -r1.158
26 --- ChangeLog 28 Apr 2009 11:02:51 -0000 1.157
27 +++ ChangeLog 3 May 2009 11:01:32 -0000 1.158
28 @@ -1,6 +1,15 @@
29 # ChangeLog for x11-libs/gtksourceview
30 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.157 2009/04/28 11:02:51 armin76 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.158 2009/05/03 11:01:32 eva Exp $
33 +
34 +*gtksourceview-2.6.1 (03 May 2009)
35 +
36 + 03 May 2009; Gilles Dartiguelongue <eva@g.o>
37 + -gtksourceview-2.0.2.ebuild, -gtksourceview-2.2.1.ebuild,
38 + -gtksourceview-2.2.2.ebuild, -gtksourceview-2.4.1.ebuild,
39 + +gtksourceview-2.6.1.ebuild:
40 + New version for GNOME 2.26. Misc bugfixes, update to lang files and
41 + translation updates. Clean up old revisions.
42
43 28 Apr 2009; Raúl Porcel <armin76@g.o> gtksourceview-2.4.2.ebuild:
44 sh stable
45
46
47
48 1.1 x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: gtksourceview-2.6.1.ebuild
54 ===================================================================
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild,v 1.1 2009/05/03 11:01:32 eva Exp $
58
59 inherit gnome2
60
61 DESCRIPTION="A text widget implementing syntax highlighting and other features"
62 HOMEPAGE="http://www.gnome.org/"
63
64 LICENSE="GPL-2"
65 SLOT="2.0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE="doc"
68
69 RDEPEND=">=x11-libs/gtk+-2.12
70 >=dev-libs/libxml2-2.5
71 >=dev-libs/glib-2.14"
72 DEPEND="${RDEPEND}
73 sys-devel/gettext
74 >=dev-util/intltool-0.40
75 >=dev-util/pkgconfig-0.9
76 doc? ( >=dev-util/gtk-doc-1 )"
77
78 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
79
80 src_install() {
81 gnome2_src_install
82
83 insinto /usr/share/${PN}-2.0/language-specs
84 doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
85 }