summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Sanda (ps) <ps@twin.jikos.cz>2011-04-05 17:40:57 +0000
committerPavel Sanda (ps) <ps@twin.jikos.cz>2011-04-05 17:40:57 +0000
commit96f260cfd773724c1667c9385c5a246b9c478d94 (patch)
treea63b5735a630e14271b8e9848b7f6612f4e78f6f /app-shells/rush/rush-1.7.ebuild
parentnet-misc/flexget: Adjust PYTHON_DEPEND too (diff)
downloadsunrise-96f260cfd773724c1667c9385c5a246b9c478d94.tar.gz
sunrise-96f260cfd773724c1667c9385c5a246b9c478d94.tar.bz2
sunrise-96f260cfd773724c1667c9385c5a246b9c478d94.zip
Bump new version of app-shells/rush (1.7)
svn path=/sunrise/; revision=11867
Diffstat (limited to 'app-shells/rush/rush-1.7.ebuild')
-rw-r--r--app-shells/rush/rush-1.7.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-shells/rush/rush-1.7.ebuild b/app-shells/rush/rush-1.7.ebuild
new file mode 100644
index 000000000..7dd95bf5e
--- /dev/null
+++ b/app-shells/rush/rush-1.7.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Restricted user shell intended for use with ssh, rsh and similar."
+HOMEPAGE="http://puszcza.gnu.org.ua/projects/rush"
+SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_install() {
+ dodoc THANKS AUTHORS README NEWS || die "copying documentation failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
+}