summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:23:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:44:04 +0200
commit85451fa4e2e78433195ed20910fe5bb552186780 (patch)
treef4e2773c7ec405f2b4e5e09586dc58054276c7c4
parentkde-frameworks/extra-cmake-modules: 5.81.0 version bump (diff)
downloadgentoo-85451fa4e2e78433195ed20910fe5bb552186780.tar.gz
gentoo-85451fa4e2e78433195ed20910fe5bb552186780.tar.bz2
gentoo-85451fa4e2e78433195ed20910fe5bb552186780.zip
kde-frameworks/kapidox: 5.81.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.81.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest
index c7e0946b7ba8..d1350ef2b2d9 100644
--- a/kde-frameworks/kapidox/Manifest
+++ b/kde-frameworks/kapidox/Manifest
@@ -1,2 +1,3 @@
DIST kapidox-5.77.0.tar.xz 190796 BLAKE2B 570a3be85d730f64a0d771b28539aea57fac15a258143394be06311fc197c6435ba2762bb78cec1a5a94cc23a071a4b36d236a5f149acad213f1ad2aef8d04bd SHA512 a9fe594fb33e40341e9c336de0e10ec709b9ee5063620d371978e76b87dd8df668c1aec83047402cfa2586d7daf3546ba082686c628e90c20869f21feba4282b
DIST kapidox-5.80.0.tar.xz 194180 BLAKE2B 2952c4f0064721a599648d498cc5815ea40270bd311e6d030390d0b160941cd59d58d86eb167974635938aeeac70f775f86fc9e4d3edbcc9e37d668ab8035b1a SHA512 71940b713e5686165091871e051f327a439494cf0d361f0db5ce765f38512a1b36895b9db3f81829efb7d56e0d589b6269ca6d820da196a6a712f06e1945b14c
+DIST kapidox-5.81.0.tar.xz 194620 BLAKE2B e0cddfe76e3b79518c1f766480c6200ab3a899ee672ebb689e2dbb19831bda5cf35409aa95e53e154c18f126b419a2a45f0d6e167396d30fa7300402405ebc67 SHA512 3c1bc22df14174a397f90ef79f39380529b43fd51ac0ff067d60638de4a10c006971ee2dde2d04b676c3780015c22f26065fa5db8a9f00d07f02501c44b07ca1
diff --git a/kde-frameworks/kapidox/kapidox-5.81.0.ebuild b/kde-frameworks/kapidox/kapidox-5.81.0.ebuild
new file mode 100644
index 000000000000..b4a7e1a58e7e
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-5.81.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_{7,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}]
+"