Install this version:
emerge -a =app-misc/ppb-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/ppb-0.3.0
Or alternatively:
emerge --autounmask-write -a =app-misc/ppb-0.3.0
# Copyright 1999-2026 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"
src_install() {
dobin "bin/ppb"
dobin "bin/tppb"
insinto "/etc/"
doins config/ppb.conf
}
src_test() {
bats -r test/* || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ppb-0.3.0.tar.gz | 12963 bytes | https://github.com/TheChymera/PPB/archive/0.3.0.tar.gz |