kde-frameworks/kdoctools: drop 5.113.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-02 09:43:58 +01:00
parent 58e749e6fd
commit c93ff5f177
No known key found for this signature in database
GPG Key ID: C5D682DFAEFD8888
2 changed files with 0 additions and 45 deletions

View File

@ -1,3 +1,2 @@
DIST kdoctools-5.113.0.tar.xz 465424 BLAKE2B 82ea8b2ca94705fcfa4c5adb2847a09ac11ed726e2e2a158800bec0fc5cde88696087a564d10b4840d22ea48c5aba47147658ed88ff787227a0e7256545da9fc SHA512 4074c5df2446c92a53f120283e3e1731fd6cbb7983d945d459e658a64f8762a21aac00f44e270d94392079cb0c29cc659aa8711ce0092d0b6ae0c52259c7feae
DIST kdoctools-5.115.0.tar.xz 465436 BLAKE2B bf7af3333a8fbf121e326eaa2c54c16f9a9ba1552a982061337c365d57eb9d5beab8952f0360b6bb2c0bda07afd42fae050072a3ae9fafe32a54e77df4dce48d SHA512 f7c95c090899fa8d7ea0d730e48a87a4881f271a37bb1d0af6f67aaa52954613e957e04a91b94b985bf993c0b9db3736aa922033d100d2c8beb2f24ae50b2caf
DIST kdoctools-6.0.0.tar.xz 459756 BLAKE2B a14f37ca0085e1ed18c957bcaa0def34d768a04c3521deb588a7dbec8eeb229a9c76527c4702a979d1634ed3c0429e8b92c52fcff11bbcf924e4e56560ee7560 SHA512 4df5febb7a8c7eb1ec54d3381b20a32783f63f12fcbe9be24162864093ffa05baca718c1bf99b1692da14f245f18060e5f44aeeabcbe46590f5769e3355d7eef

View File

@ -1,44 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="false"
PVCUT=$(ver_cut 1-2)
inherit ecm frameworks.kde.org
DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
LICENSE="MIT"
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
IUSE="nls"
BDEPEND="
dev-lang/perl
dev-perl/URI
nls? ( >=kde-frameworks/ki18n-${PVCUT}:5 )
"
DEPEND="
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
app-text/sgml-common
dev-libs/libxml2:2
dev-libs/libxslt
=kde-frameworks/karchive-${PVCUT}*:5
"
RDEPEND="${DEPEND}"
CMAKE_SKIP_TESTS=(
# bug 665622
kdoctools_install
)
PATCHES=( "${FILESDIR}/${PN}-5.54.0-gentoo-docbundledir.patch" )
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package nls KF5I18n)
)
ecm_src_configure
}