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: Tue, 25 Apr 2023 21:30:25 +0000 (UTC)	[thread overview]
Message-ID: <1682458054.8a07c945dd54ee47c1b0cc1cadfbb648731c0573.sam@gentoo> (raw)

commit:     8a07c945dd54ee47c1b0cc1cadfbb648731c0573
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Tue Apr 25 19:07:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 21:27:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a07c945

app-doc/cppman: Bump to 0.5.6

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

 app-doc/cppman/Manifest            |  1 +
 app-doc/cppman/cppman-0.5.6.ebuild | 46 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 759f0c7f8ce6..8c8a1421b755 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1 +1,2 @@
 DIST cppman-0.5.4.tar.gz 3560915 BLAKE2B 37dae8d4f4884582fd4556bfb8778b62e332286b9438a4507dd1a401f40014964a2409a57f1b8d234bb6143555719a6b81ccdf939fcf95a46ddb0fdfd475ac32 SHA512 e401813772c393aaf0e403ee253510ad4aac9cd9733c015e195bb66dad70cb2db0ea3e3c9749d87aed04b49aee04639fa3f822dc8e69a5a8812c3992b3e5c86d
+DIST cppman-0.5.6.tar.gz 3820427 BLAKE2B ca4c3bc05e3f8b7de432147dcff861ab4b1d3b3de2729da2dc4cb8513f96b3b92e9a7ebbbf0ad577d7372ebc7d152290431d4d95127c63a1a9122c2dd5f12aae SHA512 bf4c0aa01d0a7158818f5769c66c420fb982fb3c0daaf83e4089f122e59ac5d9d2637b9ff079ea3ee7259bbb92b72992bcb2b1a593fc1bb7223288077fb523b6

diff --git a/app-doc/cppman/cppman-0.5.6.ebuild b/app-doc/cppman/cppman-0.5.6.ebuild
new file mode 100644
index 000000000000..9e88d7bf5257
--- /dev/null
+++ b/app-doc/cppman/cppman-0.5.6.ebuild
@@ -0,0 +1,46 @@
+# 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
+}


             reply	other threads:[~2023-04-25 21:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25 21:30 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 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=1682458054.8a07c945dd54ee47c1b0cc1cadfbb648731c0573.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