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