summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-23 21:14:30 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-23 21:14:30 +0000
commit0c669d2c4490b13baee3965d69d801c1407f47c5 (patch)
treec51fd62fc3ffc3f16272cd7ae272299d6960eae6 /app-shells
parentaccidentally committed wrong thing, sorry (diff)
downloadgentoo-2-0c669d2c4490b13baee3965d69d801c1407f47c5.tar.gz
gentoo-2-0c669d2c4490b13baee3965d69d801c1407f47c5.tar.bz2
gentoo-2-0c669d2c4490b13baee3965d69d801c1407f47c5.zip
initial ebuild #10999
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dsh/ChangeLog8
-rw-r--r--app-shells/dsh/dsh-0.23.4.ebuild32
-rw-r--r--app-shells/dsh/files/digest-dsh-0.23.41
3 files changed, 41 insertions, 0 deletions
diff --git a/app-shells/dsh/ChangeLog b/app-shells/dsh/ChangeLog
new file mode 100644
index 000000000000..e52272f03d5c
--- /dev/null
+++ b/app-shells/dsh/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-shells/dsh
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.1 2002/11/23 21:14:30 vapier Exp $
+
+*dsh-0.23.4 (23 Nov 2002)
+
+ 23 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Enrico Morelli <morelli@cerm.unifi.it>.
diff --git a/app-shells/dsh/dsh-0.23.4.ebuild b/app-shells/dsh/dsh-0.23.4.ebuild
new file mode 100644
index 000000000000..d798460166a4
--- /dev/null
+++ b/app-shells/dsh/dsh-0.23.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.23.4.ebuild,v 1.1 2002/11/23 21:14:30 vapier Exp $
+
+DESCRIPTION="DSH - Distributed Shell"
+SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz"
+HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="pic nls"
+
+DEPEND="dev-libs/libdshconfig"
+RDEPEND="net-misc/openssh"
+
+src_compile() {
+ local myconf="--with-gnu-ld"
+ use pic \
+ && myconf="${myconf} --with-pic" \
+ || myconf="${myconf} --without-pic"
+ use nls \
+ && myconf="${myconf} --enable-nls" \
+ || myconf="${myconf} --disable-nls"
+ econf ${myconf}
+
+ make || die
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+}
diff --git a/app-shells/dsh/files/digest-dsh-0.23.4 b/app-shells/dsh/files/digest-dsh-0.23.4
new file mode 100644
index 000000000000..9d5e14b72eae
--- /dev/null
+++ b/app-shells/dsh/files/digest-dsh-0.23.4
@@ -0,0 +1 @@
+MD5 a4bfda1e29e80de841175ce8c2e62029 dsh-0.23.4.tar.gz 265521