Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.1.2.ebuild gtksourceview-2.1.1.ebuild gtksourceview-2.1.0.ebuild
Date: Tue, 05 Feb 2008 10:44:16
Message-Id: E1JMLHh-0003Hn-UO@stork.gentoo.org
1 remi 08/02/05 10:44:13
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.1.2.ebuild
5 Removed: gtksourceview-2.1.1.ebuild
6 gtksourceview-2.1.0.ebuild
7 Log:
8 x11-libs/gtksourceview: bump to 2.1.2
9 (Portage version: 2.1.4.1)
10
11 Revision Changes Path
12 1.127 x11-libs/gtksourceview/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.127&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.127&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.126&r2=1.127
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
21 retrieving revision 1.126
22 retrieving revision 1.127
23 diff -u -r1.126 -r1.127
24 --- ChangeLog 4 Feb 2008 04:20:02 -0000 1.126
25 +++ ChangeLog 5 Feb 2008 10:44:13 -0000 1.127
26 @@ -1,6 +1,14 @@
27 # ChangeLog for x11-libs/gtksourceview
28 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.126 2008/02/04 04:20:02 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.127 2008/02/05 10:44:13 remi Exp $
31 +
32 +*gtksourceview-2.1.2 (05 Feb 2008)
33 +
34 + 05 Feb 2008; RĂ©mi Cardona <remi@g.o>
35 + -files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch,
36 + -gtksourceview-2.1.0.ebuild, -gtksourceview-2.1.1.ebuild,
37 + +gtksourceview-2.1.2.ebuild:
38 + bump to 2.1.2, gtkdoc patch included upstream
39
40 04 Feb 2008; Jeroen Roovers <jer@g.o> gtksourceview-2.0.2.ebuild:
41 Stable for HPPA (bug #208366).
42
43
44
45 1.1 x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gtksourceview-2.1.2.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild,v 1.1 2008/02/05 10:44:13 remi Exp $
55
56 inherit gnome2 eutils
57
58 DESCRIPTION="A text widget implementing syntax highlighting and other features"
59 HOMEPAGE="http://www.gnome.org/"
60
61 LICENSE="GPL-2"
62 SLOT="2.0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE="doc"
65
66 RDEPEND=">=x11-libs/gtk+-2.8
67 >=dev-libs/libxml2-2.5
68 >=dev-libs/glib-2
69 >=dev-libs/libpcre-7.4"
70 DEPEND="${RDEPEND}
71 sys-devel/gettext
72 >=dev-util/intltool-0.35
73 >=dev-util/pkgconfig-0.9
74 doc? ( >=dev-util/gtk-doc-1 )"
75
76 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
77
78 pkg_setup() {
79 # Removes the gnome-vfs dep
80 G2CONF="${G2CONF} --disable-build-tests --with-system-pcre"
81 }
82
83 src_install() {
84 gnome2_src_install
85
86 insinto /usr/share/${PN}-2.0/language-specs
87 doins "${FILESDIR}"/2.0/gentoo.lang
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list