summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-11-19 05:03:30 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-11-19 05:03:30 +0000
commit8fc352abb1e735fe847a92bb37f5f3ad1a1af280 (patch)
tree32f9fcd78b04be2a9cb2de9a754ef60c1f625fcf /app-shells/rssh/rssh-2.3.3-r2.ebuild
parentadded support for rsync>=3 (bug #491258) (diff)
downloadhistorical-8fc352abb1e735fe847a92bb37f5f3ad1a1af280.tar.gz
historical-8fc352abb1e735fe847a92bb37f5f3ad1a1af280.tar.bz2
historical-8fc352abb1e735fe847a92bb37f5f3ad1a1af280.zip
remove old (bug #445166)
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0xC2000586
Diffstat (limited to 'app-shells/rssh/rssh-2.3.3-r2.ebuild')
-rw-r--r--app-shells/rssh/rssh-2.3.3-r2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-shells/rssh/rssh-2.3.3-r2.ebuild b/app-shells/rssh/rssh-2.3.3-r2.ebuild
deleted file mode 100644
index 1812928e8e50..000000000000
--- a/app-shells/rssh/rssh-2.3.3-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.3-r2.ebuild,v 1.5 2013/05/10 07:51:42 patrick Exp $
-
-EAPI=4
-inherit eutils multilib
-
-DESCRIPTION="Restricted shell for SSHd"
-HOMEPAGE="http://rssh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static"
-
-RDEPEND="virtual/ssh"
-
-src_prepare() {
- sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in || die
- epatch "${FILESDIR}"/rssh-2.3.3-envvars.patch
-}
-
-src_configure() {
- econf \
- --libexecdir="/usr/$(get_libdir)/misc" \
- --with-scp=/usr/bin/scp \
- --with-sftp-server="/usr/$(get_libdir)/misc/sftp-server" \
- $(use_enable static)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog CHROOT INSTALL README TODO
-}