summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-12-07 19:25:48 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-12-07 19:25:48 +0000
commit471534075402b2bf0b6acd2b91a84500700a7928 (patch)
tree7827f3d98645bc71ca56a52834379f1a56902b21 /app-shells/fish
parent077 initial release (diff)
downloadhistorical-471534075402b2bf0b6acd2b91a84500700a7928.tar.gz
historical-471534075402b2bf0b6acd2b91a84500700a7928.tar.bz2
historical-471534075402b2bf0b6acd2b91a84500700a7928.zip
Bump. Better error messages for sh-style syntax that doesn't work in fish. Also, don't execute command if wildcard expands to nothing.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/ChangeLog9
-rw-r--r--app-shells/fish/Manifest6
-rw-r--r--app-shells/fish/files/digest-fish-1.17.01
-rw-r--r--app-shells/fish/files/digest-fish-1.18.01
-rw-r--r--app-shells/fish/fish-1.18.0.ebuild (renamed from app-shells/fish/fish-1.17.0.ebuild)2
5 files changed, 13 insertions, 6 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog
index eeb093b4ab54..6992fc6b8c4d 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.3 2005/12/06 21:47:16 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.4 2005/12/07 19:25:48 spyderous Exp $
+
+*fish-1.18.0 (07 Dec 2005)
+
+ 07 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -fish-1.17.0.ebuild,
+ +fish-1.18.0.ebuild:
+ Bump. Better error messages for sh-style syntax that doesn't work in fish.
+ Also, don't execute command if wildcard expands to nothing.
06 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; fish-1.17.0.ebuild:
Add dep on sys-devel/bc, reported by user via upstream.
diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 282b50aec4b0..4da3c9acd5df 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,4 +1,4 @@
-MD5 12323638be9f613bfc5000ea226c89c7 ChangeLog 818
-MD5 356376846cef1cf9686d25ff6d5e67e1 files/digest-fish-1.17.0 64
-MD5 f35e493057d92061f8425761b134fcdc fish-1.17.0.ebuild 719
+MD5 c57dbf7ee8a139766779d255abea294d ChangeLog 1085
+MD5 cb360df74d23a076c15987ba18d3bd14 files/digest-fish-1.18.0 64
+MD5 d345381359f47bff2835a9f1e3aaffdc fish-1.18.0.ebuild 719
MD5 60f93915838cb266eef644d5f73c9d19 metadata.xml 225
diff --git a/app-shells/fish/files/digest-fish-1.17.0 b/app-shells/fish/files/digest-fish-1.17.0
deleted file mode 100644
index 126fcec3e9ce..000000000000
--- a/app-shells/fish/files/digest-fish-1.17.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 833f3e02aa6a287d58796a7c95b4d097 fish-1.17.0.tar.bz2 399764
diff --git a/app-shells/fish/files/digest-fish-1.18.0 b/app-shells/fish/files/digest-fish-1.18.0
new file mode 100644
index 000000000000..f9f02ce74e72
--- /dev/null
+++ b/app-shells/fish/files/digest-fish-1.18.0
@@ -0,0 +1 @@
+MD5 28fb8c65bcfa9e267eedda9d3568d3b6 fish-1.18.0.tar.bz2 402969
diff --git a/app-shells/fish/fish-1.17.0.ebuild b/app-shells/fish/fish-1.18.0.ebuild
index 14e783eed298..c8d8ed91cb5e 100644
--- a/app-shells/fish/fish-1.17.0.ebuild
+++ b/app-shells/fish/fish-1.18.0.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.17.0.ebuild,v 1.3 2005/12/06 21:47:16 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.18.0.ebuild,v 1.1 2005/12/07 19:25:48 spyderous Exp $
DESCRIPTION="fish is the Friendly Interactive SHell"
HOMEPAGE="http://roo.no-ip.org/fish/"