Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@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.9.ebuild
Date: Thu, 22 Mar 2012 05:13:58
Message-Id: 20120322051348.6DF292004B@flycatcher.gentoo.org
1 tetromino 12/03/22 05:13:48
2
3 Modified: ChangeLog
4 Added: gnome-doc-utils-0.20.9.ebuild
5 Log:
6 Version bump; gnome-doc-utils.make no longer validates documentation against Mallard RNG definitions. Parallel make appears to work fine now.
7
8 (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.195 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.195&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.195&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.194&r2=1.195
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
20 retrieving revision 1.194
21 retrieving revision 1.195
22 diff -u -r1.194 -r1.195
23 --- ChangeLog 21 Feb 2012 12:05:40 -0000 1.194
24 +++ ChangeLog 22 Mar 2012 05:13:48 -0000 1.195
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-text/gnome-doc-utils
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.194 2012/02/21 12:05:40 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.195 2012/03/22 05:13:48 tetromino Exp $
30 +
31 +*gnome-doc-utils-0.20.9 (22 Mar 2012)
32 +
33 + 22 Mar 2012; Alexandre Rostovtsev <tetromino@g.o>
34 + +gnome-doc-utils-0.20.9.ebuild:
35 + Version bump; gnome-doc-utils.make no longer validates documentation against
36 + Mallard RNG definitions. Parallel make appears to work fine now.
37
38 21 Feb 2012; Patrick Lauer <patrick@g.o> gnome-doc-utils-0.20.6.ebuild:
39 Restricting pypy
40
41
42
43 1.1 app-text/gnome-doc-utils/gnome-doc-utils-0.20.9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-doc-utils-0.20.9.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.9.ebuild,v 1.1 2012/03/22 05:13:48 tetromino Exp $
53
54 EAPI="4"
55 GCONF_DEBUG="no"
56 PYTHON_DEPEND="2:2.5"
57 SUPPORT_PYTHON_ABIS="1"
58 RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
59
60 inherit gnome2 python
61
62 DESCRIPTION="A collection of documentation utilities for the Gnome project"
63 HOMEPAGE="http://live.gnome.org/GnomeDocUtils"
64
65 LICENSE="GPL-2 LGPL-2.1"
66 SLOT="0"
67 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"
68 IUSE=""
69
70 RDEPEND=">=dev-libs/libxml2-2.6.12[python]
71 >=dev-libs/libxslt-1.1.8
72 "
73 DEPEND="${RDEPEND}
74 >=sys-apps/gawk-3
75 sys-devel/gettext
76 >=dev-util/intltool-0.35
77 >=dev-util/pkgconfig-0.9
78 app-text/docbook-xml-dtd:4.4
79 app-text/scrollkeeper-dtd"
80 # dev-libs/glib needed for eautofoo, bug #255114.
81
82 # If there is a need to reintroduce eautomake or eautoreconf, make sure
83 # to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
84
85 pkg_setup() {
86 DOCS="AUTHORS ChangeLog NEWS README"
87 G2CONF="${G2CONF} --disable-scrollkeeper"
88 python_pkg_setup
89 }
90
91 src_prepare() {
92 gnome2_src_prepare
93
94 python_clean_py-compile_files
95
96 python_copy_sources
97 }
98
99 src_configure() {
100 python_execute_function -s gnome2_src_configure
101 }
102
103 src_compile() {
104 python_execute_function -d -s
105 }
106
107 src_test() {
108 python_execute_function -d -s
109 }
110
111 src_install() {
112 installation() {
113 gnome2_src_install
114 python_convert_shebangs $(python_get_version) "${ED}"usr/bin/xml2po
115 mv "${ED}"usr/bin/xml2po "${ED}"usr/bin/xml2po-$(python_get_version)
116 }
117 python_execute_function -s installation
118 python_clean_installation_image
119
120 python_generate_wrapper_scripts -E -f "${ED}"usr/bin/xml2po
121 }
122
123 pkg_postinst() {
124 python_mod_optimize xml2po
125 gnome2_pkg_postinst
126 }
127
128 pkg_postrm() {
129 python_mod_cleanup xml2po
130 gnome2_pkg_postrm
131 }