forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-frameworks/kapidox: 5.92.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kapidox-5.90.0.tar.xz 197364 BLAKE2B d83736d634774e2fb278b618486993bc0bb37c326e3b3cce5aff0413f033f6fe94c567400cf93e828973ddb3217b73ed6dbff6415a9e0c35ee657cfbabc726b8 SHA512 e52151d292e17a7eedc15c51f944a5b2ea23d98e1a02a5d4eff68be33161b3139f0f466dc0260bb0949d70a84a18634c68de40cb675daedff07f929d1a564798 | ||
DIST kapidox-5.91.0.tar.xz 197400 BLAKE2B 6b3a2c2b7dc58a25b24a42fcedb630dd53b1a4debbb6407828da98f406c199f1a07a7b15e2bb684ee3d739aa0e301bfe7176270cb401b01f5387eb3738deb4ef SHA512 0bf0cb1e3f280ffdb37dea2abe3f100368b0eb24a47a710f2bc2d53c532a6c12443d6499c6c03afe1b1e0696334f68eb34029e69a1ffdeaf80c214c3e839e8ee | ||
DIST kapidox-5.92.0.tar.xz 197232 BLAKE2B 08e616fb0a4bb21f0d747ab571401121e81203f81ef96cb2108da84e314c03a8e296507ec025a2431989dc443dceede146a26749e0789f4d0d2048966611f088 SHA512 876f8f5a1e7db8bdcaa1a6e206deb9630cf35ba6e8f0c3616557ac95e28b8a9b2c7d40abbc22c19abbef3e310070d61a7b71a03ad62d32d75f014d8ae7b2ce37 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DISTUTILS_SINGLE_IMPL="true" | ||
DISTUTILS_USE_SETUPTOOLS="bdepend" | ||
PYTHON_COMPAT=( python3_{8..10} ) | ||
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 ~riscv ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
app-doc/doxygen | ||
$(python_gen_cond_dep ' | ||
dev-python/jinja[${PYTHON_USEDEP}] | ||
dev-python/pyyaml[${PYTHON_USEDEP}] | ||
') | ||
media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}] | ||
" |