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: gtksourceview-2.8.1.ebuild ChangeLog
Date: Thu, 29 Oct 2009 21:28:24
Message-Id: E1N3cXe-0007f4-2b@stork.gentoo.org
1 eva 09/10/29 21:28:22
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.8.1.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.165 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.165&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.165&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.164&r2=1.165
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.164
20 retrieving revision 1.165
21 diff -u -r1.164 -r1.165
22 --- ChangeLog 28 Oct 2009 22:53:13 -0000 1.164
23 +++ ChangeLog 29 Oct 2009 21:28:21 -0000 1.165
24 @@ -1,6 +1,16 @@
25 # ChangeLog for x11-libs/gtksourceview
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.164 2009/10/28 22:53:13 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.165 2009/10/29 21:28:21 eva Exp $
29 +
30 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> files/2.0/gentoo.lang,
31 + +gtksourceview-2.8.1.ebuild:
32 + New version for GNOME 2.28.
33 +
34 +*gtksourceview-2.8.1 (29 Oct 2009)
35 +
36 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> files/2.0/gentoo.lang,
37 + +gtksourceview-2.8.1.ebuild:
38 + New version for GNOME 2.28.
39
40 28 Oct 2009; Gilles Dartiguelongue <eva@g.o> files/2.0/gentoo.lang,
41 -gtksourceview-2.6.1.ebuild, files/gentoo.lang:
42
43
44
45 1.1 x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gtksourceview-2.8.1.ebuild
51 ===================================================================
52 # Copyright 1999-2009 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.8.1.ebuild,v 1.1 2009/10/29 21:28:21 eva Exp $
55
56 GCONF_DEBUG="no"
57
58 inherit gnome2
59
60 DESCRIPTION="A text widget implementing syntax highlighting and other features"
61 HOMEPAGE="http://www.gnome.org/"
62
63 LICENSE="GPL-2"
64 SLOT="2.0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="doc"
67
68 RDEPEND=">=x11-libs/gtk+-2.12
69 >=dev-libs/libxml2-2.5
70 >=dev-libs/glib-2.14"
71 DEPEND="${RDEPEND}
72 sys-devel/gettext
73 >=dev-util/intltool-0.40
74 >=dev-util/pkgconfig-0.9
75 doc? ( >=dev-util/gtk-doc-1 )"
76
77 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
78
79 src_install() {
80 gnome2_src_install
81
82 find "${D}" -name "*.la" -delete || die "remove of la files failed"
83
84 insinto /usr/share/${PN}-2.0/language-specs
85 doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
86 }