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
commit76887953650b3d5154cf8e1a287e2fa0cf2360b3 (patch)
treed80a8e9d26f08f5fabc0e6835ed916b12804eb22 /app-shells/dash
parentCopied missing file, closes #45786. (Manifest recommit) (diff)
downloadgentoo-2-76887953650b3d5154cf8e1a287e2fa0cf2360b3.tar.gz
gentoo-2-76887953650b3d5154cf8e1a287e2fa0cf2360b3.tar.bz2
gentoo-2-76887953650b3d5154cf8e1a287e2fa0cf2360b3.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/Manifest2
-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, 49 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..c0b61fa56eaa
--- /dev/null
+++ b/app-shells/dash/Manifest
@@ -0,0 +1,2 @@
+MD5 8936d79c620ddb97d01da7dc3bc54d9b dash-0.4.24.ebuild 870
+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