app-text/libabw: add 0.1.4, EAPI-9

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-06-17 18:56:35 +02:00
parent 695bca6710
commit e96748b12c
2 changed files with 39 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libabw-0.1.3.tar.xz 318808 BLAKE2B 234ff797bf3798bc7f14f2b3f0d0cc2d80eda2a6ba2d656288c26e58d53b9798003d7f45ad7c9a0f504da36c8c8ba367f8fe5b565a85fbc6a1f1627d89e7e353 SHA512 0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289
DIST libabw-0.1.4.tar.xz 333348 BLAKE2B 49186d24b8109cc5a1a9989ebfb5eb4134bb2ea9d7989333c22adda7e4a593394beac53e8c75f2c1b143211cfbb54192064b3bcd9510997bd7daeb795945dbb8 SHA512 e68627a08522e512382e79357500d3b299beac72f40050efaeb5e64bea973af9c0c9f6a3ac298efbaadc23673ff5580bb59404a354e51f56b05a6e7e22f75f5e

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION="Library parsing abiword documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="doc"
BDEPEND="
dev-util/gperf
virtual/pkgconfig
doc? ( app-text/doxygen )
"
RDEPEND="
dev-libs/librevenge
dev-libs/libxml2:=
virtual/zlib:=
"
DEPEND="${RDEPEND}
dev-libs/boost
dev-build/libtool
"
src_configure() {
local myeconfargs=( $(use_with doc docs) )
econf "${myeconfargs[@]}"
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}