diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 00:04:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 00:04:28 +0000 |
commit | ed10980f048c08e6b8b65cfb0b8cd6083a44dfb9 (patch) | |
tree | 3cd0f7ee3a0bc40f9dae1fc60314806a298de7c9 /app-shells | |
parent | Grab some more patches from upstream. (diff) | |
download | gentoo-2-ed10980f048c08e6b8b65cfb0b8cd6083a44dfb9.tar.gz gentoo-2-ed10980f048c08e6b8b65cfb0b8cd6083a44dfb9.tar.bz2 gentoo-2-ed10980f048c08e6b8b65cfb0b8cd6083a44dfb9.zip |
old
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/rssh/files/digest-rssh-2.2.3 | 1 | ||||
-rw-r--r-- | app-shells/rssh/rssh-2.2.3.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/app-shells/rssh/files/digest-rssh-2.2.3 b/app-shells/rssh/files/digest-rssh-2.2.3 deleted file mode 100644 index 738bcb04aaf2..000000000000 --- a/app-shells/rssh/files/digest-rssh-2.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 74f40a4fd5d2b097af34a817e21a33cf rssh-2.2.3.tar.gz 107216 diff --git a/app-shells/rssh/rssh-2.2.3.ebuild b/app-shells/rssh/rssh-2.2.3.ebuild deleted file mode 100644 index 5b77bc695a52..000000000000 --- a/app-shells/rssh/rssh-2.2.3.ebuild +++ /dev/null @@ -1,35 +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.3.ebuild,v 1.2 2005/09/23 19:17:25 cryos 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 -} |