mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kdoctools: drop 5.99.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kdoctools-5.102.0.tar.xz 462848 BLAKE2B e7dd1f0540d95a4c711dbb481c2c7a7e738af94471e699b9678aa4d924991751194877c89aca3ebaa3fd03832be74eed24650c07cb42f85171f82aedcdb1de76 SHA512 80271983a91887a3266d5ae5b66e25f55bbea202e6440cd72f666c49b003d07d00092d2bee3ed4218d181781559e7446375acae128f2dd8143250e0b7889d9a8
|
||||
DIST kdoctools-5.103.0.tar.xz 462668 BLAKE2B 4d28b7e62d385bbce38c1ec87efb975d4a5d89702d7810425edae343eca8f86da072b2d2ad0729f7df35d8f8ddda3589814bfb2ece1491808ae1ae48afb10671 SHA512 f90e2380a8ddce03f75ed37ad58f68f049853a300991c3e5722054f62487297daccf91e94cd237fd9c0905251c1253c4dbfa3060b7afaf9f4ad2eb4974540a52
|
||||
DIST kdoctools-5.99.0.tar.xz 440896 BLAKE2B 78aa5464b1a6242dc994c3ca227c6f67a7a1443da1bc4d280854c114da64e5a8d83022681adc044921e2a35db502d3e8108aedd6c2fd047575a04c1b380fb853 SHA512 c6e2f8d9863be278935db8ef69622464d870629a9dd57de89b51ac2b19bea1b658ec96b89396474cf6a748ebaaa95869b9ff068a2d085332b60b62eb77ef05ab
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2022 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}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-5.54.0-gentoo-docbundledir.patch" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package nls KF5I18n)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# bug 665622
|
||||
local myctestargs=(
|
||||
-E "(kdoctools_install)"
|
||||
)
|
||||
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user