Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gnome-doc-utils/
Date: Fri, 01 May 2020 08:35:44
Message-Id: 1588321865.464fa10f5d0cf2cbfaaf2f3b63577e84793aaf51.leio@gentoo
1 commit: 464fa10f5d0cf2cbfaaf2f3b63577e84793aaf51
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 08:31:05 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 08:31:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464fa10f
7
8 app-text/gnome-doc-utils: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 .../gnome-doc-utils-0.20.10-r1.ebuild | 67 ----------------------
14 1 file changed, 67 deletions(-)
15
16 diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild
17 deleted file mode 100644
18 index cd302aaeaf9..00000000000
19 --- a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild
20 +++ /dev/null
21 @@ -1,67 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit gnome2 multibuild python-r1
29 -
30 -DESCRIPTION="A collection of documentation utilities for the Gnome project"
31 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeDocUtils"
32 -
33 -LICENSE="GPL-2 LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
36 -
37 -IUSE=""
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -RDEPEND="${PYTHON_DEPS}
41 - >=dev-libs/libxml2-2.6.12:2[python,${PYTHON_USEDEP}]
42 - >=dev-libs/libxslt-1.1.8
43 -"
44 -DEPEND="${RDEPEND}
45 - app-text/docbook-xml-dtd:4.4
46 - app-text/scrollkeeper-dtd
47 - >=dev-util/intltool-0.35
48 - sys-devel/gettext
49 - virtual/awk
50 - virtual/pkgconfig
51 -"
52 -# dev-libs/glib needed for eautofoo, bug #255114.
53 -
54 -# If there is a need to reintroduce eautomake or eautoreconf, make sure
55 -# to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
56 -
57 -src_prepare() {
58 - # Stop build from relying on installed package
59 - eapply "${FILESDIR}"/${P}-fix-out-of-tree-build.patch
60 -
61 - gnome2_src_prepare
62 -
63 - # Leave shebang alone
64 - sed -e '/s+^#!.*python.*+#/d' \
65 - -i xml2po/xml2po/Makefile.{am,in} || die
66 -
67 - python_prepare() {
68 - mkdir -p "${BUILD_DIR}"
69 - }
70 - python_foreach_impl python_prepare
71 -}
72 -
73 -src_configure() {
74 - ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir gnome2_src_configure
75 -}
76 -
77 -src_compile() {
78 - MAKEOPTS="${MAKEOPTS} -j1" python_foreach_impl run_in_build_dir gnome2_src_compile #574282
79 -}
80 -
81 -src_test() {
82 - python_foreach_impl run_in_build_dir default
83 -}
84 -
85 -src_install() {
86 - python_foreach_impl run_in_build_dir gnome2_src_install
87 - python_replicate_script "${ED}"/usr/bin/xml2po
88 -}