summaryrefslogtreecommitdiff
path: root/app-doc/cppman
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-doc/cppman
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-doc/cppman')
-rw-r--r--app-doc/cppman/Manifest2
-rw-r--r--app-doc/cppman/cppman-0.5.9.ebuild48
-rw-r--r--app-doc/cppman/cppman-0.6.0.ebuild53
-rw-r--r--app-doc/cppman/metadata.xml13
4 files changed, 0 insertions, 116 deletions
diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
deleted file mode 100644
index 83e9f28fa0b6..000000000000
--- a/app-doc/cppman/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cppman-0.5.9.tar.gz 4657401 BLAKE2B 9d9bdbe81808ad26b242670c61d04cb6e5ce85f644ca5c0bba1e348fd36615a3252e705810abf3deb5d5f74db9b55682850a7ca83775ed30c1cc0c74b8dd038d SHA512 5a660be80c99fee0a68fe0a114548fde6998c18aaacca7a3030b28b8b44bdfd8071c72f0c5bbd8bdce86932f5a57b186373de89796182e39dd1149cf4019c3a1
-DIST cppman-0.6.0.tar.gz 1645897 BLAKE2B 7127a3bc216a3be0c6ea6364bc7979cae47bb3ecb103e54e23dc0244f59d9bdbc98a6f1f2134a6b86e2fb5479baa6627ac1b0c6b4b23ca7b8bb93f6c4202d369 SHA512 a9160238eaac847a6e34b84789cf1be06675b82aceac1ed338e4c11eddf529bbfe68aa28095bc6d4d8d6031087004ade15318cfd674200425fd03b302e7562d6
diff --git a/app-doc/cppman/cppman-0.5.9.ebuild b/app-doc/cppman/cppman-0.5.9.ebuild
deleted file mode 100644
index 215c926b24cc..000000000000
--- a/app-doc/cppman/cppman-0.5.9.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-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
-}
diff --git a/app-doc/cppman/cppman-0.6.0.ebuild b/app-doc/cppman/cppman-0.6.0.ebuild
deleted file mode 100644
index b0759849b095..000000000000
--- a/app-doc/cppman/cppman-0.6.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="sqlite,threads(+)"
-DISTUTILS_SINGLE_IMPL=yes
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 shell-completion edo
-
-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/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
-IUSE="test"
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
- sys-apps/groff
- $(python_gen_cond_dep '
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/html5lib[${PYTHON_USEDEP}]')
-"
-BDEPEND="
- test? ( $(python_gen_cond_dep '
- dev-python/beautifulsoup4[${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() {
- edo ${EPYTHON} test/test.py
-}
-
-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
-}
diff --git a/app-doc/cppman/metadata.xml b/app-doc/cppman/metadata.xml
deleted file mode 100644
index 4daad2bc851d..000000000000
--- a/app-doc/cppman/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>esteve.varela@gmail.com</email>
- <name>Esteve Varela Colominas</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>