|
Lines 6-12
Link Here
|
| 6 |
SUPPORT_PYTHON_ABIS="1" |
6 |
SUPPORT_PYTHON_ABIS="1" |
| 7 |
RESTRICT_PYTHON_ABIS="3.*" |
7 |
RESTRICT_PYTHON_ABIS="3.*" |
| 8 |
|
8 |
|
| 9 |
inherit libtool flag-o-matic eutils python |
9 |
inherit multilib libtool flag-o-matic eutils python |
| 10 |
|
10 |
|
| 11 |
DESCRIPTION="Version 2 of the library to manipulate XML files" |
11 |
DESCRIPTION="Version 2 of the library to manipulate XML files" |
| 12 |
HOMEPAGE="http://www.xmlsoft.org/" |
12 |
HOMEPAGE="http://www.xmlsoft.org/" |
|
Lines 14-20
Link Here
|
| 14 |
LICENSE="MIT" |
14 |
LICENSE="MIT" |
| 15 |
SLOT="2" |
15 |
SLOT="2" |
| 16 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" |
16 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" |
| 17 |
IUSE="debug doc examples ipv6 python readline test" |
17 |
IUSE="debug doc examples ipv6 python readline static-libs test" |
| 18 |
|
18 |
|
| 19 |
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" |
19 |
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" |
| 20 |
XSTS_NAME_1="xmlschema2002-01-16" |
20 |
XSTS_NAME_1="xmlschema2002-01-16" |
|
Lines 82-88
Link Here
|
| 82 |
$(use_with python) |
82 |
$(use_with python) |
| 83 |
$(use_with readline) |
83 |
$(use_with readline) |
| 84 |
$(use_with readline history) |
84 |
$(use_with readline history) |
| 85 |
$(use_enable ipv6)" |
85 |
$(use_enable ipv6) |
|
|
86 |
$(use_enable static-libs static)" |
| 86 |
|
87 |
|
| 87 |
# filter seemingly problematic CFLAGS (#26320) |
88 |
# filter seemingly problematic CFLAGS (#26320) |
| 88 |
filter-flags -fprefetch-loop-arrays -funroll-loops |
89 |
filter-flags -fprefetch-loop-arrays -funroll-loops |
|
Lines 149-154
Link Here
|
| 149 |
rm -rf "${D}/usr/share/doc/${PF}/examples" |
150 |
rm -rf "${D}/usr/share/doc/${PF}/examples" |
| 150 |
rm -rf "${D}/usr/share/doc/${PF}/python/examples" |
151 |
rm -rf "${D}/usr/share/doc/${PF}/python/examples" |
| 151 |
fi |
152 |
fi |
|
|
153 |
|
| 154 |
use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib*.la |
| 152 |
} |
155 |
} |
| 153 |
|
156 |
|
| 154 |
pkg_postinst() { |
157 |
pkg_postinst() { |