haubi 15/02/17 15:03:26 Modified: tcsh-6.18.01-r2.ebuild ChangeLog Log: tcsh-6.18.01-r2: Add AIX patch for now until upstream (bug#366) knows better. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C719EE20)
Revision Changes Path 1.11 app-shells/tcsh/tcsh-6.18.01-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild?r1=1.10&r2=1.11 Index: tcsh-6.18.01-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tcsh-6.18.01-r2.ebuild 26 Jan 2014 12:11:23 -0000 1.10 +++ tcsh-6.18.01-r2.ebuild 17 Feb 2015 15:03:26 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild,v 1.10 2014/01/26 12:11:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild,v 1.11 2015/02/17 15:03:26 haubi Exp $ EAPI="3" @@ -32,6 +32,7 @@ epatch "${FILESDIR}"/${PN}-6.14.00-debian-dircolors.patch # bug #120792 epatch "${FILESDIR}"/${PN}-6.14-makefile.patch # bug #151951 epatch "${FILESDIR}"/${PN}-6.14-use-ncurses.patch + epatch "${FILESDIR}"/${PN}-6.18.01-aix.patch # fix dependency on ncurses[tinfo], #459484 sed \ 1.136 app-shells/tcsh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.136&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.136&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?r1=1.135&r2=1.136 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- ChangeLog 26 Jan 2014 12:11:23 -0000 1.135 +++ ChangeLog 17 Feb 2015 15:03:26 -0000 1.136 @@ -1,6 +1,10 @@ # ChangeLog for app-shells/tcsh -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.135 2014/01/26 12:11:23 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.136 2015/02/17 15:03:26 haubi Exp $ + + 17 Feb 2015; Michael Haubenwallner <[email protected]> tcsh-6.18.01-r2.ebuild, + +files/tcsh-6.18.01-aix.patch: + Add AIX patch for now until upstream (bug#366) knows better. 26 Jan 2014; Agostino Sarubbo <[email protected]> tcsh-6.18.01-r2.ebuild: Stable for sparc, wrt bug #495350
