summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-09-14 21:11:18 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-09-14 21:11:18 +0000
commit5f56d45af0eafcf1e58eaa7992ebff788bc63662 (patch)
treee91428c2fd2ec26ea80996cb0b8818213270715a /app-shells
parentVersion bump wrt security bug #106002 (diff)
downloadgentoo-2-5f56d45af0eafcf1e58eaa7992ebff788bc63662.tar.gz
gentoo-2-5f56d45af0eafcf1e58eaa7992ebff788bc63662.tar.bz2
gentoo-2-5f56d45af0eafcf1e58eaa7992ebff788bc63662.zip
0.5.2.7 stable on x86; remove 0.5.2.4.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/ChangeLog6
-rw-r--r--app-shells/dash/Manifest20
-rw-r--r--app-shells/dash/dash-0.5.2.4.ebuild47
-rw-r--r--app-shells/dash/dash-0.5.2.7.ebuild4
-rw-r--r--app-shells/dash/files/digest-dash-0.5.2.42
5 files changed, 11 insertions, 68 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 6d302adbaf8e..fdbb4695998a 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/dash
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.28 2005/08/28 05:58:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.29 2005/09/14 21:11:18 ka0ttic Exp $
+
+ 14 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> -dash-0.5.2.4.ebuild,
+ dash-0.5.2.7.ebuild:
+ 0.5.2.7 stable on x86; remove 0.5.2.4.
28 Aug 2005; Mike Frysinger <vapier@gentoo.org> dash-0.5.2.4.ebuild,
dash-0.5.2.6.ebuild, dash-0.5.2.7.ebuild:
diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest
index 39d2cec4ffb8..5a41da4aebf1 100644
--- a/app-shells/dash/Manifest
+++ b/app-shells/dash/Manifest
@@ -1,18 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
-MD5 3b8c4f5b84eafc574e79ac1ae2bf30f1 dash-0.5.2.4.ebuild 1087
+MD5 0d96139198c785a002972a477e653029 dash-0.5.2.7.ebuild 1088
MD5 88018d2fe5edff3ec625d3401e73d11f dash-0.5.2.6.ebuild 1087
-MD5 79449f09cb134491376507ac1bc284b4 ChangeLog 4011
-MD5 1814a6fcbc334aabedf79854287693c3 dash-0.5.2.7.ebuild 1089
-MD5 c7d8350182fc569d94853d53140c0f13 files/digest-dash-0.5.2.4 131
-MD5 376a788df401b4b221e4aba6cf233790 files/digest-dash-0.5.2.7 131
+MD5 b27218ebde94fe31e07461a74e9a09af ChangeLog 4147
+MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
MD5 e46a8a26935c33cd89771bae9f229c2a files/digest-dash-0.5.2.6 131
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDEVKLgIKl8Uu19MoRAmJhAJ9REX3FetgY2aQHibxq4WEWwmsECgCfdt1a
-eWa8wkZUm2Xij+eDoAbhEHI=
-=LcMX
------END PGP SIGNATURE-----
+MD5 376a788df401b4b221e4aba6cf233790 files/digest-dash-0.5.2.7 131
diff --git a/app-shells/dash/dash-0.5.2.4.ebuild b/app-shells/dash/dash-0.5.2.4.ebuild
deleted file mode 100644
index 753a270c528b..000000000000
--- a/app-shells/dash/dash-0.5.2.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.4.ebuild,v 1.4 2005/08/28 05:58:14 vapier Exp $
-
-inherit eutils versionator flag-o-matic toolchain-funcs
-
-DEB_P="${PN}_$(replace_version_separator 3 '-')"
-MY_P2="${DEB_P%-*}"
-MY_P="${MY_P2/_/-}"
-
-DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/"
-SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
- mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE="static"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- sys-apps/sed
- dev-util/yacc"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${WORKDIR}/${DEB_P}.diff
-}
-
-src_compile() {
- use static && append-ldflags -static
-
- export CC="$(tc-getCC)"
- econf || die "econf failed"
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- exeinto /bin
- newexe src/dash dash
- newman src/dash.1 dash.1
- dodoc COPYING ChangeLog
-}
diff --git a/app-shells/dash/dash-0.5.2.7.ebuild b/app-shells/dash/dash-0.5.2.7.ebuild
index 9a1fbc19b864..c45aeac40197 100644
--- a/app-shells/dash/dash-0.5.2.7.ebuild
+++ b/app-shells/dash/dash-0.5.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.7.ebuild,v 1.2 2005/08/28 05:58:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.7.ebuild,v 1.3 2005/09/14 21:11:18 ka0ttic Exp $
inherit eutils versionator flag-o-matic toolchain-funcs
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~ppc x86"
IUSE="static"
RDEPEND=""
diff --git a/app-shells/dash/files/digest-dash-0.5.2.4 b/app-shells/dash/files/digest-dash-0.5.2.4
deleted file mode 100644
index 67aa70d6f3f2..000000000000
--- a/app-shells/dash/files/digest-dash-0.5.2.4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9f75e13d99fee819522ac05c64d3112e dash_0.5.2.orig.tar.gz 207048
-MD5 4fd8daa1b2056d627b8aa7f8de3571af dash_0.5.2-4.diff.gz 20471