diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-13 13:13:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-13 13:13:42 +0100 |
commit | 673c99407578d2a67453f1d07433e5fa4ad8a383 (patch) | |
tree | 52ce37b49fbe85a8c01cc569441fad864fe88800 /kde-frameworks/kapidox | |
parent | kde-frameworks/extra-cmake-modules: 5.80.0 version bump (diff) | |
download | gentoo-673c99407578d2a67453f1d07433e5fa4ad8a383.tar.gz gentoo-673c99407578d2a67453f1d07433e5fa4ad8a383.tar.bz2 gentoo-673c99407578d2a67453f1d07433e5fa4ad8a383.zip |
kde-frameworks/kapidox: 5.80.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kapidox')
-rw-r--r-- | kde-frameworks/kapidox/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kapidox/kapidox-5.80.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest index f6f0a627f564..f74bfca5c23e 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.79.0.tar.xz 194412 BLAKE2B cd6ff37e0d2c823a87511ccd680b79d1c46f079d47293ab85da7e806d0b8bd4e59c1e5ed19312cfa550aa9df0d1a8992ffd308a8cd5d821169fd866406b62d71 SHA512 11b2549eab86c0d5ce30a75e024f7eb5764e22d679084f3e2e7ceb3eaffb8591d493df0f767776737f8cbf26fd72bed85a37aeb34bc203ecc2001cdfd69b14d8 +DIST kapidox-5.80.0.tar.xz 194180 BLAKE2B 2952c4f0064721a599648d498cc5815ea40270bd311e6d030390d0b160941cd59d58d86eb167974635938aeeac70f775f86fc9e4d3edbcc9e37d668ab8035b1a SHA512 71940b713e5686165091871e051f327a439494cf0d361f0db5ce765f38512a1b36895b9db3f81829efb7d56e0d589b6269ca6d820da196a6a712f06e1945b14c diff --git a/kde-frameworks/kapidox/kapidox-5.80.0.ebuild b/kde-frameworks/kapidox/kapidox-5.80.0.ebuild new file mode 100644 index 000000000000..b4a7e1a58e7e --- /dev/null +++ b/kde-frameworks/kapidox/kapidox-5.80.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}] +" |