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-1.8.5-r1.ebuild
Date: Wed, 19 Sep 2007 19:09:06
Message-Id: E1IY4nO-00045f-74@stork.gentoo.org
1 dang 07/09/19 19:01:10
2
3 Modified: ChangeLog
4 Added: gtksourceview-1.8.5-r1.ebuild
5 Log:
6 Add a language spec for ebuilds; bug #155350
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.100 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.100&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.100&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.99&r2=1.100
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.99
20 retrieving revision 1.100
21 diff -u -r1.99 -r1.100
22 --- ChangeLog 2 Jun 2007 02:45:49 -0000 1.99
23 +++ ChangeLog 19 Sep 2007 19:01:09 -0000 1.100
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/gtksourceview
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.99 2007/06/02 02:45:49 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.100 2007/09/19 19:01:09 dang Exp $
29 +
30 +*gtksourceview-1.8.5-r1 (19 Sep 2007)
31 +
32 + 19 Sep 2007; Daniel Gryniewicz <dang@g.o> +files/gentoo.lang,
33 + +gtksourceview-1.8.5-r1.ebuild:
34 + Add a language spec for ebuilds; bug #155350
35
36 02 Jun 2007; Brent Baude <ranger@g.o> gtksourceview-1.8.5.ebuild:
37 Marking gtksourceview-1.8.5 ppc stable for bug #171107
38
39
40
41 1.1 x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtksourceview-1.8.5-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.1 2007/09/19 19:01:09 dang Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="A text widget implementing syntax highlighting and other features"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 RDEPEND=">=x11-libs/gtk+-2.8
63 >=dev-libs/libxml2-2.5
64 >=gnome-base/libgnomeprint-2.8
65 >=dev-libs/glib-2"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext
68 >=dev-util/intltool-0.35
69 >=dev-util/pkgconfig-0.9
70 doc? ( >=dev-util/gtk-doc-1 )"
71
72 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
73
74 pkg_setup() {
75 # Removes the gnome-vfs dep
76 G2CONF="${G2CONF} --disable-build-tests"
77 }
78
79 src_install() {
80 gnome2_src_install
81
82 insinto /usr/share/${PN}-1.0/language-specs
83 doins "${FILESDIR}"/gentoo.lang
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list