diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 05:56:08 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 05:56:08 +0000 |
commit | 0030a51601bee29047712b32245a49f4044c7654 (patch) | |
tree | 0d8c9f2823fc55016af2bd06b959b99ecfa3d1cb | |
parent | Marked ppc stable for bug #112842. (diff) | |
download | gentoo-2-0030a51601bee29047712b32245a49f4044c7654.tar.gz gentoo-2-0030a51601bee29047712b32245a49f4044c7654.tar.bz2 gentoo-2-0030a51601bee29047712b32245a49f4044c7654.zip |
This version contains fixes for multiple bugs in 1.18.0. One of these bugs caused several types of programmable completions to fail.
(Portage version: 2.0.53)
-rw-r--r-- | app-shells/fish/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/fish/files/digest-fish-1.18.0 | 1 | ||||
-rw-r--r-- | app-shells/fish/files/digest-fish-1.18.1 | 1 | ||||
-rw-r--r-- | app-shells/fish/fish-1.18.1.ebuild (renamed from app-shells/fish/fish-1.18.0.ebuild) | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index e035b0dfbdec..160ed91d3aeb 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/fish # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.5 2005/12/08 00:41:35 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.6 2005/12/09 05:56:08 spyderous Exp $ + +*fish-1.18.1 (09 Dec 2005) + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -fish-1.18.0.ebuild, + +fish-1.18.1.ebuild: + This version contains fixes for multiple bugs in 1.18.0. One of these bugs + caused several types of programmable completions to fail. 08 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> fish-1.18.0.ebuild: Marked ~amd64. diff --git a/app-shells/fish/files/digest-fish-1.18.0 b/app-shells/fish/files/digest-fish-1.18.0 deleted file mode 100644 index f9f02ce74e72..000000000000 --- a/app-shells/fish/files/digest-fish-1.18.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 28fb8c65bcfa9e267eedda9d3568d3b6 fish-1.18.0.tar.bz2 402969 diff --git a/app-shells/fish/files/digest-fish-1.18.1 b/app-shells/fish/files/digest-fish-1.18.1 new file mode 100644 index 000000000000..6c176382dc02 --- /dev/null +++ b/app-shells/fish/files/digest-fish-1.18.1 @@ -0,0 +1 @@ +MD5 613161735e7b855f976cb52c13302c00 fish-1.18.1.tar.bz2 402821 diff --git a/app-shells/fish/fish-1.18.0.ebuild b/app-shells/fish/fish-1.18.1.ebuild index 08387c7d581a..13ab4d6686c8 100644 --- a/app-shells/fish/fish-1.18.0.ebuild +++ b/app-shells/fish/fish-1.18.1.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/fish/fish-1.18.0.ebuild,v 1.2 2005/12/08 00:41:35 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.18.1.ebuild,v 1.1 2005/12/09 05:56:08 spyderous Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://roo.no-ip.org/fish/" |