summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 22:34:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-09 13:20:55 +0200
commitccc87618b5ccb53377ef15377bf1077310dbfcbc (patch)
treee20caefdcad913b987c4abead516f76d945a75cf /kde-frameworks/kdoctools
parentgnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff)
downloadgentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.gz
gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.bz2
gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.zip
kde-frameworks: Drop KDE Frameworks 5.58.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kdoctools')
-rw-r--r--kde-frameworks/kdoctools/Manifest1
-rw-r--r--kde-frameworks/kdoctools/kdoctools-5.58.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-frameworks/kdoctools/Manifest b/kde-frameworks/kdoctools/Manifest
index f85b25d52490..26cc65aff8f9 100644
--- a/kde-frameworks/kdoctools/Manifest
+++ b/kde-frameworks/kdoctools/Manifest
@@ -1,3 +1,2 @@
DIST kdoctools-5.57.0.tar.xz 426072 BLAKE2B 4446a883199b927904ea420eb01bc28301bb5a49c0ac1977229b2227a68c630f29156bdb26b1308abfc2fa30371663bd91a366e8aaa60ec0891b2c1dad7e6b07 SHA512 b4428e106414768d11cfa8cd285fca17b7ee088b89138f394a62ad5209ab89e9364d623180ccf73faad8e2ed902ec38dc4548259355ab1cebce75148de71a722
-DIST kdoctools-5.58.0.tar.xz 428436 BLAKE2B 2b1f4a2c37f9ec8d2e0bfd901eb80e75720fd078265a2a5544a7f79c80d6bf2e05872c6b908330f54a83c42fd0bb37e60bbea07c9e6e0ecc6c0da991d1e0269f SHA512 ab758d22eb424d5488d034a249d9f828412f78c8dde01b32f3e67feb7b84cec1aa5282135455ad0168d01f0fc54b590103d4d5f85f9f44c3d3a4742fbb160a7e
DIST kdoctools-5.59.0.tar.xz 427756 BLAKE2B b49add2de3f3d8f476f1fc058cd23ee2df203e9c7dc6daa5c6f93f4dcc5ef5eb3d789eb98b8ea1beeb11563dc99173b1a65d9c271b1ae9018da7a73e5c8df6e6 SHA512 f66db9c71e5181f03956257615a1260330d16133f2393c9dc3e2e157c64464abde9706cb2bcccc3ea7fd29bffaabe408ea02a6ed0e6cf2c1d248bd5379e1b738
diff --git a/kde-frameworks/kdoctools/kdoctools-5.58.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.58.0.ebuild
deleted file mode 100644
index 33355540123c..000000000000
--- a/kde-frameworks/kdoctools/kdoctools-5.58.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
-}