Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Thu, 07 Jan 2021 20:23:28
Message-Id: 1610050999.3b13f4c12d8eaccc0f6c04accc420f5231326722.grobian@gentoo
1 commit: 3b13f4c12d8eaccc0f6c04accc420f5231326722
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 20:22:30 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 20:23:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b13f4c1
7
8 dev-libs/libxml2: drop x86-winnt bits
9
10 Closes: https://bugs.gentoo.org/641486
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 dev-libs/libxml2/libxml2-2.9.10-r4.ebuild | 13 -------------
15 1 file changed, 13 deletions(-)
16
17 diff --git a/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
18 index 3f5263fc237..56efba866a3 100644
19 --- a/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
20 +++ b/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
21 @@ -82,10 +82,6 @@ src_prepare() {
22
23 eprefixify catalog.c xmlcatalog.c runtest.c xmllint.c
24
25 - # Fix build for Windows platform
26 - # https://bugzilla.gnome.org/show_bug.cgi?id=760456
27 - # eapply "${FILESDIR}"/${PN}-2.8.0_rc1-winnt.patch
28 -
29 # Fix python detection, bug #567066
30 # https://bugzilla.gnome.org/show_bug.cgi?id=760458
31 eapply "${FILESDIR}"/${PN}-2.9.2-python-ABIFLAG.patch
32 @@ -182,15 +178,6 @@ multilib_src_install() {
33 }
34
35 multilib_src_install_all() {
36 - # on windows, xmllint is installed by interix libxml2 in parent prefix.
37 - # this is the version to use. the native winnt version does not support
38 - # symlinks, which makes repoman fail if the portage tree is linked in
39 - # from another location (which is my default). -- mduft
40 - if [[ ${CHOST} == *-winnt* ]]; then
41 - rm -rf "${ED}"/usr/bin/xmllint
42 - rm -rf "${ED}"/usr/bin/xmlcatalog
43 - fi
44 -
45 rm -rf "${ED}"/usr/share/doc/${P}
46 einstalldocs