commit:     daa57b36200f23b0a6faac384e73e3848e75618f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 15:35:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 15:36:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa57b36

dev-libs/libxml2: drop 2.10.0-r1, 2.10.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libxml2/Manifest                 |   2 -
 dev-libs/libxml2/libxml2-2.10.0-r1.ebuild | 195 ------------------------------
 dev-libs/libxml2/libxml2-2.10.1.ebuild    | 195 ------------------------------
 3 files changed, 392 deletions(-)

diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest
index 967a834303b7..f5ac9a3f1639 100644
--- a/dev-libs/libxml2/Manifest
+++ b/dev-libs/libxml2/Manifest
@@ -1,5 +1,3 @@
-DIST libxml2-2.10.0.tar.xz 2698684 BLAKE2B 
655b9241db06b98f5d33f6d02f2dbf5f998ae9a125f2c16e4d8ce3ee902d53ec14e728e7f3de2aea47b45e825b9ed78f17caffd9e4e9afbde40e1d7b1e047e7f
 SHA512 
0a7a58414c3a4f21e9b052cc18f18032bc646f2690483bb95e37e132a3fc5789f0ec7bbc91b58497df59dbccf0e52f6e6280947762f47a035e85a316e96b1623
-DIST libxml2-2.10.1.tar.xz 2697480 BLAKE2B 
a6297058b9a4f351dbf078a4cbcee2be0a30d3cae10fad53e8972b8ddff833b1612a25af8784be547aa6a3e7bafa126a3a23e5a7b3b75d17d4484af668eba4d0
 SHA512 
7ae653eef725706c825a8755da14a92124c3f85b38f81fd1148c6e373b149d095eae935a47d874d210dafc7e76f09c019866657b8f9d6a44c666ce741e12f3ce
 DIST libxml2-2.10.2.tar.xz 2636304 BLAKE2B 
3ccc11ac73a81ee7ea3e565597c95e74923eba3d858c9a915aecf1dcf2fb6ab3e46c6ed2ea504261a822de2ac2132834ffa8ffd039e9e1390a9637a2dac7d6c5
 SHA512 
c26ee428ae2fae2326fcaec156ed36c5f5d63aeb4839d626f6544a3fad158a1602e9dc0d542b2f947e6a8de0c09ff130da2626a30aec27446ce09614f78466b5
 DIST libxml2-2.9.14-patches-r0.tar.bz2 8304 BLAKE2B 
067faba5bfcbf81e2ef356925c0d3b4ef0aff7604db049366180b8217b781c60c2746be348c5e1a09de925e54fc69e3e431f7e2199ce326b6ff88ea9352ca45c
 SHA512 
e97bada92a14ef0501a5f7be312d35d26eb52b648102d028dc11b3eef62ee0597540d0b474f54bd015a914a9cb7600d4dc34912b0ead5230136e945d80ae8428
 DIST libxml2-2.9.14.tar.xz 3129968 BLAKE2B 
ab584503d5209e4aaf41ae6f44aed5e94c0ae29e28cfba39a9012568aa97515af861b47891b84d2a352a07357626ba50ddb1e344e911fa14ff2ce93c5beff1f1
 SHA512 
d08e6cafb289c499fdc5b3a12181e032a34f7a249bc66758859f964d3e71e19fd69be79921e1a9d8ab1e692d15b13f5fae95eeb10c3236974d89e218f5107606

diff --git a/dev-libs/libxml2/libxml2-2.10.0-r1.ebuild 
b/dev-libs/libxml2/libxml2-2.10.0-r1.ebuild
deleted file mode 100644
index 713da438e12c..000000000000
--- a/dev-libs/libxml2/libxml2-2.10.0-r1.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Note: Please bump in sync with dev-libs/libxslt
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE="xml(+)"
-inherit autotools flag-o-matic python-r1 multilib-minimal
-
-XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite";
-XSTS_NAME_1="xmlschema2002-01-16"
-XSTS_NAME_2="xmlschema2004-01-14"
-XSTS_TARBALL_1="xsts-2002-01-16.tar.gz"
-XSTS_TARBALL_2="xsts-2004-01-14.tar.gz"
-XMLCONF_TARBALL="xmlts20130923.tar.gz"
-
-DESCRIPTION="XML C parser and toolkit"
-HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxml2";
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libxml2";
-       inherit git-r3 #autotools
-else
-       inherit gnome.org #libtool
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-SRC_URI+="
-       test? (
-               ${XSTS_HOME}/${XSTS_NAME_1}/${XSTS_TARBALL_1}
-               ${XSTS_HOME}/${XSTS_NAME_2}/${XSTS_TARBALL_2}
-               https://www.w3.org/XML/Test/${XMLCONF_TARBALL}
-       )"
-S="${WORKDIR}/${PN}-${PV%_rc*}"
-
-LICENSE="MIT"
-SLOT="2"
-IUSE="debug examples +ftp icu lzma +python readline static-libs test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
-       icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
-       lzma? ( >=app-arch/xz-utils-5.0.5-r1:=[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )
-       readline? ( sys-libs/readline:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-if [[ ${PV} == 9999 ]] ; then
-       BDEPEND+=" dev-util/gtk-doc-am"
-fi
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/xml2-config
-)
-
-DOCS=( NEWS README.md TODO TODO_SCHEMAS python/TODO )
-
-src_unpack() {
-       if [[ ${PV} == 9999 ]] ; then
-               git-r3_src_unpack
-       else
-               local tarname=${P/_rc/-rc}.tar.xz
-
-               # ${A} isn't used to avoid unpacking of test tarballs into 
${WORKDIR},
-               # as they are needed as tarballs in ${S}/xstc instead and not 
unpacked
-               unpack ${tarname}
-
-               if [[ -n ${PATCHSET_VERSION} ]] ; then
-                       unpack ${PN}-${PATCHSET_VERSION}.tar.bz2
-               fi
-       fi
-
-       cd "${S}" || die
-
-       if use test ; then
-               cp "${DISTDIR}/${XSTS_TARBALL_1}" \
-                       "${DISTDIR}/${XSTS_TARBALL_2}" \
-                       "${S}"/xstc/ \
-                       || die "Failed to install test tarballs"
-               unpack ${XMLCONF_TARBALL}
-       fi
-}
-
-src_prepare() {
-       default
-
-       if [[ ${PV} == 9999 ]] ; then
-               eautoreconf
-       else
-               # Please do not remove, as else we get references to 
PORTAGE_TMPDIR
-               # in /usr/lib/python?.?/site-packages/libxml2mod.la among 
things.
-               #elibtoolize
-
-               # Temporarily for Python 3.10 fix (version used for
-               # dist tarballs fails w/ "3.1" error)
-               # See https://gitlab.gnome.org/GNOME/libxml2/-/issues/392.
-               eautoreconf
-       fi
-}
-
-multilib_src_configure() {
-       # Filter seemingly problematic CFLAGS (bug #26320)
-       filter-flags -fprefetch-loop-arrays -funroll-loops
-
-       # Notes:
-       # The meaning of the 'debug' USE flag does not apply to the --with-debug
-       # switch (enabling the libxml2 debug module). See bug #100898.
-       libxml2_configure() {
-               ECONF_SOURCE="${S}" econf \
-                       --enable-ipv6 \
-                       $(use_with ftp) \
-                       $(use_with debug run-debug) \
-                       $(use_with icu) \
-                       $(use_with lzma) \
-                       $(use_enable static-libs static) \
-                       $(multilib_native_use_with readline) \
-                       $(multilib_native_use_with readline history) \
-                       "$@"
-       }
-
-       # Build python bindings separately
-       libxml2_configure --without-python
-
-       multilib_is_native_abi && use python &&
-               python_foreach_impl run_in_build_dir libxml2_configure 
--with-python
-}
-
-libxml2_py_emake() {
-       pushd "${BUILD_DIR}"/python >/dev/null || die
-
-       emake top_builddir="${NATIVE_BUILD_DIR}" "$@"
-
-       popd >/dev/null || die
-}
-
-multilib_src_compile() {
-       default
-
-       if multilib_is_native_abi && use python ; then
-               NATIVE_BUILD_DIR="${BUILD_DIR}"
-               python_foreach_impl run_in_build_dir libxml2_py_emake all
-       fi
-}
-
-multilib_src_test() {
-       ln -s "${S}"/xmlconf || die
-
-       emake check
-
-       multilib_is_native_abi && use python &&
-               python_foreach_impl run_in_build_dir libxml2_py_emake check
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-
-       multilib_is_native_abi && use python &&
-               python_foreach_impl run_in_build_dir libxml2_py_emake 
DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       if ! use examples ; then
-               rm -rf "${ED}"/usr/share/doc/${PF}/examples || die
-               rm -rf "${ED}"/usr/share/doc/${PF}/python/examples || die
-       fi
-
-       rm -rf "${ED}"/usr/share/doc/${PN}-python-${PVR} || die
-
-       find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       # We don't want to do the xmlcatalog during stage1, as xmlcatalog will 
not
-       # be in / and stage1 builds to ROOT=/tmp/stage1root. This fixes bug 
#208887.
-       if [[ -n "${ROOT}" ]]; then
-               elog "Skipping XML catalog creation for stage building (bug 
#208887)."
-       else
-               # Need an XML catalog, so no-one writes to a non-existent one
-               CATALOG="${EROOT}/etc/xml/catalog"
-
-               # We don't want to clobber an existing catalog though,
-               # only ensure that one is there
-               # <[email protected]>
-               if [[ ! -e "${CATALOG}" ]]; then
-                       [[ -d "${EROOT}/etc/xml" ]] || mkdir -p 
"${EROOT}/etc/xml"
-                       "${EPREFIX}"/usr/bin/xmlcatalog --create > "${CATALOG}"
-                       einfo "Created XML catalog in ${CATALOG}"
-               fi
-       fi
-}

diff --git a/dev-libs/libxml2/libxml2-2.10.1.ebuild 
b/dev-libs/libxml2/libxml2-2.10.1.ebuild
deleted file mode 100644
index 713da438e12c..000000000000
--- a/dev-libs/libxml2/libxml2-2.10.1.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Note: Please bump in sync with dev-libs/libxslt
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE="xml(+)"
-inherit autotools flag-o-matic python-r1 multilib-minimal
-
-XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite";
-XSTS_NAME_1="xmlschema2002-01-16"
-XSTS_NAME_2="xmlschema2004-01-14"
-XSTS_TARBALL_1="xsts-2002-01-16.tar.gz"
-XSTS_TARBALL_2="xsts-2004-01-14.tar.gz"
-XMLCONF_TARBALL="xmlts20130923.tar.gz"
-
-DESCRIPTION="XML C parser and toolkit"
-HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxml2";
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libxml2";
-       inherit git-r3 #autotools
-else
-       inherit gnome.org #libtool
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-SRC_URI+="
-       test? (
-               ${XSTS_HOME}/${XSTS_NAME_1}/${XSTS_TARBALL_1}
-               ${XSTS_HOME}/${XSTS_NAME_2}/${XSTS_TARBALL_2}
-               https://www.w3.org/XML/Test/${XMLCONF_TARBALL}
-       )"
-S="${WORKDIR}/${PN}-${PV%_rc*}"
-
-LICENSE="MIT"
-SLOT="2"
-IUSE="debug examples +ftp icu lzma +python readline static-libs test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
-       icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
-       lzma? ( >=app-arch/xz-utils-5.0.5-r1:=[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )
-       readline? ( sys-libs/readline:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-if [[ ${PV} == 9999 ]] ; then
-       BDEPEND+=" dev-util/gtk-doc-am"
-fi
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/xml2-config
-)
-
-DOCS=( NEWS README.md TODO TODO_SCHEMAS python/TODO )
-
-src_unpack() {
-       if [[ ${PV} == 9999 ]] ; then
-               git-r3_src_unpack
-       else
-               local tarname=${P/_rc/-rc}.tar.xz
-
-               # ${A} isn't used to avoid unpacking of test tarballs into 
${WORKDIR},
-               # as they are needed as tarballs in ${S}/xstc instead and not 
unpacked
-               unpack ${tarname}
-
-               if [[ -n ${PATCHSET_VERSION} ]] ; then
-                       unpack ${PN}-${PATCHSET_VERSION}.tar.bz2
-               fi
-       fi
-
-       cd "${S}" || die
-
-       if use test ; then
-               cp "${DISTDIR}/${XSTS_TARBALL_1}" \
-                       "${DISTDIR}/${XSTS_TARBALL_2}" \
-                       "${S}"/xstc/ \
-                       || die "Failed to install test tarballs"
-               unpack ${XMLCONF_TARBALL}
-       fi
-}
-
-src_prepare() {
-       default
-
-       if [[ ${PV} == 9999 ]] ; then
-               eautoreconf
-       else
-               # Please do not remove, as else we get references to 
PORTAGE_TMPDIR
-               # in /usr/lib/python?.?/site-packages/libxml2mod.la among 
things.
-               #elibtoolize
-
-               # Temporarily for Python 3.10 fix (version used for
-               # dist tarballs fails w/ "3.1" error)
-               # See https://gitlab.gnome.org/GNOME/libxml2/-/issues/392.
-               eautoreconf
-       fi
-}
-
-multilib_src_configure() {
-       # Filter seemingly problematic CFLAGS (bug #26320)
-       filter-flags -fprefetch-loop-arrays -funroll-loops
-
-       # Notes:
-       # The meaning of the 'debug' USE flag does not apply to the --with-debug
-       # switch (enabling the libxml2 debug module). See bug #100898.
-       libxml2_configure() {
-               ECONF_SOURCE="${S}" econf \
-                       --enable-ipv6 \
-                       $(use_with ftp) \
-                       $(use_with debug run-debug) \
-                       $(use_with icu) \
-                       $(use_with lzma) \
-                       $(use_enable static-libs static) \
-                       $(multilib_native_use_with readline) \
-                       $(multilib_native_use_with readline history) \
-                       "$@"
-       }
-
-       # Build python bindings separately
-       libxml2_configure --without-python
-
-       multilib_is_native_abi && use python &&
-               python_foreach_impl run_in_build_dir libxml2_configure 
--with-python
-}
-
-libxml2_py_emake() {
-       pushd "${BUILD_DIR}"/python >/dev/null || die
-
-       emake top_builddir="${NATIVE_BUILD_DIR}" "$@"
-
-       popd >/dev/null || die
-}
-
-multilib_src_compile() {
-       default
-
-       if multilib_is_native_abi && use python ; then
-               NATIVE_BUILD_DIR="${BUILD_DIR}"
-               python_foreach_impl run_in_build_dir libxml2_py_emake all
-       fi
-}
-
-multilib_src_test() {
-       ln -s "${S}"/xmlconf || die
-
-       emake check
-
-       multilib_is_native_abi && use python &&
-               python_foreach_impl run_in_build_dir libxml2_py_emake check
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-
-       multilib_is_native_abi && use python &&
-               python_foreach_impl run_in_build_dir libxml2_py_emake 
DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       if ! use examples ; then
-               rm -rf "${ED}"/usr/share/doc/${PF}/examples || die
-               rm -rf "${ED}"/usr/share/doc/${PF}/python/examples || die
-       fi
-
-       rm -rf "${ED}"/usr/share/doc/${PN}-python-${PVR} || die
-
-       find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       # We don't want to do the xmlcatalog during stage1, as xmlcatalog will 
not
-       # be in / and stage1 builds to ROOT=/tmp/stage1root. This fixes bug 
#208887.
-       if [[ -n "${ROOT}" ]]; then
-               elog "Skipping XML catalog creation for stage building (bug 
#208887)."
-       else
-               # Need an XML catalog, so no-one writes to a non-existent one
-               CATALOG="${EROOT}/etc/xml/catalog"
-
-               # We don't want to clobber an existing catalog though,
-               # only ensure that one is there
-               # <[email protected]>
-               if [[ ! -e "${CATALOG}" ]]; then
-                       [[ -d "${EROOT}/etc/xml" ]] || mkdir -p 
"${EROOT}/etc/xml"
-                       "${EPREFIX}"/usr/bin/xmlcatalog --create > "${CATALOG}"
-                       einfo "Created XML catalog in ${CATALOG}"
-               fi
-       fi
-}

Reply via email to