Install this version:
emerge -a =net-misc/prips-1.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/prips-1.3.1
Or alternatively:
emerge --autounmask-write -a =net-misc/prips-1.3.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="print the IP addresses in a range"
HOMEPAGE="https://devel.ringlet.net/sysutils/prips/"
SRC_URI="https://devel.ringlet.net/files/sys/prips/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
emake -C c
}
src_install() {
dobin c/prips
doman prips.1
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | prips-1.3.1.tar.xz | 60776 bytes | https://devel.ringlet.net/files/sys/prips/prips-1.3.1.tar.xz |