app-misc/qman: drop 1.4.1-r1

Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
Mazunki Hoksaas
2025-08-20 13:02:30 +02:00
parent a2e7477be3
commit 25e1e510bd
2 changed files with 0 additions and 39 deletions

View File

@@ -1,3 +1,2 @@
DIST qman-1.4.1.tar.gz 945597 BLAKE2B 5ceac8a624f5a30788ba45f10c99d0688c1f766ccc262a89344a29d4f81ad353be849b49bed4b970105d74fe68ee7546948766dcbde15b4b8eed82f12eae4401 SHA512 1a685af21c019a69504445c9e11941c74b95964cee97de04f1ea95e8b0d26ec4806c641250b2553cf34533b05b9adb2c801e7abf63ed0aa2d9ac9c339d81e6d0
DIST qman-1.4.2.tar.gz 945614 BLAKE2B 82c62c2718996289240daf9c8dd663b1c0524f2f07da6c997a17bdac77d2fb645d108aaf13cbd300bb7bf1ed25167466fd85c47c0ec94e01708d6a085d529cdb SHA512 405b7497baa60efe11a941d6e8c701e8e024ceedc29e24bb4019766cc959496a6717e9b372cd6cff25f7ca39cee9909a5c14956e5a20e5341b4c5f78d372d184
DIST qman-1.5.0.tar.gz 956654 BLAKE2B 04eef14d6a0ff453cc50a099045eb7213bb467c82f5731db62a2d0aaf664af8d0854407c6d17b7bf5e0709ea7c6bdbed06578a4471138844800dd5b32b48fbbe SHA512 6c54f5366f31ed65d28d803853269c000cd4143586ec6100857ef3c0d6662d2336442eaeeb73bbad4654e24e78ca10930eb543d0d2320ec3ae4b61234f307973

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2022 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
sys-libs/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
}