summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/rssh/rssh-2.2.1.ebuild')
-rw-r--r--app-shells/rssh/rssh-2.2.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-shells/rssh/rssh-2.2.1.ebuild b/app-shells/rssh/rssh-2.2.1.ebuild
deleted file mode 100644
index c5aa158a6e9e..000000000000
--- a/app-shells/rssh/rssh-2.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.2.1.ebuild,v 1.4 2005/01/01 15:59:31 eradicator Exp $
-
-DESCRIPTION="Restricted shell for SSHd"
-HOMEPAGE="http://rssh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE="static"
-
-RDEPEND="virtual/ssh"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in
-}
-
-src_compile() {
- econf \
- --libexecdir=/usr/lib/misc \
- --with-scp=/usr/bin/scp \
- --with-sftp-server=/usr/lib/misc/sftp-server \
- `use_enable static` || die "econf failed"
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc AUTHORS ChangeLog CHROOT INSTALL README TODO
-}