[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2024-06-03 Thread Sam James
commit: 49ae5e947b9c351d07b1cc9f168c110dfe021299
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Mon Jun  3 09:10:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  3 11:34:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ae5e94

app-doc/cppman: Drop old

Signed-off-by: Esteve Varela Colominas  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36994
Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/Manifest   |  1 -
 app-doc/cppman/cppman-0.5.4-r1.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 8c8a1421b755..2ea51b7fc3e2 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1,2 +1 @@
-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.4-r1.ebuild 
b/app-doc/cppman/cppman-0.5.4-r1.ebuild
deleted file mode 100644
index 9e88d7bf5257..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2024-06-03 Thread Sam James
commit: 645a7b476036bfcabc71777a22585ddbece66824
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Mon Jun  3 09:09:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  3 11:34:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645a7b47

app-doc/cppman: Bump PYTHON_COMPAT

Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/{cppman-0.5.6.ebuild => cppman-0.5.6-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/cppman/cppman-0.5.6.ebuild 
b/app-doc/cppman/cppman-0.5.6-r1.ebuild
similarity index 94%
rename from app-doc/cppman/cppman-0.5.6.ebuild
rename to 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



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2023-12-14 Thread Sam James
commit: f9119aaefd0cef14de07b1cfad22c191415047b5
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 14 08:32:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 14 08:32:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9119aae

app-doc/cppman: enable py3.12, wire up tests

Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/cppman-0.5.6.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-doc/cppman/cppman-0.5.6.ebuild 
b/app-doc/cppman/cppman-0.5.6.ebuild
index 9e88d7bf5257..63a0409772a7 100644
--- a/app-doc/cppman/cppman-0.5.6.ebuild
+++ b/app-doc/cppman/cppman-0.5.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite,threads(+)"
 DISTUTILS_SINGLE_IMPL=yes
 DISTUTILS_USE_PEP517=setuptools
@@ -16,6 +16,8 @@ 
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
@@ -32,6 +34,10 @@ src_prepare() {
distutils-r1_src_prepare
 }
 
+python_test() {
+   ${EPYTHON} test/test.py || die
+}
+
 src_install() {
distutils-r1_src_install
doman misc/cppman.1



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2023-04-25 Thread Sam James
commit: 8a07c945dd54ee47c1b0cc1cadfbb648731c0573
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Tue Apr 25 19:07:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 21:27:34 2023 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30754
Signed-off-by: Sam James  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2023-04-25 Thread Sam James
commit: 4300816342cfcc987f857d62b9b1026521e6d1a1
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 25 20:56:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 20:56:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43008163

app-doc/cppman: Keyword 0.5.4-r1 arm64, #905015

Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/cppman-0.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/cppman/cppman-0.5.4-r1.ebuild 
b/app-doc/cppman/cppman-0.5.4-r1.ebuild
index 84c801d6a2c1..9e88d7bf5257 100644
--- a/app-doc/cppman/cppman-0.5.4-r1.ebuild
+++ b/app-doc/cppman/cppman-0.5.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 
 RDEPEND="
sys-apps/groff



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2023-04-25 Thread Arthur Zamarin
commit: f8d5c255068236a252cc37589c242e1f7303bc47
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:46:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:46:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d5c255

app-doc/cppman: Keyword 0.5.4-r1 ppc, #905015

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-doc/cppman/cppman-0.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/cppman/cppman-0.5.4-r1.ebuild 
b/app-doc/cppman/cppman-0.5.4-r1.ebuild
index 96afd26c3352..84c801d6a2c1 100644
--- a/app-doc/cppman/cppman-0.5.4-r1.ebuild
+++ b/app-doc/cppman/cppman-0.5.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 
 RDEPEND="
sys-apps/groff



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2023-04-25 Thread Arthur Zamarin
commit: 30b4c0c6dbdd8990568b8a9cfad9efbcd7f81267
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:42:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b4c0c6

app-doc/cppman: Keyword 0.5.4-r1 ppc64, #905015

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-doc/cppman/cppman-0.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/cppman/cppman-0.5.4-r1.ebuild 
b/app-doc/cppman/cppman-0.5.4-r1.ebuild
index 09b40be34c55..96afd26c3352 100644
--- a/app-doc/cppman/cppman-0.5.4-r1.ebuild
+++ b/app-doc/cppman/cppman-0.5.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~x64-macos"
 
 RDEPEND="
sys-apps/groff



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2022-12-28 Thread Florian Schmaus
commit: 09fb13f9c1194b00da90b0673b892b178e023451
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Wed Dec  7 16:35:20 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec 28 09:37:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fb13f9

app-doc/cppman: Fix zsh completions

Closes: https://bugs.gentoo.org/881689
Closes: https://bugs.gentoo.org/881691
Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 ...{cppman-0.5.4.ebuild => cppman-0.5.4-r1.ebuild} | 25 --
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/app-doc/cppman/cppman-0.5.4.ebuild 
b/app-doc/cppman/cppman-0.5.4-r1.ebuild
similarity index 55%
rename from app-doc/cppman/cppman-0.5.4.ebuild
rename to app-doc/cppman/cppman-0.5.4-r1.ebuild
index 715dd3be3185..5bb20190b399 100644
--- a/app-doc/cppman/cppman-0.5.4.ebuild
+++ b/app-doc/cppman/cppman-0.5.4-r1.ebuild
@@ -5,9 +5,9 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="sqlite,threads(+)"
-DISTUTILS_SINGLE_IMPL=true
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
+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;
@@ -26,8 +26,21 @@ RDEPEND="
 "
 
 src_prepare() {
-   default
+   # Install data manually, nearly all of it is misplaced
+   sed -i '/data_files = _data_files,/d' setup.py || die
 
-   # Don't allow setup.py to install documentation directly
-   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
+   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
 }



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2022-12-28 Thread Florian Schmaus
commit: b46a6bbc708371fa267732c73b0234d221b16e78
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Wed Dec  7 16:30:13 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec 28 09:37:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46a6bbc

app-doc/cppman: Pick up maintainance

Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 app-doc/cppman/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-doc/cppman/metadata.xml b/app-doc/cppman/metadata.xml
index fdf84de8835f..a2eb1022cb35 100644
--- a/app-doc/cppman/metadata.xml
+++ b/app-doc/cppman/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   esteve.var...@gmail.com
+   Esteve Varela Colominas
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

aitjcize/cppman




[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2022-12-28 Thread Florian Schmaus
commit: fd5133ab8500e4e193d114475cfce7e54fc2285e
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Wed Dec  7 16:36:22 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec 28 09:37:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5133ab

app-doc/cppman: Drop old

Signed-off-by: Esteve Varela Colominas  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28591
Signed-off-by: Florian Schmaus  gentoo.org>

 app-doc/cppman/Manifest|  1 -
 app-doc/cppman/cppman-0.5.3.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index e47f31dd3131..759f0c7f8ce6 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1,2 +1 @@
-DIST cppman-0.5.3.tar.gz 3614734 BLAKE2B 
3b764be07c19ad026e20f6b0f1ac6709ef0fba6042225ce53d6aeb627bc80fba4c4775f9c4d9fa7e75f5d5fbc847dffab1eecbca9f55eab0c447b9d6b9f0f401
 SHA512 
4e89c8e4ec4b8fb7f577ae83ac77198fb2a56f85550b9efa2b534c1e3d25f45be7932e0cfe663d51b5ff2846668022386af0b018056bcc25c5a1b2e5d32eb111
 DIST cppman-0.5.4.tar.gz 3560915 BLAKE2B 
37dae8d4f4884582fd4556bfb8778b62e332286b9438a4507dd1a401f40014964a2409a57f1b8d234bb6143555719a6b81ccdf939fcf95a46ddb0fdfd475ac32
 SHA512 
e401813772c393aaf0e403ee253510ad4aac9cd9733c015e195bb66dad70cb2db0ea3e3c9749d87aed04b49aee04639fa3f822dc8e69a5a8812c3992b3e5c86d

diff --git a/app-doc/cppman/cppman-0.5.3.ebuild 
b/app-doc/cppman/cppman-0.5.3.ebuild
deleted file mode 100644
index 562b9b8e609c..
--- a/app-doc/cppman/cppman-0.5.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-PYTHON_REQ_USE="sqlite,threads(+)"
-DISTUTILS_SINGLE_IMPL=true
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-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 ~riscv ~x86 ~x64-macos"
-
-RDEPEND="
-   sys-apps/groff
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   ')
-"
-
-src_prepare() {
-   default
-
-   # Don't allow setup.py to install documentation directly
-   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2022-12-15 Thread Florian Schmaus
commit: a764ed976501fc5e90b3cea26ce71d027f40f6bf
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Dec 15 16:10:14 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Dec 15 16:10:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a764ed97

app-doc/cppman: add 0.5.4

Signed-off-by: Florian Schmaus  gentoo.org>

 app-doc/cppman/Manifest|  1 +
 app-doc/cppman/cppman-0.5.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index c3bac0d61504..e47f31dd3131 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1 +1,2 @@
 DIST cppman-0.5.3.tar.gz 3614734 BLAKE2B 
3b764be07c19ad026e20f6b0f1ac6709ef0fba6042225ce53d6aeb627bc80fba4c4775f9c4d9fa7e75f5d5fbc847dffab1eecbca9f55eab0c447b9d6b9f0f401
 SHA512 
4e89c8e4ec4b8fb7f577ae83ac77198fb2a56f85550b9efa2b534c1e3d25f45be7932e0cfe663d51b5ff2846668022386af0b018056bcc25c5a1b2e5d32eb111
+DIST cppman-0.5.4.tar.gz 3560915 BLAKE2B 
37dae8d4f4884582fd4556bfb8778b62e332286b9438a4507dd1a401f40014964a2409a57f1b8d234bb6143555719a6b81ccdf939fcf95a46ddb0fdfd475ac32
 SHA512 
e401813772c393aaf0e403ee253510ad4aac9cd9733c015e195bb66dad70cb2db0ea3e3c9749d87aed04b49aee04639fa3f822dc8e69a5a8812c3992b3e5c86d

diff --git a/app-doc/cppman/cppman-0.5.4.ebuild 
b/app-doc/cppman/cppman-0.5.4.ebuild
new file mode 100644
index ..715dd3be3185
--- /dev/null
+++ b/app-doc/cppman/cppman-0.5.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="sqlite,threads(+)"
+DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-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 ~riscv ~x86 ~x64-macos"
+
+RDEPEND="
+   sys-apps/groff
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   ')
+"
+
+src_prepare() {
+   default
+
+   # Don't allow setup.py to install documentation directly
+   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2021-12-01 Thread Sam James
commit: ad921c8643b61c5473c3b97142602c5e653e3d39
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  2 00:46:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  2 00:46:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad921c86

app-doc/cppman: drop test.log junk

Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/test.log | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-doc/cppman/test.log b/app-doc/cppman/test.log
deleted file mode 100644
index db9383193a27..
--- a/app-doc/cppman/test.log
+++ /dev/null
@@ -1 +0,0 @@
-basic_ios basic_ios::bad basic_ios::~basic_ios basic_ios::clear 
basic_ios::copyfmt basic_ios::eof basic_ios::exceptions basic_ios::fail 
basic_ios::fill basic_ios::good basic_ios::imbue basic_ios::move 
'basic_ios::operator!' 'basic_ios::operator bool' basic_ios::rdbuf 
basic_ios::set_rdbuf basic_iostream::~basic_iostream 
basic_iostream::basic_iostream 'basic_iostream::operator=' basic_iostream::swap 
basic_ios::widen ios ios::bad ios_base::event ios_base::event_callback 
ios_base::fmtflags ios_base::getloc ios_base::imbue ios_base::Init 
ios_base::ios_base ios_base::iostate ios_base::iword ios_base::openmode 
ios_base::pword ios_base::register_callback ios_base::seekdir ios_base::setf 
ios_base::unsetf ios_base::xalloc ios::~basic_ios ios::clear ios::copyfmt 
ios::eof ios::exceptions ios::fail ios::fill ios::good ios::imbue ios::~ios 
ios::move 'ios::operator!' 'ios::operator bool' ios::rdbuf ios::set_rdbuf 
iostream_category ios::widen resetiosflags std::basic_ios std::basic_ios::bad 
std::ba
 sic_ios::~basic_ios std::basic_ios::clear std::basic_ios::copyfmt 
std::basic_ios::eof std::basic_ios::exceptions std::basic_ios::fail 
std::basic_ios::fill std::basic_ios::good std::basic_ios::imbue 
std::basic_ios::move 'std::basic_ios::operator!' 'std::basic_ios::operator 
bool' std::basic_ios::rdbuf std::basic_ios::set_rdbuf 
std::basic_iostream::~basic_iostream std::basic_iostream::basic_iostream 
'std::basic_iostream::operator=' std::basic_iostream::swap 
std::basic_ios::widen std::ios std::ios::bad std::ios_base::event 
std::ios_base::event_callback std::ios_base::fmtflags std::ios_base::getloc 
std::ios_base::imbue std::ios_base::Init std::ios_base::ios_base 
std::ios_base::iostate std::ios_base::iword std::ios_base::openmode 
std::ios_base::pword std::ios_base::register_callback std::ios_base::seekdir 
std::ios_base::setf std::ios_base::unsetf std::ios_base::xalloc 
std::ios::~basic_ios std::ios::clear std::ios::copyfmt std::ios::eof 
std::ios::exceptions std::ios::fail std::ios::fill st
 d::ios::good std::ios::imbue std::ios::~ios std::ios::move 
'std::ios::operator!' 'std::ios::operator bool' std::ios::rdbuf 
std::ios::set_rdbuf std::iostream_category std::ios::widen std::resetiosflags 
std::wios std::wios::bad std::wios::~basic_ios std::wios::clear 
std::wios::copyfmt std::wios::eof std::wios::exceptions std::wios::fail 
std::wios::fill std::wios::good std::wios::imbue std::wios::move 
'std::wios::operator!' 'std::wios::operator bool' std::wios::rdbuf 
std::wios::set_rdbuf std::wios::widen std::wios::~wios wios wios::bad 
wios::~basic_ios wios::clear wios::copyfmt wios::eof wios::exceptions 
wios::fail wios::fill wios::good wios::imbue wios::move 'wios::operator!' 
'wios::operator bool' wios::rdbuf wios::set_rdbuf wios::widen wios::~wios



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2021-12-01 Thread Sam James
commit: ea7c804b1bc67dd7093f0e7e376d86af7577a898
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  2 00:45:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  2 00:46:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7c804b

app-doc/cppman: add 0.5.3

Closes: https://bugs.gentoo.org/827961
Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/Manifest|  1 +
 app-doc/cppman/cppman-0.5.3.ebuild | 33 +
 app-doc/cppman/test.log|  1 +
 3 files changed, 35 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index eba741b397ff..29acce160997 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1 +1,2 @@
 DIST cppman-0.5.1.tar.gz 3596049 BLAKE2B 
0189da1413720c00c89a0685b83231aaf0c54e19c84ede164e892e7f8855b7b1ceb1baee11866fd99d150e9c031ccea88bcecdda816fb8e53d58b918a000e04a
 SHA512 
3248d9795d3a379f13e43d5e0753f62a0412dcf3760b8dec6a176f08cb71c4983065c7d27eb15ffed4cc77264e66a3f7d9fe5757a8c7a582741751bcfd1b2fd6
+DIST cppman-0.5.3.tar.gz 3614734 BLAKE2B 
3b764be07c19ad026e20f6b0f1ac6709ef0fba6042225ce53d6aeb627bc80fba4c4775f9c4d9fa7e75f5d5fbc847dffab1eecbca9f55eab0c447b9d6b9f0f401
 SHA512 
4e89c8e4ec4b8fb7f577ae83ac77198fb2a56f85550b9efa2b534c1e3d25f45be7932e0cfe663d51b5ff2846668022386af0b018056bcc25c5a1b2e5d32eb111

diff --git a/app-doc/cppman/cppman-0.5.3.ebuild 
b/app-doc/cppman/cppman-0.5.3.ebuild
new file mode 100644
index ..0366039efb90
--- /dev/null
+++ b/app-doc/cppman/cppman-0.5.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="sqlite,threads(+)"
+DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-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 ~x86 ~x64-macos"
+
+RDEPEND="
+   sys-apps/groff
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   ')
+"
+
+src_prepare() {
+   default
+
+   # Don't allow setup.py to install documentation directly
+   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
+}

diff --git a/app-doc/cppman/test.log b/app-doc/cppman/test.log
new file mode 100644
index ..db9383193a27
--- /dev/null
+++ b/app-doc/cppman/test.log
@@ -0,0 +1 @@
+basic_ios basic_ios::bad basic_ios::~basic_ios basic_ios::clear 
basic_ios::copyfmt basic_ios::eof basic_ios::exceptions basic_ios::fail 
basic_ios::fill basic_ios::good basic_ios::imbue basic_ios::move 
'basic_ios::operator!' 'basic_ios::operator bool' basic_ios::rdbuf 
basic_ios::set_rdbuf basic_iostream::~basic_iostream 
basic_iostream::basic_iostream 'basic_iostream::operator=' basic_iostream::swap 
basic_ios::widen ios ios::bad ios_base::event ios_base::event_callback 
ios_base::fmtflags ios_base::getloc ios_base::imbue ios_base::Init 
ios_base::ios_base ios_base::iostate ios_base::iword ios_base::openmode 
ios_base::pword ios_base::register_callback ios_base::seekdir ios_base::setf 
ios_base::unsetf ios_base::xalloc ios::~basic_ios ios::clear ios::copyfmt 
ios::eof ios::exceptions ios::fail ios::fill ios::good ios::imbue ios::~ios 
ios::move 'ios::operator!' 'ios::operator bool' ios::rdbuf ios::set_rdbuf 
iostream_category ios::widen resetiosflags std::basic_ios std::basic_ios::bad 
std::ba
 sic_ios::~basic_ios std::basic_ios::clear std::basic_ios::copyfmt 
std::basic_ios::eof std::basic_ios::exceptions std::basic_ios::fail 
std::basic_ios::fill std::basic_ios::good std::basic_ios::imbue 
std::basic_ios::move 'std::basic_ios::operator!' 'std::basic_ios::operator 
bool' std::basic_ios::rdbuf std::basic_ios::set_rdbuf 
std::basic_iostream::~basic_iostream std::basic_iostream::basic_iostream 
'std::basic_iostream::operator=' std::basic_iostream::swap 
std::basic_ios::widen std::ios std::ios::bad std::ios_base::event 
std::ios_base::event_callback std::ios_base::fmtflags std::ios_base::getloc 
std::ios_base::imbue std::ios_base::Init std::ios_base::ios_base 
std::ios_base::iostate std::ios_base::iword std::ios_base::openmode 
std::ios_base::pword std::ios_base::register_callback std::ios_base::seekdir 
std::ios_base::setf std::ios_base::unsetf std::ios_base::xalloc 
std::ios::~basic_ios std::ios::clear std::ios::copyfmt std::ios::eof 
std::ios::exceptions std::ios::fail std::ios::fill st
 d::ios::good std::ios::imbue std::ios::~ios std::ios::move 
'std::ios::operator!' 'std::ios::operator bool' std::ios::rdbuf 
std::ios::set_rdbuf std::iostream_category std::ios::widen std::resetiosflags 
std::wios std::wios::bad std::wios::~basic_ios 

[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2020-12-04 Thread Sam James
commit: 21391940b1e3fc35810a3e6945c3d1cbbd271ed8
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  4 14:32:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  4 14:35:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21391940

app-doc/cppman: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/Manifest   |  2 --
 app-doc/cppman/cppman-0.4.8-r2.ebuild | 35 ---
 app-doc/cppman/cppman-0.4.9.ebuild| 35 ---
 3 files changed, 72 deletions(-)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index c41ed953a2f..eba741b397f 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1,3 +1 @@
-DIST cppman-0.4.8.tar.gz 3185978 BLAKE2B 
9f662874eb6b6540e02a2b371fa47e53e0893239fbfcc65421fa5c7c4bc5f88c4cfd2facf08deb13606f5cf7c895a1a07e119e1c15bbc98b95af5f8056c6a5e8
 SHA512 
f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d
-DIST cppman-0.4.9.tar.gz 3237707 BLAKE2B 
23068f8896dd4f9fa3ab86e8e3ddb7de5190af4f59f3cf283537c6ce8c3df60c5deab4972be750464121eeb1ebbde93e30c313869d5fb92e1d784d1294b1d842
 SHA512 
49957e9c9dcf82a85558d47325912e689ed7786f745015215b32e6f86b97878af6edcb265655674191992ba16171fdbf2220ee43d8c90a0d5eb37f1fb584c3ce
 DIST cppman-0.5.1.tar.gz 3596049 BLAKE2B 
0189da1413720c00c89a0685b83231aaf0c54e19c84ede164e892e7f8855b7b1ceb1baee11866fd99d150e9c031ccea88bcecdda816fb8e53d58b918a000e04a
 SHA512 
3248d9795d3a379f13e43d5e0753f62a0412dcf3760b8dec6a176f08cb71c4983065c7d27eb15ffed4cc77264e66a3f7d9fe5757a8c7a582741751bcfd1b2fd6

diff --git a/app-doc/cppman/cppman-0.4.8-r2.ebuild 
b/app-doc/cppman/cppman-0.4.8-r2.ebuild
deleted file mode 100644
index 6e35a51f7a2..000
--- a/app-doc/cppman/cppman-0.4.8-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="sqlite,threads(+)"
-
-DISTUTILS_SINGLE_IMPL=true
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-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 ~x86 ~x64-macos"
-
-RDEPEND="
-   sys-apps/groff
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
-   dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-
-src_prepare() {
-   default
-
-   # Don't allow setup.py to install documentation directly
-   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
-}

diff --git a/app-doc/cppman/cppman-0.4.9.ebuild 
b/app-doc/cppman/cppman-0.4.9.ebuild
deleted file mode 100644
index 6e35a51f7a2..000
--- a/app-doc/cppman/cppman-0.4.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="sqlite,threads(+)"
-
-DISTUTILS_SINGLE_IMPL=true
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-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 ~x86 ~x64-macos"
-
-RDEPEND="
-   sys-apps/groff
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
-   dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-
-src_prepare() {
-   default
-
-   # Don't allow setup.py to install documentation directly
-   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2020-12-04 Thread Sam James
commit: 22f11a2a57cdb34654c564f03756ae557b2d82ae
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  4 14:31:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  4 14:35:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f11a2a

app-doc/cppman: bump to 0.5.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-doc/cppman/Manifest|  1 +
 app-doc/cppman/cppman-0.5.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 7e0b0cdd148..c41ed953a2f 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1,2 +1,3 @@
 DIST cppman-0.4.8.tar.gz 3185978 BLAKE2B 
9f662874eb6b6540e02a2b371fa47e53e0893239fbfcc65421fa5c7c4bc5f88c4cfd2facf08deb13606f5cf7c895a1a07e119e1c15bbc98b95af5f8056c6a5e8
 SHA512 
f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d
 DIST cppman-0.4.9.tar.gz 3237707 BLAKE2B 
23068f8896dd4f9fa3ab86e8e3ddb7de5190af4f59f3cf283537c6ce8c3df60c5deab4972be750464121eeb1ebbde93e30c313869d5fb92e1d784d1294b1d842
 SHA512 
49957e9c9dcf82a85558d47325912e689ed7786f745015215b32e6f86b97878af6edcb265655674191992ba16171fdbf2220ee43d8c90a0d5eb37f1fb584c3ce
+DIST cppman-0.5.1.tar.gz 3596049 BLAKE2B 
0189da1413720c00c89a0685b83231aaf0c54e19c84ede164e892e7f8855b7b1ceb1baee11866fd99d150e9c031ccea88bcecdda816fb8e53d58b918a000e04a
 SHA512 
3248d9795d3a379f13e43d5e0753f62a0412dcf3760b8dec6a176f08cb71c4983065c7d27eb15ffed4cc77264e66a3f7d9fe5757a8c7a582741751bcfd1b2fd6

diff --git a/app-doc/cppman/cppman-0.5.1.ebuild 
b/app-doc/cppman/cppman-0.5.1.ebuild
new file mode 100644
index 000..dcf11a608c3
--- /dev/null
+++ b/app-doc/cppman/cppman-0.5.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="sqlite,threads(+)"
+
+DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-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 ~x86 ~x64-macos"
+
+RDEPEND="
+   sys-apps/groff
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
+   dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+
+src_prepare() {
+   default
+
+   # Don't allow setup.py to install documentation directly
+   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2020-04-05 Thread Joonas Niilola
commit: f27f51ec43d91aa1bb0733f0b9bd44d735da89d4
Author: neeshy  tfwno  gf>
AuthorDate: Thu Apr  2 22:12:31 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr  5 07:17:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27f51ec

app-doc/cppman: simplify ebuilds

Signed-off-by: Nima Sadeghi  tfwno.gf>
Closes: https://github.com/gentoo/gentoo/pull/15074
Signed-off-by: Joonas Niilola  gentoo.org>

 app-doc/cppman/cppman-0.4.8-r2.ebuild | 10 +++---
 app-doc/cppman/cppman-0.4.9.ebuild| 10 +++---
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/app-doc/cppman/cppman-0.4.8-r2.ebuild 
b/app-doc/cppman/cppman-0.4.8-r2.ebuild
index 47193572aa4..6e35a51f7a2 100644
--- a/app-doc/cppman/cppman-0.4.8-r2.ebuild
+++ b/app-doc/cppman/cppman-0.4.8-r2.ebuild
@@ -18,7 +18,6 @@ 
SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-IUSE="bash-completion zsh-completion"
 
 RDEPEND="
sys-apps/groff
@@ -28,12 +27,9 @@ RDEPEND="
')
 "
 
-DOCS=( README.rst AUTHORS COPYING ChangeLog )
-
 src_prepare() {
-   sed -i '\:share/doc/cppman:d' setup.py
-   use bash-completion || sed -i '\:share/bash-completion/completions:d' 
setup.py
-   use zsh-completion || sed -i '\:share/zsh-completion/completions:d' 
setup.py
-
default
+
+   # Don't allow setup.py to install documentation directly
+   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
 }

diff --git a/app-doc/cppman/cppman-0.4.9.ebuild 
b/app-doc/cppman/cppman-0.4.9.ebuild
index 47193572aa4..6e35a51f7a2 100644
--- a/app-doc/cppman/cppman-0.4.9.ebuild
+++ b/app-doc/cppman/cppman-0.4.9.ebuild
@@ -18,7 +18,6 @@ 
SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-IUSE="bash-completion zsh-completion"
 
 RDEPEND="
sys-apps/groff
@@ -28,12 +27,9 @@ RDEPEND="
')
 "
 
-DOCS=( README.rst AUTHORS COPYING ChangeLog )
-
 src_prepare() {
-   sed -i '\:share/doc/cppman:d' setup.py
-   use bash-completion || sed -i '\:share/bash-completion/completions:d' 
setup.py
-   use zsh-completion || sed -i '\:share/zsh-completion/completions:d' 
setup.py
-
default
+
+   # Don't allow setup.py to install documentation directly
+   sed -i '\:share/doc/cppman:d' setup.py || die "sed failed"
 }



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2020-04-05 Thread Joonas Niilola
commit: c58e83a791143d8e947e893fe72ded0593e2b7f4
Author: neeshy  tfwno  gf>
AuthorDate: Sun Mar 22 05:04:16 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr  5 07:17:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58e83a7

app-doc/cppman: bump version to 0.4.9

Signed-off-by: Nima Sadeghi  tfwno.gf>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-doc/cppman/Manifest|  1 +
 app-doc/cppman/cppman-0.4.9.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index c4d838c7b56..7e0b0cdd148 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1 +1,2 @@
 DIST cppman-0.4.8.tar.gz 3185978 BLAKE2B 
9f662874eb6b6540e02a2b371fa47e53e0893239fbfcc65421fa5c7c4bc5f88c4cfd2facf08deb13606f5cf7c895a1a07e119e1c15bbc98b95af5f8056c6a5e8
 SHA512 
f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d
+DIST cppman-0.4.9.tar.gz 3237707 BLAKE2B 
23068f8896dd4f9fa3ab86e8e3ddb7de5190af4f59f3cf283537c6ce8c3df60c5deab4972be750464121eeb1ebbde93e30c313869d5fb92e1d784d1294b1d842
 SHA512 
49957e9c9dcf82a85558d47325912e689ed7786f745015215b32e6f86b97878af6edcb265655674191992ba16171fdbf2220ee43d8c90a0d5eb37f1fb584c3ce

diff --git a/app-doc/cppman/cppman-0.4.9.ebuild 
b/app-doc/cppman/cppman-0.4.9.ebuild
new file mode 100644
index 000..a124e60ffdd
--- /dev/null
+++ b/app-doc/cppman/cppman-0.4.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite,threads(+)"
+
+DISTUTILS_SINGLE_IMPL=true
+
+inherit distutils-r1
+
+DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
+HOMEPAGE="https://github.com/aitjcize/cppman;
+LICENSE="GPL-3"
+
+SLOT="0"
+SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+
+RDEPEND="
+   sys-apps/groff
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
+   dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+
+# `./setup install` already installs docs
+DOCS=()



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2020-04-05 Thread Joonas Niilola
commit: 7f629a139b3531f94e5099d9fbc8014010d01dae
Author: neeshy  tfwno  gf>
AuthorDate: Sat Mar 28 20:06:52 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr  5 07:17:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f629a13

app-doc/cppman: cleanup, fix DOCS location

Signed-off-by: Nima Sadeghi  tfwno.gf>
Signed-off-by: Joonas Niilola  gentoo.org>

 ...pman-0.4.8-r1.ebuild => cppman-0.4.8-r2.ebuild} | 24 ++
 app-doc/cppman/cppman-0.4.9.ebuild | 20 --
 2 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/app-doc/cppman/cppman-0.4.8-r1.ebuild 
b/app-doc/cppman/cppman-0.4.8-r2.ebuild
similarity index 59%
rename from app-doc/cppman/cppman-0.4.8-r1.ebuild
rename to app-doc/cppman/cppman-0.4.8-r2.ebuild
index 931aff72c2b..47193572aa4 100644
--- a/app-doc/cppman/cppman-0.4.8-r1.ebuild
+++ b/app-doc/cppman/cppman-0.4.8-r2.ebuild
@@ -1,23 +1,24 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite,threads"
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite,threads(+)"
 
 DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
 DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
 HOMEPAGE="https://github.com/aitjcize/cppman;
-LICENSE="GPL-3"
-
-SLOT="0"
 SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
+LICENSE="GPL-3"
+SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+IUSE="bash-completion zsh-completion"
 
 RDEPEND="
sys-apps/groff
@@ -27,5 +28,12 @@ RDEPEND="
')
 "
 
-# `./setup install` already installs docs
-DOCS=()
+DOCS=( README.rst AUTHORS COPYING ChangeLog )
+
+src_prepare() {
+   sed -i '\:share/doc/cppman:d' setup.py
+   use bash-completion || sed -i '\:share/bash-completion/completions:d' 
setup.py
+   use zsh-completion || sed -i '\:share/zsh-completion/completions:d' 
setup.py
+
+   default
+}

diff --git a/app-doc/cppman/cppman-0.4.9.ebuild 
b/app-doc/cppman/cppman-0.4.9.ebuild
index a124e60ffdd..47193572aa4 100644
--- a/app-doc/cppman/cppman-0.4.9.ebuild
+++ b/app-doc/cppman/cppman-0.4.9.ebuild
@@ -1,23 +1,24 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="sqlite,threads(+)"
 
 DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
 DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
 HOMEPAGE="https://github.com/aitjcize/cppman;
-LICENSE="GPL-3"
-
-SLOT="0"
 SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
+LICENSE="GPL-3"
+SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+IUSE="bash-completion zsh-completion"
 
 RDEPEND="
sys-apps/groff
@@ -27,5 +28,12 @@ RDEPEND="
')
 "
 
-# `./setup install` already installs docs
-DOCS=()
+DOCS=( README.rst AUTHORS COPYING ChangeLog )
+
+src_prepare() {
+   sed -i '\:share/doc/cppman:d' setup.py
+   use bash-completion || sed -i '\:share/bash-completion/completions:d' 
setup.py
+   use zsh-completion || sed -i '\:share/zsh-completion/completions:d' 
setup.py
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2017-04-21 Thread Pacho Ramos
commit: b6faa60c76c6e677e33768a4a4c3ff819923ec5e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 16:39:32 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6faa60c

app-doc/cppman: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-doc/cppman/Manifest|  1 -
 app-doc/cppman/cppman-0.4.6.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 769a97a0cb2..83e28ac6668 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1,2 +1 @@
-DIST cppman-0.4.6.tar.gz 183492 SHA256 
4296215acdcdd364a3b7349261aaf2975d8b5dbfad2bee46e07f22f16346e9d5 SHA512 
1ed8d3aca00cf4765f5bcd520cd34e41edef03bdc74f5a1218f9ca668d2da226ae6b909a527a378f5878b42126771cd338efce102bbe1062bf382b4a25b9dde7
 WHIRLPOOL 
ecd668646b07cf4b49afe423e9f810583f681459cbeb71f1c95bd417bda098cac1ca8b487acd2e5923ecf624334a3bd2fd8966e0901ec27bd82c5b7b37337700
 DIST cppman-0.4.8.tar.gz 3185978 SHA256 
da9d13867fb37d20663ac4e446a2fb3174414d24b90cc70c9c7b6bcf94331552 SHA512 
f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d
 WHIRLPOOL 
52cd91a2e13e74109af548d83d5a11dd9a528b77ec77ac80fc6cd24742e2dfe320048427ca7a61be84010f38145014ab21dc55d6e7758f2e92410cbd92da61a3

diff --git a/app-doc/cppman/cppman-0.4.6.ebuild 
b/app-doc/cppman/cppman-0.4.6.ebuild
deleted file mode 100644
index 64ca4b383bc..000
--- a/app-doc/cppman/cppman-0.4.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4)
-PYTHON_REQ_USE='sqlite,threads'
-
-inherit distutils-r1
-
-DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
-HOMEPAGE="https://github.com/aitjcize/cppman;
-LICENSE="GPL-3"
-
-SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND="
-   sys-apps/groff
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-"
-
-# `./setup install` already installs docs
-DOCS=()



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2017-04-21 Thread Pacho Ramos
commit: abb75a46087f61c7bd8b686cf47dd6f1f65b617a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 16:39:20 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb75a46

app-doc/cppman: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-doc/cppman/cppman-0.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/cppman/cppman-0.4.8.ebuild 
b/app-doc/cppman/cppman-0.4.8.ebuild
index f8069c2955d..eb32dfc0a36 100644
--- a/app-doc/cppman/cppman-0.4.8.ebuild
+++ b/app-doc/cppman/cppman-0.4.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_4)
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="sqlite,threads"
 
 DISTUTILS_SINGLE_IMPL=true



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2016-07-07 Thread Austin English
commit: 1d44bd82c83304dedef05fd345c40bdf1e805758
Author: Austin English  gentoo  org>
AuthorDate: Thu Jul  7 18:59:07 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jul  7 19:47:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d44bd82

app-doc/cppman: add maintainer-needed

Package-Manager: portage-2.2.28

 app-doc/cppman/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-doc/cppman/metadata.xml b/app-doc/cppman/metadata.xml
index 097975e..6f49eba 100644
--- a/app-doc/cppman/metadata.xml
+++ b/app-doc/cppman/metadata.xml
@@ -1,4 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2016-05-29 Thread Kristian Fiskerstrand
commit: d21dcfbf541bc141d8427f59014f87e98bf679ee
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sun May 29 15:21:43 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sun May 29 15:29:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21dcfbf

app-doc/cppman: Dropping to maintainer-needed

Gentoo-Bug: 584246

Package-Manager: portage-2.3.0_rc1

 app-doc/cppman/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/app-doc/cppman/metadata.xml b/app-doc/cppman/metadata.xml
index 5c173d1..097975e 100644
--- a/app-doc/cppman/metadata.xml
+++ b/app-doc/cppman/metadata.xml
@@ -1,13 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-dev.rindeal+bugs.gentoo@gmail.com
-Jan Chren (rindeal)
-Proxied maintainer; set to assignee in all bugs
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2016-04-26 Thread Patrice Clement
commit: 4b7d2ebf21a8c31c6bae1535b486aa79bbdf5b9f
Author: Jan Chren  gmail  com>
AuthorDate: Mon Apr 25 13:19:44 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 26 07:00:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7d2ebf

app-doc/cppman: bump to 0.4.8

- add dev-python/html5lib dep (https://github.com/aitjcize/cppman/issues/60)
- add DISTUTILS_SINGLE_IMPL as this is an app, rather than a lib
- change SRC_URI provider to GitHub instead of PyPI

Closes: https://github.com/gentoo/gentoo/pull/1347

Signed-off-by: Patrice Clement  gentoo.org>

 app-doc/cppman/Manifest|  1 +
 app-doc/cppman/cppman-0.4.8.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 688ad9f..769a97a 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1 +1,2 @@
 DIST cppman-0.4.6.tar.gz 183492 SHA256 
4296215acdcdd364a3b7349261aaf2975d8b5dbfad2bee46e07f22f16346e9d5 SHA512 
1ed8d3aca00cf4765f5bcd520cd34e41edef03bdc74f5a1218f9ca668d2da226ae6b909a527a378f5878b42126771cd338efce102bbe1062bf382b4a25b9dde7
 WHIRLPOOL 
ecd668646b07cf4b49afe423e9f810583f681459cbeb71f1c95bd417bda098cac1ca8b487acd2e5923ecf624334a3bd2fd8966e0901ec27bd82c5b7b37337700
+DIST cppman-0.4.8.tar.gz 3185978 SHA256 
da9d13867fb37d20663ac4e446a2fb3174414d24b90cc70c9c7b6bcf94331552 SHA512 
f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d
 WHIRLPOOL 
52cd91a2e13e74109af548d83d5a11dd9a528b77ec77ac80fc6cd24742e2dfe320048427ca7a61be84010f38145014ab21dc55d6e7758f2e92410cbd92da61a3

diff --git a/app-doc/cppman/cppman-0.4.8.ebuild 
b/app-doc/cppman/cppman-0.4.8.ebuild
new file mode 100644
index 000..52834fc
--- /dev/null
+++ b/app-doc/cppman/cppman-0.4.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{3,4})
+PYTHON_REQ_USE="sqlite,threads"
+
+DISTUTILS_SINGLE_IMPL=true
+
+inherit distutils-r1
+
+DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
+HOMEPAGE="https://github.com/aitjcize/cppman;
+LICENSE="GPL-3"
+
+SLOT="0"
+SRC_URI="https://github.com/aitjcize/cppman/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   sys-apps/groff
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+"
+
+# `./setup install` already installs docs
+DOCS=()



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2016-04-16 Thread Ian Delaney
commit: f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a
Author: Jan Chren 
AuthorDate: Sat Apr 16 10:27:51 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Apr 16 17:03:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5620fe6

app-doc/cppman: require sqlite and threads for python

Fixes https://github.com/aitjcize/cppman/issues/58.
Closes: https://github.com/gentoo/gentoo/pull/1276

Signed-off-by: Ian Delaney  gentoo.org>

 app-doc/cppman/cppman-0.4.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-doc/cppman/cppman-0.4.6.ebuild 
b/app-doc/cppman/cppman-0.4.6.ebuild
index 31f687c..c5e363f 100644
--- a/app-doc/cppman/cppman-0.4.6.ebuild
+++ b/app-doc/cppman/cppman-0.4.6.ebuild
@@ -5,6 +5,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python3_{3,4})
+PYTHON_REQ_USE='sqlite,threads'
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2016-04-16 Thread Ian Delaney
commit: e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94
Author: Jan Chren 
AuthorDate: Sat Apr 16 10:40:18 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Apr 16 17:03:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32f1287

app-doc/cppman: RDEPEND fixes

Closes: https://github.com/gentoo/gentoo/pull/1276

Signed-off-by: Ian Delaney  gentoo.org>

 app-doc/cppman/cppman-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/cppman/cppman-0.4.6.ebuild 
b/app-doc/cppman/cppman-0.4.6.ebuild
index c5e363f..b3e8333 100644
--- a/app-doc/cppman/cppman-0.4.6.ebuild
+++ b/app-doc/cppman/cppman-0.4.6.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~x86"
 
 RDEPEND="
sys-apps/groff
-   >=dev-python/beautifulsoup-4
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
 "
 
 # `./setup install` already installs docs



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2016-04-15 Thread Patrice Clement
commit: a4a268c4d455a77f9848224c539138555e6ec7d6
Author: Jan Chren 
AuthorDate: Fri Apr 15 15:18:15 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 15 18:52:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a268c4

app-doc/cppman: new package

Closes: https://github.com/gentoo/gentoo/pull/1263

Signed-off-by: Patrice Clement  gentoo.org>

 app-doc/cppman/Manifest|  1 +
 app-doc/cppman/cppman-0.4.6.ebuild | 26 ++
 app-doc/cppman/metadata.xml| 13 +
 3 files changed, 40 insertions(+)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
new file mode 100644
index 000..688ad9f
--- /dev/null
+++ b/app-doc/cppman/Manifest
@@ -0,0 +1 @@
+DIST cppman-0.4.6.tar.gz 183492 SHA256 
4296215acdcdd364a3b7349261aaf2975d8b5dbfad2bee46e07f22f16346e9d5 SHA512 
1ed8d3aca00cf4765f5bcd520cd34e41edef03bdc74f5a1218f9ca668d2da226ae6b909a527a378f5878b42126771cd338efce102bbe1062bf382b4a25b9dde7
 WHIRLPOOL 
ecd668646b07cf4b49afe423e9f810583f681459cbeb71f1c95bd417bda098cac1ca8b487acd2e5923ecf624334a3bd2fd8966e0901ec27bd82c5b7b37337700

diff --git a/app-doc/cppman/cppman-0.4.6.ebuild 
b/app-doc/cppman/cppman-0.4.6.ebuild
new file mode 100644
index 000..31f687c
--- /dev/null
+++ b/app-doc/cppman/cppman-0.4.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{3,4})
+
+inherit distutils-r1
+
+DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
+HOMEPAGE="https://github.com/aitjcize/cppman;
+LICENSE="GPL-3"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   sys-apps/groff
+   >=dev-python/beautifulsoup-4
+"
+
+# `./setup install` already installs docs
+DOCS=()

diff --git a/app-doc/cppman/metadata.xml b/app-doc/cppman/metadata.xml
new file mode 100644
index 000..5c173d1
--- /dev/null
+++ b/app-doc/cppman/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+dev.rindeal+bugs.gentoo@gmail.com
+Jan Chren (rindeal)
+Proxied maintainer; set to assignee in all bugs
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+