summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-26 18:53:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-26 18:53:19 +0000
commit3705efe224f89f8e08fee85686b925e7dc9ec9b5 (patch)
tree4555d66c62ac6707d0b54349dd3455f6261dd275 /app-shells/dash
parentCopied missing file, closes #45786. (diff)
downloadhistorical-3705efe224f89f8e08fee85686b925e7dc9ec9b5.tar.gz
historical-3705efe224f89f8e08fee85686b925e7dc9ec9b5.tar.bz2
historical-3705efe224f89f8e08fee85686b925e7dc9ec9b5.zip
this is the debian verison of NetBSDs ash. ebuild submitted by: Thomas Eckert <eckert.thomas@gmx.net> in bug #26253
Diffstat (limited to 'app-shells/dash')
-rw-r--r--app-shells/dash/ChangeLog10
-rw-r--r--app-shells/dash/Manifest3
-rw-r--r--app-shells/dash/dash-0.4.24.ebuild36
-rw-r--r--app-shells/dash/files/digest-dash-0.4.241
4 files changed, 50 insertions, 0 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
new file mode 100644
index 000000000000..dbcdf72934da
--- /dev/null
+++ b/app-shells/dash/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-shells/dash
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.1 2004/03/26 18:53:19 seemant Exp $
+
+*dash-0.4.24 (26 Mar 2004)
+
+ 26 Mar 2004; Seemant Kulleen <seemant@gentoo.org> dash-0.4.24.ebuild:
+ this is the debian verison of NetBSDs ash. ebuild submitted by: Thomas Eckert
+ <eckert.thomas@gmx.net> in bug #26253
+
diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest
new file mode 100644
index 000000000000..897b5b471677
--- /dev/null
+++ b/app-shells/dash/Manifest
@@ -0,0 +1,3 @@
+MD5 e646c75bb4a176cb8687619f2dc525e3 dash-0.4.24.ebuild 967
+MD5 a0079b8394a469059ad7270ce42cdea1 ChangeLog 434
+MD5 cdb2616f7107463468dc542ffb5c0afe files/digest-dash-0.4.24 63
diff --git a/app-shells/dash/dash-0.4.24.ebuild b/app-shells/dash/dash-0.4.24.ebuild
new file mode 100644
index 000000000000..3f8cf22e5349
--- /dev/null
+++ b/app-shells/dash/dash-0.4.24.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.24.ebuild,v 1.1 2004/03/26 18:53:19 seemant Exp $
+
+IUSE=""
+
+MY_P="${P/-/_}"
+S=${WORKDIR}/${PN}
+DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell"
+HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/"
+SRC_URI="http://ftp.debian.org/debian/pool/main/d/dash/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86"
+
+DEPEND="sys-devel/pmake
+ sys-apps/sed
+ dev-util/yacc"
+
+src_compile() {
+ # pmake name conflicts, use full path
+ /usr/bin/pmake CFLAGS:="-Wall -DBSD=1 -DSMALL -D_GNU_SOURCE -DGL \
+ -DIFS_BROKEN -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= \
+ -D_DIAGASSERT\(x\)= -g -O2 -fstrict-aliasing" YACC:=bison
+}
+
+src_install() {
+ exeinto /bin
+ newexe sh dash
+
+ newman sh.1 dash.1
+ #dosym /usr/share/man/man1/ash.1.gz /usr/share/man/man1/sh.1.gz
+
+ dodoc TOUR debian/changelog
+}
diff --git a/app-shells/dash/files/digest-dash-0.4.24 b/app-shells/dash/files/digest-dash-0.4.24
new file mode 100644
index 000000000000..b8f56e95cb94
--- /dev/null
+++ b/app-shells/dash/files/digest-dash-0.4.24
@@ -0,0 +1 @@
+MD5 53533947db52048def006011c6754195 dash_0.4.24.tar.gz 167009