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.22.3.ebuild
Date: Mon, 30 Jun 2008 22:00:47
Message-Id: E1KDRQP-0002XC-2L@stork.gentoo.org
1 eva 08/06/30 22:00:41
2
3 Modified: ChangeLog
4 Added: gucharmap-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Translation updates.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.101 gnome-extra/gucharmap/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 7 Apr 2008 20:55:26 -0000 1.100
23 +++ ChangeLog 30 Jun 2008 22:00:40 -0000 1.101
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.100 2008/04/07 20:55:26 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.101 2008/06/30 22:00:40 eva Exp $
29 +
30 +*gucharmap-2.22.3 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gucharmap-2.22.3.ebuild:
34 + bump to 2.22.3. Translation updates.
35
36 *gucharmap-2.22.1 (07 Apr 2008)
37
38
39
40
41 1.1 gnome-extra/gucharmap/gucharmap-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gucharmap-2.22.3.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/gnome-extra/gucharmap/gucharmap-2.22.3.ebuild,v 1.1 2008/06/30 22:00:40 eva Exp $
51
52 inherit gnome2 eutils
53
54 DESCRIPTION="Unicode character map viewer"
55 HOMEPAGE="http://gucharmap.sourceforge.net/"
56
57 LICENSE="GPL-2 LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="cjk gnome"
61
62 # gnome-base/libgnome is still used as "exec gnome-open", but our non-GNOME friends
63 # would probably prefer non-working help button over a libgnome dependency, while
64 # GNOME will have libgnome pulled in by other stuff still either way. Reconsider
65 # once libgnome can truely die (gnome 2.24 material)
66 RDEPEND=">=dev-libs/glib-2.3
67 >=x11-libs/pango-1.2.1
68 >=x11-libs/gtk+-2.12
69 gnome? ( gnome-base/gconf )"
70 DEPEND="${RDEPEND}
71 app-text/scrollkeeper
72 >=dev-util/pkgconfig-0.9
73 >=dev-util/intltool-0.35
74 >=app-text/gnome-doc-utils-0.3.2"
75
76 DOCS="ChangeLog NEWS README TODO"
77
78 pkg_setup() {
79 G2CONF="${G2CONF}
80 --disable-scrollkeeper
81 $(use_enable gnome gconf)
82 $(use_enable cjk unihan)"
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list