summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 10:47:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-18 10:25:11 +0200
commit0c1d4d92324a57b2179abecc64dc6b413dc3b15f (patch)
tree0c113428e6e43dda4cb990ddbaaf989a533614f0
parentkde-frameworks/extra-cmake-modules: 5.109.0 version bump (diff)
downloadgentoo-0c1d4d92324a57b2179abecc64dc6b413dc3b15f.tar.gz
gentoo-0c1d4d92324a57b2179abecc64dc6b413dc3b15f.tar.bz2
gentoo-0c1d4d92324a57b2179abecc64dc6b413dc3b15f.zip
kde-frameworks/kapidox: 5.109.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kapidox/Manifest1
-rw-r--r--kde-frameworks/kapidox/kapidox-5.109.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
index f8d3930fc187..9b4d93abe40a 100644
--- a/kde-frameworks/kapidox/Manifest
+++ b/kde-frameworks/kapidox/Manifest
@@ -1 +1,2 @@
DIST kapidox-5.108.0.tar.xz 198852 BLAKE2B a8cae23ac109ca0e32b0036794d868385500e028278f404d392b3f5161e6cd7a0b8e955206ded7063315f372cb1b621030e1715b8ae2237ceb3c927425a5ee55 SHA512 fe8c420b250c980ee6b09dae453211f0e617073f2a2668b70dcb3fb04cae20236d45012fe827a9829c8415fd4f5d295dea52e527159f4998afb2d435d29ca2ef
+DIST kapidox-5.109.0.tar.xz 198848 BLAKE2B 2b0e72f1a28fb1f92912c05e613bd4c22ed638f14455c033f5ab298fd0fbe06ff98128d323f86347c16158f01f3c1191afc53abff7f792c75db7751a9842b65d SHA512 c9bb25a3510c9e3a6ace7155be858718e33fb133bc683b8ab6f23cae1d5ecdd4b73aeb0be97d0a205134ba3d959cfeca1de85b2eb2c2344eae97f6d9b03e7d5e
diff --git a/kde-frameworks/kapidox/kapidox-5.109.0.ebuild b/kde-frameworks/kapidox/kapidox-5.109.0.ebuild
new file mode 100644
index 000000000000..7c28c06e733c
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-5.109.0.ebuild
@@ -0,0 +1,24 @@
+# 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 ~riscv"
+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}]
+"