Install this version:
emerge -a =app-misc/ppb-0.2.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/ppb-0.2.8
Or alternatively:
emerge --autounmask-write -a =app-misc/ppb-0.2.8
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="The Personal Pastebin"
HOMEPAGE="https://github.com/TheChymera/ppb"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/TheChymera/PPB.git"
inherit git-r3
else
SRC_URI="https://github.com/TheChymera/PPB/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
S="${WORKDIR}/PPB-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
DEPEND="app-text/ansifilter"
# Only functionality relies on target server.
RESTRICT="test"
src_install() {
dobin "bin/ppb"
dobin "bin/rppb"
dobin "bin/tppb"
insinto "/etc/"
doins config/ppb.conf
}
app-text/ansifilter
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ppb-0.2.8.tar.gz | 11336 bytes | https://github.com/TheChymera/PPB/archive/0.2.8.tar.gz |