summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-07-07 10:41:38 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-07-07 10:41:38 +0000
commit8592a7f867f296783c3e6d2c1a30335c3ef4bf30 (patch)
tree3ea1b99a0f983965e471364951b4b6187f1ff0df /app-shells/fish
parentVersion bump. Requested by Arfrever (diff)
downloadgentoo-2-8592a7f867f296783c3e6d2c1a30335c3ef4bf30.tar.gz
gentoo-2-8592a7f867f296783c3e6d2c1a30335c3ef4bf30.tar.bz2
gentoo-2-8592a7f867f296783c3e6d2c1a30335c3ef4bf30.zip
Homepage/download URL has changed. Removed old version
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/ChangeLog8
-rw-r--r--app-shells/fish/fish-1.23.0.ebuild60
-rw-r--r--app-shells/fish/fish-1.23.1-r1.ebuild8
-rw-r--r--app-shells/fish/fish-1.23.1.ebuild8
4 files changed, 14 insertions, 70 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog
index 6512c63a9bad..0ee9c4e2933d 100644
--- a/app-shells/fish/ChangeLog
+++ b/app-shells/fish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/fish
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.48 2010/11/27 23:28:06 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.49 2011/07/07 10:41:38 polynomial-c Exp $
+
+ 07 Jul 2011; Lars Wendler <polynomial-c@gentoo.org> -fish-1.23.0.ebuild,
+ fish-1.23.1.ebuild, fish-1.23.1-r1.ebuild:
+ Homepage/download URL has changed. Removed old version.
*fish-1.23.1-r1 (27 Nov 2010)
diff --git a/app-shells/fish/fish-1.23.0.ebuild b/app-shells/fish/fish-1.23.0.ebuild
deleted file mode 100644
index c62aab29f31b..000000000000
--- a/app-shells/fish/fish-1.23.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.7 2010/04/06 21:52:06 abcd Exp $
-
-EAPI="3"
-
-inherit base autotools
-
-DESCRIPTION="fish is the Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.org/"
-SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="X"
-
-DEPEND="sys-libs/ncurses
- sys-devel/bc
- www-client/htmlview
- X? ( x11-misc/xsel )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-glibc-2.8.patch"
- "${FILESDIR}/${PN}-1.22.3-gettext.patch"
- "${FILESDIR}/${P}-gentoo-alt.patch"
-)
-
-src_prepare() {
- base_src_prepare
-
- eautoreconf
-}
-
-src_configure() {
- # Set things up for fish to be a default shell.
- # It has to be in /bin in case /usr is unavailable.
- # Also, all of its utilities have to be in /bin.
- econf \
- docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --without-xsel \
- --bindir="${EPREFIX}"/bin
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-}
-
-pkg_postinst() {
- elog
- elog "To use ${PN} as your default shell, you need to add ${EPREFIX}/bin/${PN}"
- elog "to ${EPREFIX}/etc/shells."
- elog
- ewarn "Many files moved to ${EROOT}usr/share/fish/completions from ${EROOT}etc/fish.d/."
- ewarn "Delete everything in ${EROOT}etc/fish.d/ except fish_interactive.fish."
- ewarn "Otherwise, fish won't notice updates to the installed files,"
- ewarn "because the ones in /etc will override the new ones in /usr."
- echo
-}
diff --git a/app-shells/fish/fish-1.23.1-r1.ebuild b/app-shells/fish/fish-1.23.1-r1.ebuild
index 14e404ea4bad..926827acc706 100644
--- a/app-shells/fish/fish-1.23.1-r1.ebuild
+++ b/app-shells/fish/fish-1.23.1-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1-r1.ebuild,v 1.1 2010/11/27 23:28:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1-r1.ebuild,v 1.2 2011/07/07 10:41:38 polynomial-c Exp $
EAPI="3"
inherit base autotools eutils
DESCRIPTION="fish is the Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.org/"
-SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2"
+HOMEPAGE="http://fishshell.com/"
+SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-shells/fish/fish-1.23.1.ebuild b/app-shells/fish/fish-1.23.1.ebuild
index f656ec399a36..14428a03cf90 100644
--- a/app-shells/fish/fish-1.23.1.ebuild
+++ b/app-shells/fish/fish-1.23.1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1.ebuild,v 1.5 2010/06/21 17:19:29 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1.ebuild,v 1.6 2011/07/07 10:41:38 polynomial-c Exp $
EAPI="3"
inherit base autotools
DESCRIPTION="fish is the Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.org/"
-SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2"
+HOMEPAGE="http://fishshell.com/"
+SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"