diff options
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/Manifest.gz | bin | 7483 -> 7487 bytes | |||
-rw-r--r-- | app-doc/cppman/Manifest | 4 | ||||
-rw-r--r-- | app-doc/cppman/cppman-0.5.4-r1.ebuild | 46 | ||||
-rw-r--r-- | app-doc/cppman/cppman-0.5.6-r1.ebuild (renamed from app-doc/cppman/cppman-0.5.6.ebuild) | 4 |
4 files changed, 3 insertions, 51 deletions
diff --git a/app-doc/Manifest.gz b/app-doc/Manifest.gz Binary files differindex 7d5a1c4e7d88..64dc29fdc8d3 100644 --- a/app-doc/Manifest.gz +++ b/app-doc/Manifest.gz diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest index d63386deb380..c475d953ed58 100644 --- a/app-doc/cppman/Manifest +++ b/app-doc/cppman/Manifest @@ -1,5 +1,3 @@ -DIST cppman-0.5.4.tar.gz 3560915 BLAKE2B 37dae8d4f4884582fd4556bfb8778b62e332286b9438a4507dd1a401f40014964a2409a57f1b8d234bb6143555719a6b81ccdf939fcf95a46ddb0fdfd475ac32 SHA512 e401813772c393aaf0e403ee253510ad4aac9cd9733c015e195bb66dad70cb2db0ea3e3c9749d87aed04b49aee04639fa3f822dc8e69a5a8812c3992b3e5c86d DIST cppman-0.5.6.tar.gz 3820427 BLAKE2B ca4c3bc05e3f8b7de432147dcff861ab4b1d3b3de2729da2dc4cb8513f96b3b92e9a7ebbbf0ad577d7372ebc7d152290431d4d95127c63a1a9122c2dd5f12aae SHA512 bf4c0aa01d0a7158818f5769c66c420fb982fb3c0daaf83e4089f122e59ac5d9d2637b9ff079ea3ee7259bbb92b72992bcb2b1a593fc1bb7223288077fb523b6 -EBUILD cppman-0.5.4-r1.ebuild 1171 BLAKE2B 0f40607a8a0e67d55f81983b82aecd557f1614d5ddf6b18834c2d3e49761fc9c76846db210fe7827be0b8d37e8bdbcfae06860ba4ab1dc430673649130ec0614 SHA512 a5058885f913ec3bc09b6c1e862bf47c245a80f87385d2403cd8b04536ab39213de5c3d075b651061d291214de9bbd7eda9990f0e1f1521cec497fc83537f47b -EBUILD cppman-0.5.6.ebuild 1265 BLAKE2B af4f73b79f551b7b19ddb1f06c239913c6da165948961a3f5babe3f3f98db7294d94f5d7b7b017831b65dc84c2b7b7697da867b66237647c2ff1c4cda4c505db SHA512 827be8cebd7a9f34101caf79b701f9131d293e4412e21aa1ace9de3ee13088a3eac2874990957e01d6f101c00f48a4611db0e93b8e11a27752d580e7ec25f3ad +EBUILD cppman-0.5.6-r1.ebuild 1265 BLAKE2B 942959b986c338b9daea38ecfef9c23e1b184f928642145f93cb966286d166443df2da8b2ea73481d41b56140fb6f03bb3ffe950d81da82a78c9c074ae8ca12d SHA512 96a0aa8fe223b32324ea40f106940031f04dd03f7429e7beac6fa791202a31efa4569d1e6851dc85f204b5f37a23b72fa5803ff7b9dd80cfc5d80106c047d323 MISC metadata.xml 490 BLAKE2B 4cc099727e7e108bc92709683a020e98e88e7f095018755fbed4214f4d3fa12e695268e23678b1be35864b42aeba8cfa75eadae44f7b424baa059ecd441f7010 SHA512 241fb920bd14116440a6b5358ed21ae8de5009cc56f3fdca72afe9f44d1a94f294326303317f8ab1c08949b44b8d24171888d95bccc72325193d4c4425bb64e2 diff --git a/app-doc/cppman/cppman-0.5.4-r1.ebuild b/app-doc/cppman/cppman-0.5.4-r1.ebuild deleted file mode 100644 index 9e88d7bf5257..000000000000 --- a/app-doc/cppman/cppman-0.5.4-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="sqlite,threads(+)" -DISTUTILS_SINGLE_IMPL=yes -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 bash-completion-r1 - -DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and cppreference.com" -HOMEPAGE="https://github.com/aitjcize/cppman" -SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" - -RDEPEND=" - sys-apps/groff - $(python_gen_cond_dep ' - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - ') -" - -src_prepare() { - # Install data manually, nearly all of it is misplaced - sed -i '/data_files = _data_files,/d' setup.py || die - - distutils-r1_src_prepare -} - -src_install() { - distutils-r1_src_install - doman misc/cppman.1 - - newbashcomp misc/completions/cppman.bash cppman - - insinto /usr/share/zsh/site-functions - doins misc/completions/zsh/_cppman - - insinto /usr/share/fish/vendor_completions.d - doins misc/completions/fish/cppman.fish -} diff --git a/app-doc/cppman/cppman-0.5.6.ebuild b/app-doc/cppman/cppman-0.5.6-r1.ebuild index 63a0409772a7..b74f5103ca40 100644 --- a/app-doc/cppman/cppman-0.5.6.ebuild +++ b/app-doc/cppman/cppman-0.5.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite,threads(+)" DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_PEP517=setuptools |