summaryrefslogtreecommitdiff
path: root/kde-frameworks/kapidox
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:12:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:12:28 +0100
commitcf3c0b8d99d9a20ecbadb171443688cca805c468 (patch)
tree62d8b27796e44f7a33ea73b1ff5ae4733959fa27 /kde-frameworks/kapidox
parentc664ac0b573c47766da4de4ca5b817912cc0abfe (diff)
downloadkde-cf3c0b8d99d9a20ecbadb171443688cca805c468.tar.gz
kde-cf3c0b8d99d9a20ecbadb171443688cca805c468.tar.bz2
kde-cf3c0b8d99d9a20ecbadb171443688cca805c468.zip
kde-frameworks/kapidox: drop 5.80.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kapidox')
-rw-r--r--kde-frameworks/kapidox/Manifest1
-rw-r--r--kde-frameworks/kapidox/kapidox-5.80.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
deleted file mode 100644
index 199f67df8df..00000000000
--- a/kde-frameworks/kapidox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kapidox-5.80.0.tar.xz 194180 BLAKE2B 2952c4f0064721a599648d498cc5815ea40270bd311e6d030390d0b160941cd59d58d86eb167974635938aeeac70f775f86fc9e4d3edbcc9e37d668ab8035b1a SHA512 71940b713e5686165091871e051f327a439494cf0d361f0db5ce765f38512a1b36895b9db3f81829efb7d56e0d589b6269ca6d820da196a6a712f06e1945b14c
diff --git a/kde-frameworks/kapidox/kapidox-5.80.0.ebuild b/kde-frameworks/kapidox/kapidox-5.80.0.ebuild
deleted file mode 100644
index b4a7e1a58e7..00000000000
--- a/kde-frameworks/kapidox/kapidox-5.80.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_SINGLE_IMPL="true"
-DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{7,8,9} )
-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}]
-"