diff options
author | Alec Warner <antarus@gentoo.org> | 2006-12-02 01:47:39 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-12-02 01:47:39 +0000 |
commit | bdb9c6b0bc66116e1f7f4510dec60988106856f8 (patch) | |
tree | 7571b1c33acfa540659b81ff2d4da25315b063ec /app-shells/fish | |
parent | fix pre-stripped binaries for QA, thanks to jakub Moc for the patch (diff) | |
download | gentoo-2-bdb9c6b0bc66116e1f7f4510dec60988106856f8.tar.gz gentoo-2-bdb9c6b0bc66116e1f7f4510dec60988106856f8.tar.bz2 gentoo-2-bdb9c6b0bc66116e1f7f4510dec60988106856f8.zip |
fix homepage for bug 156857
(Portage version: 2.1.2_pre3-r9)
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.12.ebuild | 6 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.8.ebuild | 6 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.1.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index beba52f41740..e61ce8bc6d41 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/fish # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.25 2006/11/13 04:36:55 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.26 2006/12/02 01:47:39 antarus Exp $ + + 02 Dec 2006; Alec Warner <antarus@gentoo.org> fish-1.21.8.ebuild, + fish-1.21.12.ebuild, fish-1.22.1.ebuild: + fix homepage for bug 156857 *fish-1.22.1 (13 Nov 2006) diff --git a/app-shells/fish/fish-1.21.12.ebuild b/app-shells/fish/fish-1.21.12.ebuild index de0026af621e..1201168a2c1c 100644 --- a/app-shells/fish/fish-1.21.12.ebuild +++ b/app-shells/fish/fish-1.21.12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.12.ebuild,v 1.1 2006/09/24 06:00:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.12.ebuild,v 1.2 2006/12/02 01:47:39 antarus Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://roo.no-ip.org/fish/" -SRC_URI="http://roo.no-ip.org/fish/files/${PV}/${P}.tar.bz2" +HOMEPAGE="http://fishshell.org/" +SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" diff --git a/app-shells/fish/fish-1.21.8.ebuild b/app-shells/fish/fish-1.21.8.ebuild index 7157365ae3f9..9799f50031fe 100644 --- a/app-shells/fish/fish-1.21.8.ebuild +++ b/app-shells/fish/fish-1.21.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.8.ebuild,v 1.2 2006/08/20 23:19:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.8.ebuild,v 1.3 2006/12/02 01:47:39 antarus Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://roo.no-ip.org/fish/" -SRC_URI="http://roo.no-ip.org/fish/files/${PV}/${P}.tar.bz2" +HOMEPAGE="http://fishshell.org/" +SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" diff --git a/app-shells/fish/fish-1.22.1.ebuild b/app-shells/fish/fish-1.22.1.ebuild index 0c925f702f41..dfc7158a38ce 100644 --- a/app-shells/fish/fish-1.22.1.ebuild +++ b/app-shells/fish/fish-1.22.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.1.ebuild,v 1.1 2006/11/13 04:36:55 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.1.ebuild,v 1.2 2006/12/02 01:47:39 antarus Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://roo.no-ip.org/fish/" -SRC_URI="http://roo.no-ip.org/fish/files/${PV}/${P}.tar.bz2" +HOMEPAGE="http://fishshell.org/" +SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |