summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:28:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:43:57 +0200
commit32f1ee0b701929a8a054a094fc8caf875113482a (patch)
treeeb1c7e6c1d05d8f6343d9fc2dfc2bf87b20b995a /kde-frameworks/kapidox/kapidox-5.109.0.ebuild
parentkde-frameworks/extra-cmake-modules: drop 5.109.0 (diff)
downloadgentoo-32f1ee0b701929a8a054a094fc8caf875113482a.tar.gz
gentoo-32f1ee0b701929a8a054a094fc8caf875113482a.tar.bz2
gentoo-32f1ee0b701929a8a054a094fc8caf875113482a.zip
kde-frameworks/kapidox: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kapidox/kapidox-5.109.0.ebuild')
-rw-r--r--kde-frameworks/kapidox/kapidox-5.109.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kapidox/kapidox-5.109.0.ebuild b/kde-frameworks/kapidox/kapidox-5.109.0.ebuild
deleted file mode 100644
index 72ceb4a95433..000000000000
--- a/kde-frameworks/kapidox/kapidox-5.109.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit frameworks.kde.org distutils-r1
-
-DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- app-doc/doxygen
- $(python_gen_cond_dep '
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- ')
- media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}]
-"