diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-10-30 22:04:54 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-10-30 22:04:54 +0000 |
commit | 0af1817fefc35e02f0d7b04e4261187738bcbeb2 (patch) | |
tree | eb6ae8d2947026c7ec4b65bace24a7cf06c1eb2e /app-shells/dash | |
parent | security bumpage #69070 (Manifest recommit) (diff) | |
download | gentoo-2-0af1817fefc35e02f0d7b04e4261187738bcbeb2.tar.gz gentoo-2-0af1817fefc35e02f0d7b04e4261187738bcbeb2.tar.bz2 gentoo-2-0af1817fefc35e02f0d7b04e4261187738bcbeb2.zip |
Marked stable on x86.
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/dash/Manifest | 6 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.1.3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index ba215f831127..2dd7bac24d71 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2004/09/21 09:56:16 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.11 2004/10/30 22:04:54 ka0ttic Exp $ + + 30 Oct 2004; Aaron Walker <ka0ttic@gentoo.org> dash-0.5.1.3.ebuild: + Marked stable on x86. 21 Sep 2004; Aaron Walker <ka0ttic@gentoo.org> -dash-0.4.24.ebuild, -dash-0.4.26.ebuild, dash-0.5.1.1.ebuild: diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest index e6c2bd94b4aa..30db343ca98d 100644 --- a/app-shells/dash/Manifest +++ b/app-shells/dash/Manifest @@ -1,6 +1,6 @@ -MD5 06993e220aa2560b97e2eeab1a972e18 ChangeLog 1641 -MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 MD5 ce5a1f82be33d804e0f85952cce77026 dash-0.5.1.1.ebuild 872 -MD5 9ac6d51b1432573d09d378da80aba53b dash-0.5.1.3.ebuild 877 +MD5 de55b0df79f88b387724f086088e4dba dash-0.5.1.3.ebuild 876 +MD5 735736941c691bdb24a14d75b1cc8be3 ChangeLog 1736 +MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 MD5 115b4f38170f7c82c6c9e3259c55108c files/digest-dash-0.5.1.1 131 MD5 789070e5451f8e3151926438cfb4744b files/digest-dash-0.5.1.3 131 diff --git a/app-shells/dash/dash-0.5.1.3.ebuild b/app-shells/dash/dash-0.5.1.3.ebuild index 160eaaacda8a..aad3704353d4 100644 --- a/app-shells/dash/dash-0.5.1.3.ebuild +++ b/app-shells/dash/dash-0.5.1.3.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.3.ebuild,v 1.2 2004/09/12 06:01:12 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.1.3.ebuild,v 1.3 2004/10/30 22:04:54 ka0ttic Exp $ inherit eutils versionator @@ -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" |