summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-10 18:44:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-11 22:45:57 +0200
commit7a82040f5872cc841b118c4d2fbd15118ef68a17 (patch)
treed0adf9c468a26caeafab9a16ff6e11b80082cc25 /kde-frameworks/kapidox
parentkde-frameworks/extra-cmake-modules: 5.84.0 version bump (diff)
downloadgentoo-7a82040f5872cc841b118c4d2fbd15118ef68a17.tar.gz
gentoo-7a82040f5872cc841b118c4d2fbd15118ef68a17.tar.bz2
gentoo-7a82040f5872cc841b118c4d2fbd15118ef68a17.zip
kde-frameworks/kapidox: 5.84.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.84.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
index 69e2f266081c..8a8a28886ace 100644
--- a/kde-frameworks/kapidox/Manifest
+++ b/kde-frameworks/kapidox/Manifest
@@ -1,2 +1,3 @@
DIST kapidox-5.82.0.tar.xz 194608 BLAKE2B 3f45c5d23a3b939ba2d7249358344ce8db7458bad7017aa40ad97ce2bbf626bcbc9a3adda18b87f8f5f37e5378bb98762accb779523932e9e388aa6b8eea1f64 SHA512 4f69a497878a6a6f0271e7d073a0be80d7c43be2c90bc14accc6d861d0e569131ea9543f81949f2b54765aa2ff6c6bc0e3f6339a4dcc1f875a01adac54e547f9
DIST kapidox-5.83.0.tar.xz 194692 BLAKE2B e7b0b2908f5bb9ab80e6a93c901a6a0cdebb5b2ecee26b33d8bc35c81a265c9f989a79e8fba132f9e24e6d5cb0ea61100aaad7e0701d59bc470d4e294e37ad02 SHA512 8cfdae155334ec60cabc984a5b597910b00cc57324afc1f4ecdd2963335324782b8e09f33a8ced0cd95746b0a764ecff13953020a3b59a8480531cfe22a6d8f8
+DIST kapidox-5.84.0.tar.xz 194776 BLAKE2B e1f804989035cf96227953a46f70c21a56ce3fa5d6449940e47b2d076836c12c9b833ae99c25b62c5e8bc31c325d69cf9872fa4a1ccd94325e309c0afdbe0670 SHA512 d292514fc11202c721134420b2d8dcc44e6e2f892245fa7e8ada8fe3fde4d1a1614f64c553d76beeaeb10b6e008d30c68b627accfd59342770a2cf0c6b32e22b
diff --git a/kde-frameworks/kapidox/kapidox-5.84.0.ebuild b/kde-frameworks/kapidox/kapidox-5.84.0.ebuild
new file mode 100644
index 000000000000..0461561a8f53
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-5.84.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SINGLE_IMPL="true"
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{8,9} )
+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_MULTI_USEDEP}]
+ dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
+ ')
+ media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}]
+"