summaryrefslogtreecommitdiff
path: root/kde-frameworks/kapidox
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kapidox')
-rw-r--r--kde-frameworks/kapidox/Manifest1
-rw-r--r--kde-frameworks/kapidox/kapidox-6.18.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
new file mode 100644
index 00000000000..6873124fc55
--- /dev/null
+++ b/kde-frameworks/kapidox/Manifest
@@ -0,0 +1 @@
+DIST kapidox-6.18.0.tar.xz 198568 BLAKE2B f7a1a3eeeb36cfe47a5c8ef45fe562bdfeac6e926d1292ae64bc93e012239aeb6e1b14a50974953a369ac74d5609dd4bc715d9deba28daa9c31e81b30a5c6d8e SHA512 11b4f85375eb43ba3974b8a975f0050b00c513d9e7fcc489fa0a19d2d4afba9aa5c2d5c51d0ed7f0a4e1c218ca0ff47b68f9fba500ad05036772ab6e2d3a0291
diff --git a/kde-frameworks/kapidox/kapidox-6.18.0.ebuild b/kde-frameworks/kapidox/kapidox-6.18.0.ebuild
new file mode 100644
index 00000000000..139e5436ed6
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-6.18.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 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..13} )
+inherit frameworks.kde.org distutils-r1
+
+DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/doxygen
+ $(python_gen_cond_dep '
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ ')
+ media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}]
+"