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