summaryrefslogtreecommitdiff
path: root/kde-frameworks/kapidox
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:54:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 23:04:00 +0200
commit1067b50ce02e968a2e51f07c29edab81023db833 (patch)
tree020804f1d60b13dd9aefd7cb67bad6a41818b885 /kde-frameworks/kapidox
parentb5a8a7daddda622a72b686eb822e04dba8a32bc2 (diff)
downloadkde-1067b50ce02e968a2e51f07c29edab81023db833.tar.gz
kde-1067b50ce02e968a2e51f07c29edab81023db833.tar.bz2
kde-1067b50ce02e968a2e51f07c29edab81023db833.zip
kde-frameworks/kapidox: 5.116.0 version bump
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.116.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..8d85f858bed
--- /dev/null
+++ b/kde-frameworks/kapidox/Manifest
@@ -0,0 +1 @@
+DIST kapidox-5.116.0.tar.xz 198876 BLAKE2B 993858060eb1fed8246daffbabe7a4cf490041447d8916e0d98cbdd85f3762d9938b4b9dff8237a22083f674a61c3b95cb0dceaf20ee252b047be067b10561fa SHA512 1c7367125f4538d599ea3779aa6e307edd02c2e55ae87e30d02ad4b4210fe3a72558d7029fdb089b11fe2ea1b418e90e50aebd05fdd647ed00d6d4fc6b1d890b
diff --git a/kde-frameworks/kapidox/kapidox-5.116.0.ebuild b/kde-frameworks/kapidox/kapidox-5.116.0.ebuild
new file mode 100644
index 00000000000..8f8b1e46699
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-5.116.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 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-text/doxygen
+ $(python_gen_cond_dep '
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ ')
+ media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}]
+"