summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:06:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 17:37:11 +0200
commitbe3128de878dbb3ff4e79bc85fa590a1ffd8bae4 (patch)
tree3a2e0abb1c1473997b62c1e85466c4b7c8d8652a /kde-frameworks
parentkde-frameworks/kdnssd: drop 5.71.0* (diff)
downloadgentoo-be3128de878dbb3ff4e79bc85fa590a1ffd8bae4.tar.gz
gentoo-be3128de878dbb3ff4e79bc85fa590a1ffd8bae4.tar.bz2
gentoo-be3128de878dbb3ff4e79bc85fa590a1ffd8bae4.zip
kde-frameworks/kdoctools: drop 5.71.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kdoctools/Manifest1
-rw-r--r--kde-frameworks/kdoctools/kdoctools-5.71.0.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-frameworks/kdoctools/Manifest b/kde-frameworks/kdoctools/Manifest
index 9ba7ea8b2684..4ecc0b94d2d7 100644
--- a/kde-frameworks/kdoctools/Manifest
+++ b/kde-frameworks/kdoctools/Manifest
@@ -1,3 +1,2 @@
DIST kdoctools-5.70.0.tar.xz 426784 BLAKE2B f6b34599b074d7720f44b09d62518f3d76b406167a95d0a3920dd9048829512350850c51ce327ce9a254539e4ac7691dfd9bf620a2268f2b823a4a54273070a5 SHA512 646f37a6e4d233affa5d2ee38e490a1da30845d66ec758841fa1f39d630492a80cc3c4aad3d46d9808ecbb73b90af56e5f8009f1aba2e7db1da7d88a19634353
-DIST kdoctools-5.71.0.tar.xz 426972 BLAKE2B 3001b130a55667d400fb1487f1f81af694bf8512757f8b3b3d8ed6af4996d8284924435aafc12545bc7e2c589b8b4ce1b278d662a233d67e03441266fc8ca149 SHA512 d20bceb3aaa8cef68f95d6e209af35215f37b96e8a6f039a50da8c299fe4714ffa21bc2cbe825744ec14f248823a147883f4833f1201de28c64d6032c63ed2d6
DIST kdoctools-5.72.0.tar.xz 426952 BLAKE2B 2d2abc95953d56c49cc300efb9d044ceafd9975ba3a88438893d7df56d167dd2c987f309925ab4ebd713bda5d58585f6ce613dec754cf2ee0de23ee9bc419c25 SHA512 a4164b797a47353090725b6c9ee97220ea882aa8a15ff3d4ef143305423684c7fa611b923d458ae739252025d4930f72530c7b02f7f0d6933120c42bfc51e292
diff --git a/kde-frameworks/kdoctools/kdoctools-5.71.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.71.0.ebuild
deleted file mode 100644
index 1754e1909062..000000000000
--- a/kde-frameworks/kdoctools/kdoctools-5.71.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
-}