Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gucharmap: ChangeLog gucharmap-2.24.3.ebuild
Date: Mon, 26 Jan 2009 22:08:19
Message-Id: E1LRZcv-00012j-Gn@stork.gentoo.org
1 eva 09/01/26 22:08:17
2
3 Modified: ChangeLog
4 Added: gucharmap-2.24.3.ebuild
5 Log:
6 Bump to 2.24.3. Bug fixes.
7 (Portage version: 2.2_rc22/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.109 gnome-extra/gucharmap/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/ChangeLog?r1=1.108&r2=1.109
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- ChangeLog 14 Dec 2008 16:00:16 -0000 1.108
23 +++ ChangeLog 26 Jan 2009 22:08:17 -0000 1.109
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/gucharmap
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.108 2008/12/14 16:00:16 eva Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.109 2009/01/26 22:08:17 eva Exp $
30 +
31 +*gucharmap-2.24.3 (26 Jan 2009)
32 +
33 + 26 Jan 2009; Gilles Dartiguelongue <eva@g.o>
34 + +gucharmap-2.24.3.ebuild:
35 + Bump to 2.24.3. Bug fixes.
36
37 *gucharmap-2.24.2 (14 Dec 2008)
38
39
40
41
42 1.1 gnome-extra/gucharmap/gucharmap-2.24.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.24.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.24.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gucharmap-2.24.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.24.3.ebuild,v 1.1 2009/01/26 22:08:17 eva Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="Unicode character map viewer"
56 HOMEPAGE="http://gucharmap.sourceforge.net/"
57
58 LICENSE="GPL-2 LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="cjk doc gnome python"
62
63 # gnome-base/libgnome is still used as "exec gnome-open", but our non-GNOME friends
64 # would probably prefer non-working help button over a libgnome dependency, while
65 # GNOME will have libgnome pulled in by other stuff still either way. Reconsider
66 # once libgnome can truely die (gnome 2.24 material)
67 RDEPEND=">=dev-libs/glib-2.16.3
68 >=x11-libs/pango-1.2.1
69 >=x11-libs/gtk+-2.13.6
70 gnome? ( gnome-base/gconf )
71 python? ( >=dev-python/pygtk-2.7.1 )"
72 DEPEND="${RDEPEND}
73 app-text/scrollkeeper
74 >=dev-util/pkgconfig-0.9
75 >=dev-util/intltool-0.40
76 >=app-text/gnome-doc-utils-0.9.0
77 doc? ( >=dev-util/gtk-doc-1.0 )"
78
79 DOCS="ChangeLog NEWS README TODO"
80
81 pkg_setup() {
82 G2CONF="${G2CONF}
83 --disable-scrollkeeper
84 $(use_enable gnome gconf)
85 $(use_enable cjk unihan)
86 $(use_enable python python-bindings)"
87 }