summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-02-07 22:25:53 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-07 23:07:28 +0100
commit922818f5b7a8d8da36bf21c8b4c3cd5f9ae2d0fb (patch)
tree43c2103a2d570687776fa4b46d7c89b68cd80b66 /app-shells/rrs
parentapp-shells/rrs: stable for amd64 and the remaining arches using ALLARCHES. (diff)
downloadgentoo-922818f5b7a8d8da36bf21c8b4c3cd5f9ae2d0fb.tar.gz
gentoo-922818f5b7a8d8da36bf21c8b4c3cd5f9ae2d0fb.tar.bz2
gentoo-922818f5b7a8d8da36bf21c8b4c3cd5f9ae2d0fb.zip
app-shells/rrs: clean up old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-shells/rrs')
-rw-r--r--app-shells/rrs/rrs-1.70-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-shells/rrs/rrs-1.70-r1.ebuild b/app-shells/rrs/rrs-1.70-r1.ebuild
deleted file mode 100644
index 1bc50a484efe..000000000000
--- a/app-shells/rrs/rrs-1.70-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Reverse Remote Shell"
-HOMEPAGE="http://freecode.com/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 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/"${P}"-asneeded.patch
- 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 rrs
- dodoc CHANGES README
- doman rrs.1
-}