Install this version:
emerge -a =app-doc/eclass-manpages-20260325
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-doc/eclass-manpages-20260325
Or alternatively:
emerge --autounmask-write -a =app-doc/eclass-manpages-20260325
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20260325 | 8 | ~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Instructions to make a dist tarball:
# git clone https://github.com/projg2/eclass-to-manpage.git
# cd eclass-to-manpage
# make dist ECLASSDIR=~/g/eclass/
DESCRIPTION="Collection of Gentoo eclass manpages"
HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
# Keep the keywords stable. No need to change to ~arch.
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
BDEPEND="sys-apps/gawk"
src_install() {
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
}
sys-apps/gawk
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | eclass-manpages-20260325.tar.xz | 515276 bytes | https://dev.gentoo.org/~sam/distfiles//eclass-manpages/eclass-manpages-20260325.tar.xz |