diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-13 00:51:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-13 00:51:19 +0000 |
commit | 7df04720a85d2e3c194f4545ed74081bc5dead55 (patch) | |
tree | 7d961c3d6b30e9f3cb961cf8ab1ea2c9751fc43f /app-shells/bashish | |
parent | Fix off-by-one issue #105639 by Michal Januszewski. (diff) | |
download | historical-7df04720a85d2e3c194f4545ed74081bc5dead55.tar.gz historical-7df04720a85d2e3c194f4545ed74081bc5dead55.tar.bz2 historical-7df04720a85d2e3c194f4545ed74081bc5dead55.zip |
Mark 1.9.23 ~amd64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-shells/bashish')
-rw-r--r-- | app-shells/bashish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bashish/Manifest | 8 | ||||
-rw-r--r-- | app-shells/bashish/bashish-1.9.23.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog index 7c316d3f8304..efad744fd1b0 100644 --- a/app-shells/bashish/ChangeLog +++ b/app-shells/bashish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bashish # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.7 2005/08/26 16:10:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.8 2005/09/13 00:51:19 agriffis Exp $ + + 13 Sep 2005; Aron Griffis <agriffis@gentoo.org> bashish-1.9.23.ebuild: + Mark 1.9.23 ~amd64 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> ChangeLog: add ~ia64 diff --git a/app-shells/bashish/Manifest b/app-shells/bashish/Manifest index 619fbf6e6ee5..b26962473a66 100644 --- a/app-shells/bashish/Manifest +++ b/app-shells/bashish/Manifest @@ -1,7 +1,7 @@ -MD5 8e21bab497e9c37631a1f09fdbe1c2ef bashish-1.9.23.ebuild 772 -MD5 26b4cba7c8eccb4634b39ed3220d1cd8 ChangeLog 781 MD5 483d1b84ef4885414181a152a5413957 bashish-1.9.21.ebuild 803 -MD5 126c4e1fcc1d52b0f6bc232d3cbbe20e files/digest-bashish-1.9.23 67 -MD5 be13d9a99e08f849c6aaa0151fc2e645 files/digest-bashish-1.9.21 66 +MD5 1a2027f4621a8a53c51b3c5a4aa8cf02 bashish-1.9.23.ebuild 779 +MD5 77d7558e86f119c2e77bee6f242e3e6a ChangeLog 876 MD5 d0588587f65a9b0152604a114f8902fa files/1.9.23-fix-install.patch 528 +MD5 be13d9a99e08f849c6aaa0151fc2e645 files/digest-bashish-1.9.21 66 +MD5 126c4e1fcc1d52b0f6bc232d3cbbe20e files/digest-bashish-1.9.23 67 MD5 81feb15ed591ce02afc2217b9d11ace5 files/bashish.conf 61 diff --git a/app-shells/bashish/bashish-1.9.23.ebuild b/app-shells/bashish/bashish-1.9.23.ebuild index 05b5e8f27afc..fbb7a57a8df7 100644 --- a/app-shells/bashish/bashish-1.9.23.ebuild +++ b/app-shells/bashish/bashish-1.9.23.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/bashish/bashish-1.9.23.ebuild,v 1.3 2005/08/26 16:10:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.23.ebuild,v 1.4 2005/09/13 00:51:19 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" src_unpack() { |