diff options
author | 2020-11-17 00:17:58 +0100 | |
---|---|---|
committer | 2020-11-17 00:40:26 +0100 | |
commit | 262258a717960713bd4abdffb41de03f693e37c0 (patch) | |
tree | f265f57f1581f3db8285767096ec5d30acfc48f5 /kde-frameworks/kdoctools | |
parent | kde-frameworks/kcrash: drop 5.75.0* (diff) | |
download | gentoo-262258a717960713bd4abdffb41de03f693e37c0.tar.gz gentoo-262258a717960713bd4abdffb41de03f693e37c0.tar.bz2 gentoo-262258a717960713bd4abdffb41de03f693e37c0.zip |
kde-frameworks/kdoctools: drop 5.75.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kdoctools')
-rw-r--r-- | kde-frameworks/kdoctools/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kdoctools/kdoctools-5.75.0.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-frameworks/kdoctools/Manifest b/kde-frameworks/kdoctools/Manifest index 3678ebcc4372..a1684f475559 100644 --- a/kde-frameworks/kdoctools/Manifest +++ b/kde-frameworks/kdoctools/Manifest @@ -1,3 +1,2 @@ DIST kdoctools-5.74.0.tar.xz 430240 BLAKE2B 989df1f367721b393079d2cf551f008758e079cc5dd325b1bb22d30268f2ed635f2cfeb0504da5a09e74af320ac8271f72ba8dbe78ebeef1e7787006ed00bb02 SHA512 51a410c7cb9440926b27908be77ea9c26050943e4d3bfc24125b803b4104e22c0ca2963c7ccf968ab0d334846a4a3588fa7ade341cf02ec7d8ede4a06fe20327 -DIST kdoctools-5.75.0.tar.xz 430212 BLAKE2B 9ee86da4c451cbf262cb3c7c3059918ffe926a24af4ca7c6c5eb354f5acb10e2df5e951be0831f383401c06cfae2b633983c06011d441cebc63f4414bcf880d6 SHA512 71aaae59abb3c3d34adac16f02aee298e928542ba543457dd94b2faa5a6791bb6e2aef5ad2e61f206963dfd42af2166191b1ff9b4bcce2f46815769563b96848 DIST kdoctools-5.76.0.tar.xz 438600 BLAKE2B afb5236924b6a677c4c20fb06dcd1c78955d32d190268269677d096e22b0edb404cfea94d73accbbb3a0e88884a87b2e9fa8281032c3956e90b66916c5bdc747 SHA512 27646f054cd324a277334592541a0a5a44fe2ef794801cdf8fde2e39f370990dbd6114be99453a55883e6f9ed6ccb615fa34b2ae60fdee3ebf652573e679524b diff --git a/kde-frameworks/kdoctools/kdoctools-5.75.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.75.0.ebuild deleted file mode 100644 index 1754e1909062..000000000000 --- a/kde-frameworks/kdoctools/kdoctools-5.75.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -inherit ecm kde.org - -DESCRIPTION="Tools to generate documentation in various formats from DocBook files" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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 -} |