Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gdl: ChangeLog gdl-3.0.1.ebuild
Date: Fri, 29 Apr 2011 17:36:25
Message-Id: 20110429173613.1645D20054@flycatcher.gentoo.org
1 nirbheek 11/04/29 17:36:13
2
3 Modified: ChangeLog
4 Added: gdl-3.0.1.ebuild
5 Log:
6 Bump to 3.0.1
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.62 dev-libs/gdl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 29 Apr 2011 00:58:33 -0000 1.61
24 +++ ChangeLog 29 Apr 2011 17:36:13 -0000 1.62
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.61 2011/04/29 00:58:33 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.62 2011/04/29 17:36:13 nirbheek Exp $
30 +
31 +*gdl-3.0.1 (29 Apr 2011)
32 +
33 + 29 Apr 2011; Nirbheek Chauhan <nirbheek@g.o> +gdl-3.0.1.ebuild:
34 + Bump to 3.0.1
35
36 29 Apr 2011; Jeroen Roovers <jer@g.o> gdl-3.0.0.ebuild:
37 Marked ~hppa (bug #364693).
38
39
40
41 1.1 dev-libs/gdl/gdl-3.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gdl-3.0.1.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.0.1.ebuild,v 1.1 2011/04/29 17:36:13 nirbheek Exp $
51
52 EAPI="3"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit eutils 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 ~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 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"