summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-06-09 20:48:22 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-06-09 20:48:22 +0000
commit86fe1d1d4d1d4410c8207b142f53577f197de841 (patch)
tree31f982fdf5ab1860b81c133de78f93358faefeac /app-shells
parentreset other arches to testing (Manifest recommit) (diff)
downloadgentoo-2-86fe1d1d4d1d4410c8207b142f53577f197de841.tar.gz
gentoo-2-86fe1d1d4d1d4410c8207b142f53577f197de841.tar.bz2
gentoo-2-86fe1d1d4d1d4410c8207b142f53577f197de841.zip
stabilise 24 on x86, and version bump 26 to ~x86 and ~ppc. Thanks to: Thomas Eckert <eckert.thomas@gmx.net> in bug #52262
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/ChangeLog9
-rw-r--r--app-shells/dash/Manifest4
-rw-r--r--app-shells/dash/dash-0.4.24.ebuild4
-rw-r--r--app-shells/dash/dash-0.4.26.ebuild36
-rw-r--r--app-shells/dash/files/digest-dash-0.4.261
5 files changed, 50 insertions, 4 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 62daf62f1026..92899ebf2dfb 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,13 @@
# 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.2 2004/03/26 23:17:59 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.3 2004/06/09 20:48:22 seemant Exp $
+
+*dash-0.4.26 (09 Jun 2004)
+
+ 09 Jun 2004; Seemant Kulleen <seemant@gentoo.org> dash-0.4.24.ebuild,
+ +dash-0.4.26.ebuild:
+ stabilise 24 on x86, and version bump 26 to ~x86 and ~ppc. Thanks to: Thomas
+ Eckert <eckert.thomas@gmx.net> in bug #52262
27 Mar 2004; David Holm <dholm@gentoo.org> dash-0.4.24.ebuild:
Added to ~ppc.
diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest
index 5a40e717f6cb..cec7330c01b8 100644
--- a/app-shells/dash/Manifest
+++ b/app-shells/dash/Manifest
@@ -1,3 +1,5 @@
-MD5 2ed5a70804a1110d63da507b5e53f6e7 ChangeLog 515
MD5 a781f2207b517f2b0064814fed43c6bb dash-0.4.24.ebuild 972
+MD5 82ce73746e93eddef15a7111d0c5dca5 dash-0.4.26.ebuild 979
+MD5 2ed5a70804a1110d63da507b5e53f6e7 ChangeLog 515
MD5 cdb2616f7107463468dc542ffb5c0afe files/digest-dash-0.4.24 63
+MD5 350944019b93cf21a674780be34264aa files/digest-dash-0.4.26 63
diff --git a/app-shells/dash/dash-0.4.24.ebuild b/app-shells/dash/dash-0.4.24.ebuild
index 7585f459531a..53deff3077cb 100644
--- a/app-shells/dash/dash-0.4.24.ebuild
+++ b/app-shells/dash/dash-0.4.24.ebuild
@@ -1,6 +1,6 @@
# 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.3 2004/03/27 07:13:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.24.ebuild,v 1.4 2004/06/09 20:48:22 seemant Exp $
IUSE=""
@@ -12,7 +12,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/d/dash/${MY_P}.tar.gz"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DEPEND="sys-devel/pmake
sys-apps/sed
diff --git a/app-shells/dash/dash-0.4.26.ebuild b/app-shells/dash/dash-0.4.26.ebuild
new file mode 100644
index 000000000000..0ab56d74b265
--- /dev/null
+++ b/app-shells/dash/dash-0.4.26.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.26.ebuild,v 1.1 2004/06/09 20:48:22 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 ~ppc"
+
+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 || die
+}
+
+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.26 b/app-shells/dash/files/digest-dash-0.4.26
new file mode 100644
index 000000000000..6b2970bf093b
--- /dev/null
+++ b/app-shells/dash/files/digest-dash-0.4.26
@@ -0,0 +1 @@
+MD5 e65963d40186937b0958f43d129afe41 dash_0.4.26.tar.gz 167488