diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/qman | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-misc/qman')
| -rw-r--r-- | app-misc/qman/Manifest | 2 | ||||
| -rw-r--r-- | app-misc/qman/metadata.xml | 11 | ||||
| -rw-r--r-- | app-misc/qman/qman-1.4.2.ebuild | 38 | ||||
| -rw-r--r-- | app-misc/qman/qman-1.5.0.ebuild | 38 | ||||
| -rw-r--r-- | app-misc/qman/qman-9999.ebuild | 39 |
5 files changed, 0 insertions, 128 deletions
diff --git a/app-misc/qman/Manifest b/app-misc/qman/Manifest deleted file mode 100644 index a100d8928bcf..000000000000 --- a/app-misc/qman/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST qman-1.4.2.tar.gz 945614 BLAKE2B 82c62c2718996289240daf9c8dd663b1c0524f2f07da6c997a17bdac77d2fb645d108aaf13cbd300bb7bf1ed25167466fd85c47c0ec94e01708d6a085d529cdb SHA512 405b7497baa60efe11a941d6e8c701e8e024ceedc29e24bb4019766cc959496a6717e9b372cd6cff25f7ca39cee9909a5c14956e5a20e5341b4c5f78d372d184 -DIST qman-1.5.0.tar.gz 956654 BLAKE2B 04eef14d6a0ff453cc50a099045eb7213bb467c82f5731db62a2d0aaf664af8d0854407c6d17b7bf5e0709ea7c6bdbed06578a4471138844800dd5b32b48fbbe SHA512 6c54f5366f31ed65d28d803853269c000cd4143586ec6100857ef3c0d6662d2336442eaeeb73bbad4654e24e78ca10930eb543d0d2320ec3ae4b61234f307973 diff --git a/app-misc/qman/metadata.xml b/app-misc/qman/metadata.xml deleted file mode 100644 index a9b37af765a9..000000000000 --- a/app-misc/qman/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>rolferen@gmail.com</email> - <name>Mazunki Hoksaas</name> - </maintainer> - <upstream> - <remote-id type="github">plp13/qman</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-misc/qman/qman-1.4.2.ebuild b/app-misc/qman/qman-1.4.2.ebuild deleted file mode 100644 index 09e13f545bd1..000000000000 --- a/app-misc/qman/qman-1.4.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="A more modern manual page viewer for our terminals" -HOMEPAGE="https://github.com/plp13/qman" -SRC_URI="https://github.com/plp13/qman/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+doc test" -RESTRICT="!test? ( test )" - -DEPEND=" - sys-libs/ncurses:= - dev-libs/inih - virtual/zlib:= -" -BDEPEND=" - dev-python/cogapp - test? ( - dev-util/cunit - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local emesonargs=( - $(meson_feature doc docs) - $(meson_feature test tests) - -Ddocdir="/usr/share/doc/${PF}" - ) - meson_src_configure -} diff --git a/app-misc/qman/qman-1.5.0.ebuild b/app-misc/qman/qman-1.5.0.ebuild deleted file mode 100644 index 09e13f545bd1..000000000000 --- a/app-misc/qman/qman-1.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="A more modern manual page viewer for our terminals" -HOMEPAGE="https://github.com/plp13/qman" -SRC_URI="https://github.com/plp13/qman/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+doc test" -RESTRICT="!test? ( test )" - -DEPEND=" - sys-libs/ncurses:= - dev-libs/inih - virtual/zlib:= -" -BDEPEND=" - dev-python/cogapp - test? ( - dev-util/cunit - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local emesonargs=( - $(meson_feature doc docs) - $(meson_feature test tests) - -Ddocdir="/usr/share/doc/${PF}" - ) - meson_src_configure -} diff --git a/app-misc/qman/qman-9999.ebuild b/app-misc/qman/qman-9999.ebuild deleted file mode 100644 index d200a7966eed..000000000000 --- a/app-misc/qman/qman-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson git-r3 - -DESCRIPTION="A more modern manual page viewer for our terminals" -HOMEPAGE="https://github.com/plp13/qman" -EGIT_REPO_URI="https://github.com/plp13/qman.git" -EGIT_BRANCH="devel" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="+doc test" -RESTRICT="!test? ( test )" - -DEPEND=" - sys-libs/ncurses:= - dev-libs/inih - virtual/zlib:= -" -BDEPEND=" - dev-python/cogapp - test? ( - dev-util/cunit - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local emesonargs=( - $(meson_feature doc docs) - $(meson_feature test tests) - -Ddocdir="/usr/share/doc/${PF}" - ) - meson_src_configure -} |
