Install this version:
emerge -a =app-misc/qman-1.4.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/qman-1.4.2
Or alternatively:
emerge --autounmask-write -a =app-misc/qman-1.4.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.2 | 8 | ~amd64 | 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
}
Manage flags for this package:
euse -i <flag> -p app-misc/qman |
euse -E <flag> -p app-misc/qman |
euse -D <flag> -p app-misc/qman
sys-libs/ncurses:= dev-libs/inih virtual/zlib:=
sys-libs/ncurses:= dev-libs/inih virtual/zlib:=
dev-python/cogapp test? ( dev-util/cunit )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qman-1.4.2.tar.gz | 945614 bytes | https://github.com/plp13/qman/archive/refs/tags/v1.4.2.tar.gz |