summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-09-21 09:48:01 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-09-21 09:48:01 +0000
commit4ea8f63f9f2885fa976efe12de6a5fbb23e67aa1 (patch)
tree501b2c1596cd2479b9274cf8e86513547d3f83d5 /app-shells/dash
parentclean older ebuilds (Manifest recommit) (diff)
downloadgentoo-2-4ea8f63f9f2885fa976efe12de6a5fbb23e67aa1.tar.gz
gentoo-2-4ea8f63f9f2885fa976efe12de6a5fbb23e67aa1.tar.bz2
gentoo-2-4ea8f63f9f2885fa976efe12de6a5fbb23e67aa1.zip
Marked 0.5.1.1 stable on x86; remove old 0.4.x ebuilds
Diffstat (limited to 'app-shells/dash')
-rw-r--r--app-shells/dash/ChangeLog6
-rw-r--r--app-shells/dash/Manifest18
-rw-r--r--app-shells/dash/dash-0.4.24.ebuild36
-rw-r--r--app-shells/dash/dash-0.4.26.ebuild36
-rw-r--r--app-shells/dash/dash-0.5.1.1.ebuild4
-rw-r--r--app-shells/dash/files/digest-dash-0.4.241
-rw-r--r--app-shells/dash/files/digest-dash-0.4.261
7 files changed, 9 insertions, 93 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index ec524319de95..f8529ac46457 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/dash
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.8 2004/09/12 06:01:12 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.9 2004/09/21 09:48:01 ka0ttic Exp $
+
+ 21 Sep 2004; Aaron Walker <ka0ttic@gentoo.org> -dash-0.4.24.ebuild,
+ -dash-0.4.26.ebuild, dash-0.5.1.1.ebuild:
+ Marked 0.5.1.1 stable on x86; remove old 0.4.x ebuilds
12 Sep 2004; Aaron Walker <ka0ttic@gentoo.org> dash-0.5.1.1.ebuild,
dash-0.5.1.3.ebuild:
diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest
index c623fdf70bda..5ba7873f0f74 100644
--- a/app-shells/dash/Manifest
+++ b/app-shells/dash/Manifest
@@ -1,20 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 319a14a257e81b0db22f73751b326e35 dash-0.5.1.1.ebuild 877
+MD5 a0f8e7869ad0da67e077bb2ba6e99bbf dash-0.5.1.1.ebuild 876
MD5 9ac6d51b1432573d09d378da80aba53b dash-0.5.1.3.ebuild 877
-MD5 5e5b37401da2dfbb9a1a91af9237fb61 dash-0.4.24.ebuild 958
-MD5 cc94088dd92b7d82b897a9d1e15ffe8a dash-0.4.26.ebuild 967
-MD5 b4c1e38746416d6f1a1ec6b997276c69 ChangeLog 1400
+MD5 89fe06588887aabb359a45f69566f41a ChangeLog 1572
MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
-MD5 cdb2616f7107463468dc542ffb5c0afe files/digest-dash-0.4.24 63
-MD5 350944019b93cf21a674780be34264aa files/digest-dash-0.4.26 63
MD5 115b4f38170f7c82c6c9e3259c55108c files/digest-dash-0.5.1.1 131
MD5 789070e5451f8e3151926438cfb4744b files/digest-dash-0.5.1.3 131
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBQ+YxEZCkKN40op4RAngmAKCOpRI/srs5LqVn3RV+8oyVs3xOjACeKBu5
-ceq0lNsq1wG3viAnk6uBlf0=
-=IXtc
------END PGP SIGNATURE-----
diff --git a/app-shells/dash/dash-0.4.24.ebuild b/app-shells/dash/dash-0.4.24.ebuild
deleted file mode 100644
index bf6e34023690..000000000000
--- a/app-shells/dash/dash-0.4.24.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.7 2004/06/29 03:53:13 vapier Exp $
-
-MY_P="${P/-/_}"
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-DEPEND="sys-devel/pmake
- sys-apps/sed
- dev-util/yacc"
-
-S=${WORKDIR}/${PN}
-
-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/dash-0.4.26.ebuild b/app-shells/dash/dash-0.4.26.ebuild
deleted file mode 100644
index 649b9dadd0d9..000000000000
--- a/app-shells/dash/dash-0.4.26.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.4 2004/08/20 23:04:50 seemant Exp $
-
-MY_P="${P/-/_}"
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND="sys-devel/pmake
- sys-apps/sed
- dev-util/yacc"
-
-S=${WORKDIR}/${PN}
-
-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/dash-0.5.1.1.ebuild b/app-shells/dash/dash-0.5.1.1.ebuild
index 7b6986970734..c9f13677978f 100644
--- a/app-shells/dash/dash-0.5.1.1.ebuild
+++ b/app-shells/dash/dash-0.5.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.1.1.ebuild,v 1.2 2004/09/12 06:01:12 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.1.1.ebuild,v 1.3 2004/09/21 09:48:01 ka0ttic Exp $
inherit eutils
@@ -18,7 +18,7 @@ SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DEPEND="sys-apps/sed
dev-util/yacc"
diff --git a/app-shells/dash/files/digest-dash-0.4.24 b/app-shells/dash/files/digest-dash-0.4.24
deleted file mode 100644
index b8f56e95cb94..000000000000
--- a/app-shells/dash/files/digest-dash-0.4.24
+++ /dev/null
@@ -1 +0,0 @@
-MD5 53533947db52048def006011c6754195 dash_0.4.24.tar.gz 167009
diff --git a/app-shells/dash/files/digest-dash-0.4.26 b/app-shells/dash/files/digest-dash-0.4.26
deleted file mode 100644
index 6b2970bf093b..000000000000
--- a/app-shells/dash/files/digest-dash-0.4.26
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e65963d40186937b0958f43d129afe41 dash_0.4.26.tar.gz 167488