diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-09 20:48:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-09 20:48:22 +0000 |
commit | 197254100cc50ce227ab0324a7d147802fc31c4f (patch) | |
tree | 33e2963688246f430d1078134e9a9a7ff0c3a782 /app-shells | |
parent | reset other arches to testing (diff) | |
download | historical-197254100cc50ce227ab0324a7d147802fc31c4f.tar.gz historical-197254100cc50ce227ab0324a7d147802fc31c4f.tar.bz2 historical-197254100cc50ce227ab0324a7d147802fc31c4f.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/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/dash/Manifest | 6 | ||||
-rw-r--r-- | app-shells/dash/dash-0.4.24.ebuild | 4 | ||||
-rw-r--r-- | app-shells/dash/dash-0.4.26.ebuild | 36 | ||||
-rw-r--r-- | app-shells/dash/files/digest-dash-0.4.26 | 1 |
5 files changed, 51 insertions, 5 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..d2a5d77e2c0b 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 1004a07b63f8eee8c7ccc5e37a5ee144 dash-0.4.24.ebuild 968 +MD5 126409d0a7079d904071ad291173391b dash-0.4.26.ebuild 976 +MD5 359e87d51a63f445034a4e9d90cfc510 ChangeLog 766 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 |