Install this version:
emerge -a =app-shells/rrs-1.70
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Reverse Remote Shell"
HOMEPAGE="http://freshmeat.sourceforge.net/projects/rrs"
SRC_URI="http://www.cycom.se/uploads/36/19/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-asneeded.patch"
"${FILESDIR}/${P}-drop-old-ssl-algos.patch"
)
src_prepare() {
default
sed -i -e "s#-s ##g" Makefile || die
}
src_compile() {
local target=""
use ssl || target="-nossl"
emake generic${target} CFLAGS="${CFLAGS}" LDEXTRA="${LDFLAGS}" CC="$(tc-getCC)"
}
src_install() {
dobin "${PN}"
doman "${PN}.1"
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p app-shells/rrs |
euse -E <flag> -p app-shells/rrs |
euse -D <flag> -p app-shells/rrs
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rrs-1.70.tar.gz | 49579 bytes | http://www.cycom.se/uploads/36/19/rrs-1.70.tar.gz |