Skip to content

Commit

Permalink
kde-frameworks/kapidox: 5.82.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 9, 2021
1 parent f59887d commit b0c4aae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kapidox/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kapidox-5.80.0.tar.xz 194180 BLAKE2B 2952c4f0064721a599648d498cc5815ea40270bd311e6d030390d0b160941cd59d58d86eb167974635938aeeac70f775f86fc9e4d3edbcc9e37d668ab8035b1a SHA512 71940b713e5686165091871e051f327a439494cf0d361f0db5ce765f38512a1b36895b9db3f81829efb7d56e0d589b6269ca6d820da196a6a712f06e1945b14c
DIST kapidox-5.81.0.tar.xz 194620 BLAKE2B e0cddfe76e3b79518c1f766480c6200ab3a899ee672ebb689e2dbb19831bda5cf35409aa95e53e154c18f126b419a2a45f0d6e167396d30fa7300402405ebc67 SHA512 3c1bc22df14174a397f90ef79f39380529b43fd51ac0ff067d60638de4a10c006971ee2dde2d04b676c3780015c22f26065fa5db8a9f00d07f02501c44b07ca1
DIST kapidox-5.82.0.tar.xz 194608 BLAKE2B 3f45c5d23a3b939ba2d7249358344ce8db7458bad7017aa40ad97ce2bbf626bcbc9a3adda18b87f8f5f37e5378bb98762accb779523932e9e388aa6b8eea1f64 SHA512 4f69a497878a6a6f0271e7d073a0be80d7c43be2c90bc14accc6d861d0e569131ea9543f81949f2b54765aa2ff6c6bc0e3f6339a4dcc1f875a01adac54e547f9
23 changes: 23 additions & 0 deletions kde-frameworks/kapidox/kapidox-5.82.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}]
"

0 comments on commit b0c4aae

Please sign in to comment.