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: gnome-doc-utils-0.20.10-r1.ebuild ChangeLog
Date: Wed, 27 Mar 2013 21:38:24
Message-Id: 20130327213820.2EBB12171D@flycatcher.gentoo.org
1 eva 13/03/27 21:38:20
2
3 Modified: ChangeLog
4 Added: gnome-doc-utils-0.20.10-r1.ebuild
5 Log:
6 Version bump. Switch to EAPI=5 and python-r1 support.
7
8 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.209 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.209&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.209&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.208&r2=1.209
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
20 retrieving revision 1.208
21 retrieving revision 1.209
22 diff -u -r1.208 -r1.209
23 --- ChangeLog 5 Mar 2013 23:03:48 -0000 1.208
24 +++ ChangeLog 27 Mar 2013 21:38:19 -0000 1.209
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/gnome-doc-utils
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.208 2013/03/05 23:03:48 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.209 2013/03/27 21:38:19 eva Exp $
30 +
31 +*gnome-doc-utils-0.20.10-r1 (27 Mar 2013)
32 +
33 + 27 Mar 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-doc-utils-0.20.10-r1.ebuild:
35 + Version bump. Switch to EAPI=5 and python-r1 support.
36
37 05 Mar 2013; Gilles Dartiguelongue <eva@g.o>
38 -gnome-doc-utils-0.20.6.ebuild, -gnome-doc-utils-0.20.9.ebuild:
39
40
41
42 1.1 app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.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.10-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-doc-utils-0.20.10-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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.10-r1.ebuild,v 1.1 2013/03/27 21:38:19 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 PYTHON_COMPAT=( python2_{5,6,7} )
56
57 inherit gnome2 multibuild python-r1
58
59 DESCRIPTION="A collection of documentation utilities for the Gnome project"
60 HOMEPAGE="http://live.gnome.org/GnomeDocUtils"
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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 IUSE=""
66
67 RDEPEND="
68 ${PYTHON_DEPS}
69 >=dev-libs/libxml2-2.6.12[python,${PYTHON_USEDEP}]
70 >=dev-libs/libxslt-1.1.8
71 "
72 DEPEND="${RDEPEND}
73 app-text/docbook-xml-dtd:4.4
74 app-text/scrollkeeper-dtd
75 >=dev-util/intltool-0.35
76 sys-devel/gettext
77 virtual/awk
78 virtual/pkgconfig
79 "
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 src_prepare() {
86 gnome2_src_prepare
87
88 # Leave shebang alone
89 sed -e '/s+^#!.*python.*+#/d' \
90 -i xml2po/xml2po/Makefile.{am,in} || die
91
92 python_prepare() {
93 mkdir -p "${BUILD_DIR}"
94 }
95 python_foreach_impl python_prepare
96 }
97
98 src_configure() {
99 ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir gnome2_src_configure
100 }
101
102 src_compile() {
103 python_foreach_impl run_in_build_dir gnome2_src_compile
104 }
105
106 src_test() {
107 python_foreach_impl run_in_build_dir default
108 }
109
110 src_install() {
111 dodoc AUTHORS ChangeLog NEWS README
112 python_foreach_impl run_in_build_dir gnome2_src_install
113 python_replicate_script "${ED}"/usr/bin/xml2po
114 }