Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gdl: gdl-3.2.0.ebuild ChangeLog
Date: Sun, 30 Oct 2011 03:54:08
Message-Id: 20111030035356.A3DA020033@flycatcher.gentoo.org
1 tetromino 11/10/30 03:53:56
2
3 Modified: ChangeLog
4 Added: gdl-3.2.0.ebuild
5 Log:
6 Bump to 3.2.0 from the gnome overlay. Notable changes: updates for gtk+-3.2.
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.66 dev-libs/gdl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 26 Sep 2011 11:35:33 -0000 1.65
24 +++ ChangeLog 30 Oct 2011 03:53:56 -0000 1.66
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/gdl
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.65 2011/09/26 11:35:33 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.66 2011/10/30 03:53:56 tetromino Exp $
30 +
31 +*gdl-3.2.0 (30 Oct 2011)
32 +
33 + 30 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> +gdl-3.2.0.ebuild:
34 + Bump to 3.2.0 from the gnome overlay. Notable changes: updates for gtk+-3.2.
35
36 26 Sep 2011; Pacho Ramos <pacho@g.o> -gdl-3.0.0.ebuild,
37 -gdl-3.0.1.ebuild, gdl-3.0.2.ebuild:
38
39
40
41 1.1 dev-libs/gdl/gdl-3.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gdl-3.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.2.0.ebuild,v 1.1 2011/10/30 03:53:56 tetromino Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="The Gnome Devtool Libraries"
59 HOMEPAGE="http://www.gnome.org/"
60
61 LICENSE="LGPL-2.1"
62 SLOT="3"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="doc +introspection"
65
66 RDEPEND="dev-libs/glib:2
67 >=x11-libs/gtk+-3.0.0:3[introspection?]
68 >=dev-libs/libxml2-2.4:2
69 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 >=sys-devel/gettext-0.17
73 >=dev-util/intltool-0.40.1
74 doc? ( >=dev-util/gtk-doc-1.4 )"
75
76 pkg_setup() {
77 G2CONF="${G2CONF}
78 $(use_enable introspection)"
79 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
80 }