app-text/libqxp: drop 0.0.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-09-20 16:35:26 +02:00
parent 43373e2e4d
commit 31dfc67abe
2 changed files with 0 additions and 44 deletions

View File

@@ -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

View File

@@ -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
}