aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-12-04 22:35:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-12-04 22:35:37 +0100
commitcf0e4caa370b4fd5b11553f0a10dfb7a965421dc (patch)
tree68ebd0192a232e337e0c52a8248089c915da1f11 /kde-frameworks/kapidox
parentkde-frameworks/extra-cmake-modules: 5.89.0 version bump (diff)
downloadkde-cf0e4caa370b4fd5b11553f0a10dfb7a965421dc.tar.gz
kde-cf0e4caa370b4fd5b11553f0a10dfb7a965421dc.tar.bz2
kde-cf0e4caa370b4fd5b11553f0a10dfb7a965421dc.zip
kde-frameworks/kapidox: 5.89.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.89.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
new file mode 100644
index 0000000000..9d3a61fa81
--- /dev/null
+++ b/kde-frameworks/kapidox/Manifest
@@ -0,0 +1 @@
+DIST kapidox-5.89.0.tar.xz 197324 BLAKE2B 1135f86afc985b9e265853314bb4110b0cc4a019d33b0b37209d2fcd1913ea1eabe33d19d4577c9d33d87655c9c6391fc8d505f2ae3190c808b6cce8bfefc20d SHA512 631835ec9edc56c64863c2ac4b978ca39ca66104e9a8e83439129d7ae26cc39f88047d1d064003ba45ecfd934f4e3b6d95ae73950b79a3e8f800a64e33cd9453
diff --git a/kde-frameworks/kapidox/kapidox-5.89.0.ebuild b/kde-frameworks/kapidox/kapidox-5.89.0.ebuild
new file mode 100644
index 0000000000..904180677a
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-5.89.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL="true"
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{8..10} )
+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_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ ')
+ media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}]
+"