From 31dfc67abeb195e451072bb121b514e5bf006c06 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 20 Sep 2026 16:35:26 +0200 Subject: [PATCH] app-text/libqxp: drop 0.0.2 Signed-off-by: Andreas Sturmlechner --- app-text/libqxp/Manifest | 1 - app-text/libqxp/libqxp-0.0.2.ebuild | 43 ----------------------------- 2 files changed, 44 deletions(-) delete mode 100644 app-text/libqxp/libqxp-0.0.2.ebuild diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest index 570efa764c149..6c154f330a48e 100644 --- a/app-text/libqxp/Manifest +++ b/app-text/libqxp/Manifest @@ -1,2 +1 @@ -DIST libqxp-0.0.2.tar.xz 341760 BLAKE2B e596b3ebd23c8fff2a1675b1076ba6b4403bb41358972b50eb946610108f5968ef3e553478aec8c6211f8b476030033e7d334cb4deccc7d6bdfba3914821abf5 SHA512 409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab DIST libqxp-0.0.3.tar.xz 356004 BLAKE2B 3b31ee38d7c99f66ed84822fefd7d2519622923ac0e9124ede7df6421bd3b650c42b0037b1642c43f9889ac2481878564222740400039510ed8d10b154847a54 SHA512 539ec59f9d46678f3e023b55534718096be9b859330b7df9a11ea190dae72a28e1589755396ff9e77a51104b3edfc684228a6bdb5b88cad65a1b507f809f1087 diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild b/app-text/libqxp/libqxp-0.0.2.ebuild deleted file mode 100644 index ecc2644ca8e34..0000000000000 --- a/app-text/libqxp/libqxp-0.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Library parsing QuarkXpress documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" -SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="debug doc test tools" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/icu:= - dev-libs/librevenge -" -DEPEND="${RDEPEND} - dev-libs/boost - test? ( dev-util/cppunit ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_configure() { - local myeconfargs=( - --disable-weffc - $(use_enable debug) - $(use_with doc docs) - $(use_enable test tests) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -}