Gentoo Archives: gentoo-commits

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