summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-05 23:35:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-06 00:35:40 +0100
commitd957154f23d060e0846f66307305d72ff6ea6c6b (patch)
treef98238a2a585484d7db63d2ed373c4e55ff9de61 /kde-frameworks/kdoctools
parentkde-frameworks/kdoctools: Update Brasilian Portuguese translation (diff)
downloadgentoo-d957154f23d060e0846f66307305d72ff6ea6c6b.tar.gz
gentoo-d957154f23d060e0846f66307305d72ff6ea6c6b.tar.bz2
gentoo-d957154f23d060e0846f66307305d72ff6ea6c6b.zip
kde-frameworks/kdoctools: Drop 5.40.0 (r0)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kdoctools')
-rw-r--r--kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild
deleted file mode 100644
index 9cb56de3d013..000000000000
--- a/kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_QTHELP="false"
-inherit kde5
-
-DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(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
-"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-perl/URI
-"