summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:06:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 17:37:03 +0200
commit416ffdd62cd75c987b550d274d0c05b66017b9c9 (patch)
tree9fd601b4dfd5600c163ba4b7b17f8cce1748cebe /kde-frameworks
parentkde-frameworks/kactivities-stats: drop 5.71.0* (diff)
downloadgentoo-416ffdd62cd75c987b550d274d0c05b66017b9c9.tar.gz
gentoo-416ffdd62cd75c987b550d274d0c05b66017b9c9.tar.bz2
gentoo-416ffdd62cd75c987b550d274d0c05b66017b9c9.zip
kde-frameworks/kapidox: drop 5.71.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kapidox/Manifest1
-rw-r--r--kde-frameworks/kapidox/kapidox-5.71.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
index baa638848539..1e229d4dea6b 100644
--- a/kde-frameworks/kapidox/Manifest
+++ b/kde-frameworks/kapidox/Manifest
@@ -1,3 +1,2 @@
DIST kapidox-5.70.0.tar.xz 158572 BLAKE2B 25b8deaec2ee02290b1eb5c24d85e9b2c66bc01cd073f415b11b46ea73aeb0ec2d44da8099291bad3c6f41b34504d118b89c55ba6f0de74fa6f66b85273022f6 SHA512 846d4b555808052f58d1bc073fe7f67c9bb7f1444950f50f019bde481de7c56e04a10661ce00335508cae252a3a73a15ae46addca2839bc59468e51a12e21b13
-DIST kapidox-5.71.0.tar.xz 158596 BLAKE2B 67cc1cbf070930c61185b760a0c24f66193f3cd258f8ca547adf7e485833fae0025212625cc574d6289b75f0bb92eaed371e4d6276b60e4b17c174e4c3ca8d71 SHA512 405d102c30e52cc372d28861e8a3e26da9338329af8dff3e2f0fb14a877ba1d18a943d566acf0a8a410f074e84c015f66e2a38f84b45833ec415aeaaaac096b7
DIST kapidox-5.72.0.tar.xz 158760 BLAKE2B 95a1586f2c237b6ddcb5dfbdf059fa55976f697f21d49f6e2369a3dcc64cf1e354de6aea391488d4610578d81df56fa529ed3d719c30113bd3820e65b7b922f8 SHA512 482dfa84dce993a75ce8a87617ebf525b924234761dc9c2910e0cf4166f5c482e940fe4f487e44245dcee4f99060f3fbe918f8b17820d3554a36915707d37a99
diff --git a/kde-frameworks/kapidox/kapidox-5.71.0.ebuild b/kde-frameworks/kapidox/kapidox-5.71.0.ebuild
deleted file mode 100644
index c315283b8142..000000000000
--- a/kde-frameworks/kapidox/kapidox-5.71.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_SINGLE_IMPL="true"
-DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{7,8} )
-inherit kde.org distutils-r1
-
-DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-doc/doxygen
- $(python_gen_cond_dep '
- dev-python/jinja[${PYTHON_MULTI_USEDEP}]
- dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
- ')
- media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}]
-"