public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild
@ 2008-01-13  9:45 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 6+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-01-13  9:45 UTC (permalink / raw
  To: gentoo-commits

dberkholz    08/01/13 09:45:08

  Modified:             ChangeLog
  Added:                fish-1.23.0.ebuild
  Log:
  Bump. Changes: case-insensitive tab completions; enhancements to the multiline editing system; new, more powerful keybinding system.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.34                 app-shells/fish/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	25 Jun 2007 02:16:03 -0000	1.33
+++ ChangeLog	13 Jan 2008 09:45:07 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for app-shells/fish
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.33 2007/06/25 02:16:03 dberkholz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.34 2008/01/13 09:45:07 dberkholz Exp $
+
+*fish-1.23.0 (13 Jan 2008)
+
+  13 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; +fish-1.23.0.ebuild:
+  Bump. Changes: case-insensitive tab completions; enhancements to the
+  multiline editing system; new, more powerful keybinding system.
 
   25 Jun 2007; Donnie Berkholz <dberkholz@gentoo.org>; fish-1.22.3.ebuild:
   (#172586) Remove unused doc USE flag (James Rowe).



1.1                  app-shells/fish/fish-1.23.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.1&content-type=text/plain

Index: fish-1.23.0.ebuild
===================================================================
# Copyright 1999-2008 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.1 2008/01/13 09:45:07 dberkholz Exp $

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"
IUSE="X"
RDEPEND="sys-libs/ncurses
	sys-devel/bc
	www-client/htmlview
	X? ( x11-misc/xsel )"
DEPEND="${RDEPEND}
	app-doc/doxygen"

src_compile() {
	# 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=/usr/share/doc/${PF} \
		--without-xsel \
		--bindir=/bin \
		|| die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install
}

pkg_postinst() {
	elog
	elog "To use ${PN} as your default shell, you need to add /bin/${PN}"
	elog "to /etc/shells."
	elog
	ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/."
	ewarn "Delete everything in ${ROOT}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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild
@ 2009-02-09 22:18 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-02-09 22:18 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/09 22:18:05

  Modified:             ChangeLog fish-1.23.0.ebuild
  Log:
  amd64/x86 stable, bug #258260
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 app-shells/fish/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	31 Jan 2009 07:42:30 -0000	1.36
+++ ChangeLog	9 Feb 2009 22:18:05 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/fish
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.36 2009/01/31 07:42:30 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.37 2009/02/09 22:18:05 maekke Exp $
+
+  09 Feb 2009; Markus Meier <maekke@gentoo.org> fish-1.23.0.ebuild:
+  amd64/x86 stable, bug #258260
 
   31 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
   Give up maintainership; reassign to maintainer-needed.



1.3                  app-shells/fish/fish-1.23.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?r1=1.2&r2=1.3

Index: fish-1.23.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fish-1.23.0.ebuild	15 Jun 2008 22:27:56 -0000	1.2
+++ fish-1.23.0.ebuild	9 Feb 2009 22:18:05 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.2 2008/06/15 22:27:56 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.3 2009/02/09 22:18:05 maekke Exp $
 
 inherit base
 
@@ -9,7 +9,7 @@
 SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X"
 RDEPEND="sys-libs/ncurses
 	sys-devel/bc






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild
@ 2009-10-23 15:40 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 6+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-10-23 15:40 UTC (permalink / raw
  To: gentoo-commits

vostorga    09/10/23 15:40:55

  Modified:             ChangeLog fish-1.23.0.ebuild
  Log:
  Adding || die to emake install
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.39                 app-shells/fish/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	10 Feb 2009 16:40:15 -0000	1.38
+++ ChangeLog	23 Oct 2009 15:40:54 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/fish
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.38 2009/02/10 16:40:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.39 2009/10/23 15:40:54 vostorga Exp $
+
+  23 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild:
+  Adding die to emake install
 
   10 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -fish-1.21.8.ebuild,
   -fish-1.21.12.ebuild, -fish-1.22.1.ebuild, -fish-1.22.2.ebuild,



1.4                  app-shells/fish/fish-1.23.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?r1=1.3&r2=1.4

Index: fish-1.23.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-1.23.0.ebuild	9 Feb 2009 22:18:05 -0000	1.3
+++ fish-1.23.0.ebuild	23 Oct 2009 15:40:54 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.3 2009/02/09 22:18:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.4 2009/10/23 15:40:54 vostorga Exp $
 
 inherit base
 
@@ -33,7 +33,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	emake DESTDIR="${D}" install || die "make install failed"
 }
 
 pkg_postinst() {






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild
@ 2009-11-03 15:27 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 6+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-11-03 15:27 UTC (permalink / raw
  To: gentoo-commits

vostorga    09/11/03 15:27:55

  Modified:             ChangeLog fish-1.23.0.ebuild
  Log:
  Removing doxygen DEPEND, bug #172586
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.40                 app-shells/fish/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	23 Oct 2009 15:40:54 -0000	1.39
+++ ChangeLog	3 Nov 2009 15:27:55 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/fish
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.39 2009/10/23 15:40:54 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.40 2009/11/03 15:27:55 vostorga Exp $
+
+  03 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild:
+  Removing doxygen DEPEND, bug #172586
 
   23 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild:
   Adding die to emake install



1.5                  app-shells/fish/fish-1.23.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?r1=1.4&r2=1.5

Index: fish-1.23.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fish-1.23.0.ebuild	23 Oct 2009 15:40:54 -0000	1.4
+++ fish-1.23.0.ebuild	3 Nov 2009 15:27:55 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4 2009/10/23 15:40:54 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.5 2009/11/03 15:27:55 vostorga Exp $
 
 inherit base
 
@@ -15,8 +15,7 @@
 	sys-devel/bc
 	www-client/htmlview
 	X? ( x11-misc/xsel )"
-DEPEND="${RDEPEND}
-	app-doc/doxygen"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-glibc-2.8.patch" )
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild
@ 2010-04-06  6:21 Jonathan Callen (abcd)
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-04-06  6:21 UTC (permalink / raw
  To: gentoo-commits

abcd        10/04/06 06:21:41

  Modified:             ChangeLog fish-1.23.0.ebuild
  Log:
  Bump to EAPI=3, add prefix keywords, patches
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.41                 app-shells/fish/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	3 Nov 2009 15:27:55 -0000	1.40
+++ ChangeLog	6 Apr 2010 06:21:41 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/fish
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.40 2009/11/03 15:27:55 vostorga Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.41 2010/04/06 06:21:41 abcd Exp $
+
+  06 Apr 2010; Jonathan Callen <abcd@gentoo.org>
+  +files/fish-1.22.3-gettext.patch, fish-1.23.0.ebuild,
+  +files/fish-1.23.0-gentoo-alt.patch:
+  Bump to EAPI=3, add prefix keywords, patches
 
   03 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild:
   Removing doxygen DEPEND, bug #172586



1.6                  app-shells/fish/fish-1.23.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?r1=1.5&r2=1.6

Index: fish-1.23.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fish-1.23.0.ebuild	3 Nov 2009 15:27:55 -0000	1.5
+++ fish-1.23.0.ebuild	6 Apr 2010 06:21:41 -0000	1.6
@@ -1,34 +1,46 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.5 2009/11/03 15:27:55 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.6 2010/04/06 06:21:41 abcd Exp $
 
-inherit base
+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"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="X"
-RDEPEND="sys-libs/ncurses
+
+DEPEND="sys-libs/ncurses
 	sys-devel/bc
 	www-client/htmlview
 	X? ( x11-misc/xsel )"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/${P}-glibc-2.8.patch" )
+PATCHES=(
+	"${FILESDIR}/${P}-glibc-2.8.patch"
+	"${FILESDIR}/${PN}-1.22.3-gettext.patch"
+	"${FILESDIR}/${P}-gentoo-alt.patch"
+)
+
+src_configure() {
+	base_src_configure
+
+	eautoreconf
+}
 
-src_compile() {
+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=/usr/share/doc/${PF} \
+		docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		--without-xsel \
-		--bindir=/bin \
-		|| die "econf failed"
-	emake || die "emake failed"
+		--bindir="${EPREFIX}"/bin
 }
 
 src_install() {
@@ -37,11 +49,11 @@
 
 pkg_postinst() {
 	elog
-	elog "To use ${PN} as your default shell, you need to add /bin/${PN}"
-	elog "to /etc/shells."
+	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 ${ROOT}usr/share/fish/completions from /etc/fish.d/."
-	ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish."
+	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






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild
@ 2010-04-06 21:52 Jonathan Callen (abcd)
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-04-06 21:52 UTC (permalink / raw
  To: gentoo-commits

abcd        10/04/06 21:52:07

  Modified:             ChangeLog fish-1.23.0.ebuild
  Log:
  Fix typo (configure -> prepare)
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.42                 app-shells/fish/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	6 Apr 2010 06:21:41 -0000	1.41
+++ ChangeLog	6 Apr 2010 21:52:06 -0000	1.42
@@ -1,6 +1,9 @@
 # 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.41 2010/04/06 06:21:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.42 2010/04/06 21:52:06 abcd Exp $
+
+  06 Apr 2010; Jonathan Callen <abcd@gentoo.org> fish-1.23.0.ebuild:
+  Fix typo (configure -> prepare)
 
   06 Apr 2010; Jonathan Callen <abcd@gentoo.org>
   +files/fish-1.22.3-gettext.patch, fish-1.23.0.ebuild,



1.7                  app-shells/fish/fish-1.23.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild?r1=1.6&r2=1.7

Index: fish-1.23.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fish-1.23.0.ebuild	6 Apr 2010 06:21:41 -0000	1.6
+++ fish-1.23.0.ebuild	6 Apr 2010 21:52:06 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.6 2010/04/06 06:21:41 abcd Exp $
+# $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"
 
@@ -27,8 +27,8 @@
 	"${FILESDIR}/${P}-gentoo-alt.patch"
 )
 
-src_configure() {
-	base_src_configure
+src_prepare() {
+	base_src_prepare
 
 	eautoreconf
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-06 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03 15:27 [gentoo-commits] gentoo-x86 commit in app-shells/fish: ChangeLog fish-1.23.0.ebuild Victor Ostorga (vostorga)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-06 21:52 Jonathan Callen (abcd)
2010-04-06  6:21 Jonathan Callen (abcd)
2009-10-23 15:40 Victor Ostorga (vostorga)
2009-02-09 22:18 Markus Meier (maekke)
2008-01-13  9:45 Donnie Berkholz (dberkholz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox