Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnome-doc-utils: gnome-doc-utils-0.20.3.ebuild ChangeLog gnome-doc-utils-0.18.1.ebuild
Date: Fri, 31 Dec 2010 17:57:09
Message-Id: 20101231175700.3AE2820054@flycatcher.gentoo.org
1 pacho 10/12/31 17:57:00
2
3 Modified: ChangeLog
4 Added: gnome-doc-utils-0.20.3.ebuild
5 Removed: gnome-doc-utils-0.18.1.ebuild
6 Log:
7 Version bump: Fixed nested command substitution in gnome-doc-utils.make (Chris Coleman), updated translations. Update homepage and remove old.
8
9 (Portage version: 2.1.9.27/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.175 app-text/gnome-doc-utils/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.175&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.175&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.174&r2=1.175
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
21 retrieving revision 1.174
22 retrieving revision 1.175
23 diff -u -r1.174 -r1.175
24 --- ChangeLog 8 Nov 2010 15:27:24 -0000 1.174
25 +++ ChangeLog 31 Dec 2010 17:57:00 -0000 1.175
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-text/gnome-doc-utils
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.174 2010/11/08 15:27:24 darkside Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.175 2010/12/31 17:57:00 pacho Exp $
31 +
32 +*gnome-doc-utils-0.20.3 (31 Dec 2010)
33 +
34 + 31 Dec 2010; Pacho Ramos <pacho@g.o> -gnome-doc-utils-0.18.1.ebuild,
35 + +gnome-doc-utils-0.20.3.ebuild:
36 + Version bump: Fixed nested command substitution in gnome-doc-utils.make
37 + (Chris Coleman), updated translations. Update homepage and remove old.
38
39 08 Nov 2010; Jeremy Olexa <darkside@g.o>
40 gnome-doc-utils-0.20.2.ebuild:
41
42
43
44 1.1 app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-doc-utils-0.20.3.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild,v 1.1 2010/12/31 17:57:00 pacho Exp $
54
55 EAPI="3"
56 GCONF_DEBUG="no"
57 PYTHON_DEPEND="2:2.4"
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="3.*"
60
61 inherit gnome2 python
62
63 DESCRIPTION="A collection of documentation utilities for the Gnome project"
64 HOMEPAGE="http://live.gnome.org/GnomeDocUtils"
65
66 LICENSE="GPL-2 LGPL-2.1"
67 SLOT="0"
68 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"
69 IUSE=""
70
71 RDEPEND=">=dev-libs/libxml2-2.6.12[python]
72 >=dev-libs/libxslt-1.1.8
73 "
74 DEPEND="${RDEPEND}
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 # FIXME: Highly broken with parallel make, see bug #286889
83 MAKEOPTS="${MAKEOPTS} -j1"
84
85 # If there is a need to reintroduce eautomake or eautoreconf, make sure
86 # to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
87
88 pkg_setup() {
89 DOCS="AUTHORS ChangeLog NEWS README"
90 G2CONF="${G2CONF} --disable-scrollkeeper"
91 python_pkg_setup
92 }
93
94 src_prepare() {
95 gnome2_src_prepare
96
97 # disable pyc compiling
98 mv py-compile py-compile.orig
99 ln -s $(type -P true) py-compile
100
101 python_copy_sources
102 }
103
104 src_configure() {
105 python_execute_function -s gnome2_src_configure
106 }
107
108 src_compile() {
109 python_execute_function -d -s
110 }
111
112 src_test() {
113 python_execute_function -d -s
114 }
115
116 src_install() {
117 installation() {
118 gnome2_src_install
119 python_convert_shebangs $(python_get_version) "${ED}"usr/bin/xml2po
120 mv "${ED}"usr/bin/xml2po "${ED}"usr/bin/xml2po-$(python_get_version)
121 }
122 python_execute_function -s installation
123 python_clean_installation_image
124
125 python_generate_wrapper_scripts -E -f "${ED}"usr/bin/xml2po
126 }
127
128 pkg_postinst() {
129 python_mod_optimize xml2po
130 gnome2_pkg_postinst
131 }
132
133 pkg_postrm() {
134 python_mod_cleanup xml2po
135 gnome2_pkg_postrm
136 }