]> Pileus Git - ~andy/sunrise/commitdiff
New ebuild for app-shells/rush-1.4
authorPavel Sanda (ps) <ps@twin.jikos.cz>
Wed, 19 Nov 2008 22:14:31 +0000 (22:14 +0000)
committerPavel Sanda (ps) <ps@twin.jikos.cz>
Wed, 19 Nov 2008 22:14:31 +0000 (22:14 +0000)
svn path=/sunrise/; revision=7376

app-shells/rush/ChangeLog [new file with mode: 0644]
app-shells/rush/Manifest [new file with mode: 0644]
app-shells/rush/metadata.xml [new file with mode: 0644]
app-shells/rush/rush-1.4.ebuild [new file with mode: 0644]

diff --git a/app-shells/rush/ChangeLog b/app-shells/rush/ChangeLog
new file mode 100644 (file)
index 0000000..5228842
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-shells/rush
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  19 Nov 2008; Pavel Sanda (ps) <ps at twin.jikos.cz> +rush-1.4.ebuild,
+  +metadata.xml:
+  New ebuild for bug 247631
+
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
new file mode 100644 (file)
index 0000000..948ba44
--- /dev/null
@@ -0,0 +1,4 @@
+DIST rush-1.4.tar.gz 533502 RMD160 c5045183c24bfe75d8cc03daf33de64d1e6760a5 SHA1 73ecf774c03fb8b35b01addb77792bbee576e850 SHA256 5f4c5a7a51956d981324097aa324e890762b84a1b7a8739e9d20e433943b9b43
+EBUILD rush-1.4.ebuild 511 RMD160 a03e9910b28eb95a9e25df0e92fc6fcdea8b5cbc SHA1 fa1e20165d3d972a5ac831312c6da1dce22e044f SHA256 fcd2b9a019a914e1f19a1946cc12de6595db408b2dd728db2179360fb765837f
+MISC ChangeLog 234 RMD160 96be2e456bb52dd69d089fdb7b6d01ca720caa9e SHA1 a0ddd44497e64ad621ce9d69e546ebba23ee197a SHA256 d6f66598285435cba2b668841392445ebcd6b5df0d2f46d855ddd861af31cb98
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-shells/rush/metadata.xml b/app-shells/rush/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/app-shells/rush/rush-1.4.ebuild b/app-shells/rush/rush-1.4.ebuild
new file mode 100644 (file)
index 0000000..e8cddec
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 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"
+
+src_install() {
+       dodoc THANKS AUTHORS README NEWS || die "copying documentation failed"
+       emake DESTDIR="${D}" install || die "emake install failed"
+}