diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 14:42:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 18:03:51 +0200 |
commit | 603ff010fc86397e005c871ff830da598c6116d9 (patch) | |
tree | 9f91b9589230463236d48354ea8f40e9026cc6c3 /kde-frameworks/kapidox | |
parent | kde-frameworks/extra-cmake-modules: 5.75.0 version bump (diff) | |
download | gentoo-603ff010fc86397e005c871ff830da598c6116d9.tar.gz gentoo-603ff010fc86397e005c871ff830da598c6116d9.tar.bz2 gentoo-603ff010fc86397e005c871ff830da598c6116d9.zip |
kde-frameworks/kapidox: 5.75.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.75.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest index 4a74ee03501e..bd248e0cee3b 100644 --- a/kde-frameworks/kapidox/Manifest +++ b/kde-frameworks/kapidox/Manifest @@ -1 +1,2 @@ DIST kapidox-5.74.0.tar.xz 158916 BLAKE2B 999357b65fefa4ca2e386f00c59e825cce352fb79726a090a87052f96af7184aa3869ec8efa313930ddb06ab6a6baf090e2bc1087330f977612947b7b6c4d136 SHA512 0292f1836576e67d2a0b439ca3890d10b580ec6dfcf947760c305320ba67f688d2e75323d9976be0673dfbf241f7d1978cfbfc5954de8ff7b2fdbab88bf62b1f +DIST kapidox-5.75.0.tar.xz 190000 BLAKE2B e91c6aa470117e834deeb2d18c0dc054ee93e85cbe7fa51df04a7278b70c06faf49ac4020b3abe1d2a25bb52fe4c88a3209dfe9606f1c886ad54009b1a3d87a4 SHA512 63250a87c8f4d4201ffb993d5a941dee2f7d3c8b4fba73468bc2822acd6652dd1965244a7dc2dd3cbdba9fdc56b7dddcf5d36d4739e706f8a771f5723ed2eeab diff --git a/kde-frameworks/kapidox/kapidox-5.75.0.ebuild b/kde-frameworks/kapidox/kapidox-5.75.0.ebuild new file mode 100644 index 000000000000..c315283b8142 --- /dev/null +++ b/kde-frameworks/kapidox/kapidox-5.75.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_SINGLE_IMPL="true" +DISTUTILS_USE_SETUPTOOLS="no" +PYTHON_COMPAT=( python3_{7,8} ) +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}] +" |