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-3.2.2.ebuild
Date: Wed, 21 Dec 2011 21:57:19
Message-Id: 20111221215704.70EC72004B@flycatcher.gentoo.org
1 eva 11/12/21 21:57:04
2
3 Modified: ChangeLog
4 Added: gucharmap-3.2.2.ebuild
5 Log:
6 Version bump. Translation updates.
7
8 (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.164 gnome-extra/gucharmap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.164&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.164&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?r1=1.163&r2=1.164
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v
20 retrieving revision 1.163
21 retrieving revision 1.164
22 diff -u -r1.163 -r1.164
23 --- ChangeLog 7 Nov 2011 07:03:21 -0000 1.163
24 +++ ChangeLog 21 Dec 2011 21:57:04 -0000 1.164
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/gucharmap
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.163 2011/11/07 07:03:21 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.164 2011/12/21 21:57:04 eva Exp $
30 +
31 +*gucharmap-3.2.2 (21 Dec 2011)
32 +
33 + 21 Dec 2011; Gilles Dartiguelongue <eva@g.o> +gucharmap-3.2.2.ebuild:
34 + Version bump. Translation updates.
35
36 *gucharmap-3.2.1 (07 Nov 2011)
37
38
39
40
41 1.1 gnome-extra/gucharmap/gucharmap-3.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gucharmap-3.2.2.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/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild,v 1.1 2011/12/21 21:57:04 eva Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="Unicode character map viewer and library"
59 HOMEPAGE="http://live.gnome.org/Gucharmap"
60
61 LICENSE="GPL-3"
62 SLOT="2.90"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE="cjk doc gnome +introspection test"
65
66 COMMON_DEPEND=">=dev-libs/glib-2.16.3
67 >=x11-libs/pango-1.2.1[introspection?]
68 >=x11-libs/gtk+-3.0.0:3[introspection?]
69
70 gnome? ( gnome-base/gconf:2 )
71 introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
72 RDEPEND="${COMMON_DEPEND}
73 !<gnome-extra/gucharmap-3:0"
74 DEPEND="${RDEPEND}
75 app-text/scrollkeeper
76 >=dev-util/pkgconfig-0.9
77 >=dev-util/intltool-0.40
78 >=app-text/gnome-doc-utils-0.9.0
79
80 sys-devel/gettext
81
82 doc? ( >=dev-util/gtk-doc-1.0 )
83 test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
84
85 pkg_setup() {
86 G2CONF="${G2CONF}
87 --disable-static
88 --disable-scrollkeeper
89 $(use_enable gnome gconf)
90 $(use_enable introspection)
91 $(use_enable cjk unihan)"
92 DOCS="AUTHORS ChangeLog NEWS README TODO"
93 }
94
95 src_prepare() {
96 # prevent file collisions with slot 0
97 sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \
98 -i configure.ac configure || die "sed configure.ac configure failed"
99
100 gnome2_src_prepare
101 }