public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/
Date: Wed, 21 May 2025 21:27:36 +0000 (UTC)	[thread overview]
Message-ID: <1747862764.7796bdaedf5ad6b4744b0be09c6eeb9dbe8a9c8d.sam@gentoo> (raw)

commit:     7796bdaedf5ad6b4744b0be09c6eeb9dbe8a9c8d
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Wed May 21 19:19:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 21:26:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7796bdae

app-doc/cppman: Bump to 0.5.9

Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42193
Closes: https://github.com/gentoo/gentoo/pull/42193
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/cppman/Manifest            |  1 +
 app-doc/cppman/cppman-0.5.9.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 2ea51b7fc3e2..310e833c6cf7 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1 +1,2 @@
 DIST cppman-0.5.6.tar.gz 3820427 BLAKE2B ca4c3bc05e3f8b7de432147dcff861ab4b1d3b3de2729da2dc4cb8513f96b3b92e9a7ebbbf0ad577d7372ebc7d152290431d4d95127c63a1a9122c2dd5f12aae SHA512 bf4c0aa01d0a7158818f5769c66c420fb982fb3c0daaf83e4089f122e59ac5d9d2637b9ff079ea3ee7259bbb92b72992bcb2b1a593fc1bb7223288077fb523b6
+DIST cppman-0.5.9.tar.gz 4657401 BLAKE2B 9d9bdbe81808ad26b242670c61d04cb6e5ce85f644ca5c0bba1e348fd36615a3252e705810abf3deb5d5f74db9b55682850a7ca83775ed30c1cc0c74b8dd038d SHA512 5a660be80c99fee0a68fe0a114548fde6998c18aaacca7a3030b28b8b44bdfd8071c72f0c5bbd8bdce86932f5a57b186373de89796182e39dd1149cf4019c3a1

diff --git a/app-doc/cppman/cppman-0.5.9.ebuild b/app-doc/cppman/cppman-0.5.9.ebuild
new file mode 100644
index 000000000000..d3e8cb10808d
--- /dev/null
+++ b/app-doc/cppman/cppman-0.5.9.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="sqlite,threads(+)"
+DISTUTILS_SINGLE_IMPL=yes
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 shell-completion 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"
+PROPERTIES="test_network"
+RESTRICT="test"
+
+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
+}
+
+python_test() {
+	${EPYTHON} test/test.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	doman misc/cppman.1
+
+	newbashcomp misc/completions/cppman.bash cppman
+	dozshcomp misc/completions/zsh/_cppman
+	dofishcomp misc/completions/fish/cppman.fish
+}


             reply	other threads:[~2025-05-21 21:27 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21 21:27 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03 11:34 [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/ Sam James
2024-06-03 11:34 Sam James
2023-12-14  8:32 Sam James
2023-04-25 21:30 Sam James
2023-04-25 20:57 Sam James
2023-04-25 13:46 Arthur Zamarin
2023-04-25 13:42 Arthur Zamarin
2022-12-28  9:39 Florian Schmaus
2022-12-28  9:39 Florian Schmaus
2022-12-28  9:39 Florian Schmaus
2022-12-15 16:10 Florian Schmaus
2021-12-02  0:46 Sam James
2021-12-02  0:46 Sam James
2020-12-04 14:35 Sam James
2020-12-04 14:35 Sam James
2020-04-05  7:18 Joonas Niilola
2020-04-05  7:18 Joonas Niilola
2020-04-05  7:18 Joonas Niilola
2017-04-21 17:36 Pacho Ramos
2017-04-21 17:36 Pacho Ramos
2016-07-07 19:48 Austin English
2016-05-29 15:30 Kristian Fiskerstrand
2016-04-26  7:15 Patrice Clement
2016-04-16 17:05 Ian Delaney
2016-04-16 17:05 Ian Delaney
2016-04-15 19:10 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1747862764.7796bdaedf5ad6b4744b0be09c6eeb9dbe8a9c8d.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox