Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gdl: ChangeLog gdl-2.24.0.ebuild
Date: Mon, 24 Nov 2008 13:51:24
Message-Id: E1L4bqT-0000nl-UL@stork.gentoo.org
1 eva 08/11/24 13:51:21
2
3 Modified: ChangeLog
4 Added: gdl-2.24.0.ebuild
5 Log:
6 Bump to 2.24.0. Smaller button, use GtkTooltip API, code clean up, bug fixes and updated translations.
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.21 dev-libs/gdl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 25 Sep 2008 16:28:03 -0000 1.20
23 +++ ChangeLog 24 Nov 2008 13:51:21 -0000 1.21
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/gdl
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.20 2008/09/25 16:28:03 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.21 2008/11/24 13:51:21 eva Exp $
29 +
30 +*gdl-2.24.0 (24 Nov 2008)
31 +
32 + 24 Nov 2008; Gilles Dartiguelongue <eva@g.o> +gdl-2.24.0.ebuild:
33 + Bump to 2.24.0. Smaller button, use GtkTooltip API, code clean up, bug
34 + fixes and updated translations.
35
36 25 Sep 2008; Jeroen Roovers <jer@g.o> gdl-0.7.11.ebuild:
37 Stable for HPPA (bug #236971).
38
39
40
41 1.1 dev-libs/gdl/gdl-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gdl-2.24.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v 1.1 2008/11/24 13:51:21 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="The Gnome Devtool Libraries"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/glib-2
63 >=x11-libs/gtk+-2.12
64 >=dev-libs/libxml2-2.4
65 >=gnome-base/libglade-2.0"
66 DEPEND="${RDEPEND}
67 !<dev-python/gdl-python-2.19.1-r1
68 dev-util/pkgconfig
69 >=dev-util/intltool-0.35
70 doc? ( >=dev-util/gtk-doc-1.4 )"
71
72 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"