summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 15:17:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 15:21:32 +0200
commitb4e1dccc44772c7128bdc0cad5cfd39f1385b7a8 (patch)
tree1ff0b5755e79a6816ec01d68e4afb39b9a94e357 /kde-frameworks/kdoctools
parentapp-arch/zstd: Removed old. (diff)
downloadgentoo-b4e1dccc44772c7128bdc0cad5cfd39f1385b7a8.tar.gz
gentoo-b4e1dccc44772c7128bdc0cad5cfd39f1385b7a8.tar.bz2
gentoo-b4e1dccc44772c7128bdc0cad5cfd39f1385b7a8.zip
kde-frameworks: Drop KDE Frameworks 5.56.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kdoctools')
-rw-r--r--kde-frameworks/kdoctools/Manifest1
-rw-r--r--kde-frameworks/kdoctools/kdoctools-5.56.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-frameworks/kdoctools/Manifest b/kde-frameworks/kdoctools/Manifest
index 1ca3449341f3..a3d18a429ebf 100644
--- a/kde-frameworks/kdoctools/Manifest
+++ b/kde-frameworks/kdoctools/Manifest
@@ -1,3 +1,2 @@
DIST kdoctools-5.54.0.tar.xz 424772 BLAKE2B 84ca18c87b2a58370d4681ad88ed2f2effdf1d269a1bf550eed3b10a25997160fdc16fb7b39bc8b9816aa5cb3469467b2ab0448c379a6a6b0f10748cd4ec839a SHA512 b389fd1a7b2ea32d13ddca128ed2cb6375856f1c40f83c29a46e9ed1713de6e28e4415743403de37cf1f8a4ddcba4d7cc1e295e5c50443c4faf02939854f72cb
-DIST kdoctools-5.56.0.tar.xz 425140 BLAKE2B 86835c6a929528984f5f971a57586e2c2d07c079fb5f6e51b76e022b9268d26c1ee8934aa4f1edfa092c4075fcba8cc5e1a9c289de2734ed3e63f4003b670809 SHA512 ec96d4112c9b88a002798006dd014ae26aaea8a95966368ea865070e58b94435e33ec7ab513a88b89ca389c6d49e9b91912ba8468fcb9516a4e3780c836929a5
DIST kdoctools-5.57.0.tar.xz 426072 BLAKE2B 4446a883199b927904ea420eb01bc28301bb5a49c0ac1977229b2227a68c630f29156bdb26b1308abfc2fa30371663bd91a366e8aaa60ec0891b2c1dad7e6b07 SHA512 b4428e106414768d11cfa8cd285fca17b7ee088b89138f394a62ad5209ab89e9364d623180ccf73faad8e2ed902ec38dc4548259355ab1cebce75148de71a722
diff --git a/kde-frameworks/kdoctools/kdoctools-5.56.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.56.0.ebuild
deleted file mode 100644
index 33355540123c..000000000000
--- a/kde-frameworks/kdoctools/kdoctools-5.56.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_QTHELP="false"
-inherit kde5
-
-DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- dev-perl/URI
- nls? ( $(add_frameworks_dep ki18n) )
-"
-DEPEND="
- $(add_frameworks_dep karchive)
- app-text/docbook-xml-dtd:4.5
- app-text/docbook-xsl-stylesheets
- app-text/sgml-common
- dev-libs/libxml2:2
- dev-libs/libxslt
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.54.0-gentoo-docbundledir.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package nls KF5I18n)
- )
-
- kde5_src_configure
-}
-
-src_test() {
- # bug 665622
- local myctestargs=(
- -E "(kdoctools_install)"
- )
-
- kde5_src_test
-}