diff options
author | 2008-02-20 15:37:24 +0000 | |
---|---|---|
committer | 2008-02-20 15:37:24 +0000 | |
commit | 9535be21869ca985348afd63e8afb6f52d9be3bb (patch) | |
tree | 3f1d80016ce6f1b4f01cb801f9217b45f6832b05 /app-shells/rssh/rssh-2.3.0.ebuild | |
parent | Added beta-version. This should support vdr-1.5.15 (diff) | |
download | historical-9535be21869ca985348afd63e8afb6f52d9be3bb.tar.gz historical-9535be21869ca985348afd63e8afb6f52d9be3bb.tar.bz2 historical-9535be21869ca985348afd63e8afb6f52d9be3bb.zip |
okay, really update it now
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-shells/rssh/rssh-2.3.0.ebuild')
-rw-r--r-- | app-shells/rssh/rssh-2.3.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-shells/rssh/rssh-2.3.0.ebuild b/app-shells/rssh/rssh-2.3.0.ebuild deleted file mode 100644 index bdea896a5433..000000000000 --- a/app-shells/rssh/rssh-2.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.0.ebuild,v 1.2 2006/01/10 00:06:31 vapier Exp $ - -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 sparc x86" -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 -} |