diff options
Diffstat (limited to 'kde-frameworks/kapidox')
| -rw-r--r-- | kde-frameworks/kapidox/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kapidox/kapidox-6.17.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest new file mode 100644 index 00000000000..0a6cd2eda6d --- /dev/null +++ b/kde-frameworks/kapidox/Manifest @@ -0,0 +1 @@ +DIST kapidox-6.17.0.tar.xz 198548 BLAKE2B a5e3e83f26546ca24d7b0588765ad750665b5c9ba3bea46cc40341976db7c554ff877a390f88350851ae2bc78c1bd7199263d036c59e3b0241af0eb361640865 SHA512 2cd3914741d228bd1fa4cf71d4501000cd85a4c08aeb6bd92c2d3a6f2f6f654a1005fe0a43bb60a94927da95c453d04ef90c620d1b07fddc7d578b894c810993 diff --git a/kde-frameworks/kapidox/kapidox-6.17.0.ebuild b/kde-frameworks/kapidox/kapidox-6.17.0.ebuild new file mode 100644 index 00000000000..139e5436ed6 --- /dev/null +++ b/kde-frameworks/kapidox/kapidox-6.17.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +inherit frameworks.kde.org distutils-r1 + +DESCRIPTION="Framework for building KDE API documentation in a standard format and style" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=" + app-text/doxygen + $(python_gen_cond_dep ' + dev-python/jinja2[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ') + media-gfx/graphviz[python,${PYTHON_SINGLE_USEDEP}] +" |
