Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnome-doc-utils: ChangeLog gnome-doc-utils-0.20.2.ebuild
Date: Mon, 04 Oct 2010 09:19:22
Message-Id: 20101004091915.C042C20051@flycatcher.gentoo.org
1 eva 10/10/04 09:19:15
2
3 Modified: ChangeLog
4 Added: gnome-doc-utils-0.20.2.ebuild
5 Log:
6 Version bump. Translation updates.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.169 app-text/gnome-doc-utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.169&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.169&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.168&r2=1.169
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
20 retrieving revision 1.168
21 retrieving revision 1.169
22 diff -u -r1.168 -r1.169
23 --- ChangeLog 11 Sep 2010 18:52:10 -0000 1.168
24 +++ ChangeLog 4 Oct 2010 09:19:15 -0000 1.169
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/gnome-doc-utils
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.168 2010/09/11 18:52:10 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.169 2010/10/04 09:19:15 eva Exp $
30 +
31 +*gnome-doc-utils-0.20.2 (04 Oct 2010)
32 +
33 + 04 Oct 2010; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-doc-utils-0.20.2.ebuild:
35 + Version bump. Translation updates.
36
37 11 Sep 2010; Joseph Jezak <josejx@g.o>
38 gnome-doc-utils-0.20.1.ebuild:
39
40
41
42 1.1 app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-doc-utils-0.20.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild,v 1.1 2010/10/04 09:19:15 eva Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="no"
55 PYTHON_DEPEND="2:2.4"
56
57 inherit gnome2 python
58
59 DESCRIPTION="A collection of documentation utilities for the Gnome project"
60 HOMEPAGE="http://www.gnome.org/"
61
62 LICENSE="GPL-2 LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 IUSE=""
66
67 RDEPEND=">=dev-libs/libxml2-2.6.12[python]
68 >=dev-libs/libxslt-1.1.8
69 "
70 DEPEND="${RDEPEND}
71 sys-devel/gettext
72 >=dev-util/intltool-0.35
73 >=dev-util/pkgconfig-0.9
74 ~app-text/docbook-xml-dtd-4.4
75 app-text/scrollkeeper-dtd"
76 # dev-libs/glib needed for eautofoo, bug #255114.
77
78 DOCS="AUTHORS ChangeLog NEWS README"
79
80 # FIXME: Highly broken with parallel make, see bug #286889
81 MAKEOPTS="${MAKEOPTS} -j1"
82
83 # If there is a need to reintroduce eautomake or eautoreconf, make sure
84 # to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
85
86 pkg_setup() {
87 G2CONF="${G2CONF} --disable-scrollkeeper"
88 python_set_active_version 2
89 }
90
91 src_prepare() {
92 gnome2_src_prepare
93
94 # disable pyc compiling
95 mv py-compile py-compile.orig
96 ln -s $(type -P true) py-compile
97 }
98
99 pkg_postinst() {
100 python_need_rebuild
101 python_mod_optimize xml2po
102 gnome2_pkg_postinst
103 }
104
105 pkg_postrm() {
106 python_mod_cleanup xml2po
107 gnome2_pkg_postrm
108 }