aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-04 22:54:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-05 00:49:28 +0200
commitba2c8ee161ff7d8a1b34600a179c76f6616ed292 (patch)
treecb29cfd4ced81533fd93a844acf078447c44c251 /kde-frameworks/kapidox
parentkde-frameworks/extra-cmake-modules: 5.86.0 version bump (diff)
downloadkde-ba2c8ee161ff7d8a1b34600a179c76f6616ed292.tar.gz
kde-ba2c8ee161ff7d8a1b34600a179c76f6616ed292.tar.bz2
kde-ba2c8ee161ff7d8a1b34600a179c76f6616ed292.zip
kde-frameworks/kapidox: 5.86.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.86.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..433a8f45ce
--- /dev/null
+++ b/kde-frameworks/kapidox/Manifest
@@ -0,0 +1 @@
+DIST kapidox-5.86.0.tar.xz 195088 BLAKE2B 698b00962f601f0907f5b8476939f50cf418bfa0ed9101acf5416f1d64cb139b17cb23ed76d44e9dba002ca2fabde9f5c8ec67ad264dc3eb5a476217a408b5ff SHA512 2b65cd8ce36b0c61efc8792acbbc5acf62216436d4c570e18db749a1e562df6549dffdffe9ddcbdeb3b313b32ce4e13175b2e5cbf955c5f330f67ca19592b71f
diff --git a/kde-frameworks/kapidox/kapidox-5.86.0.ebuild b/kde-frameworks/kapidox/kapidox-5.86.0.ebuild
new file mode 100644
index 0000000000..904180677a
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-5.86.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}]
+"