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 | e4ef1ea95cd42054ca684336f150f5ae1a6c73ca (patch) | |
tree | 8f5ee6cea3b1e67701049d5332cf80afc4c4b47c /app-shells/bashish | |
parent | Fix off-by-one issue #105639 by Michal Januszewski. (diff) | |
download | gentoo-2-e4ef1ea95cd42054ca684336f150f5ae1a6c73ca.tar.gz gentoo-2-e4ef1ea95cd42054ca684336f150f5ae1a6c73ca.tar.bz2 gentoo-2-e4ef1ea95cd42054ca684336f150f5ae1a6c73ca.zip |
Mark 1.9.23 ~amd64
(Portage version: 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 | 10 | ||||
-rw-r--r-- | app-shells/bashish/bashish-1.9.23.ebuild | 4 |
3 files changed, 12 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..d416d527fc77 100644 --- a/app-shells/bashish/Manifest +++ b/app-shells/bashish/Manifest @@ -1,7 +1,9 @@ -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 107a2bda5df334acbfaa2d3246090f1e bashish-1.9.23.ebuild 779 +MD5 107a2bda5df334acbfaa2d3246090f1e bashish-1.9.24.ebuild 779 +MD5 26b4cba7c8eccb4634b39ed3220d1cd8 ChangeLog 781 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 65369cbc8596c73a8b2025306baf869f files/digest-bashish-1.9.24 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() { |