From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C195138A1A for ; Tue, 17 Feb 2015 15:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0CFEE08FE; Tue, 17 Feb 2015 15:03:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 788D9E08FE for ; Tue, 17 Feb 2015 15:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12AF93406C7 for ; Tue, 17 Feb 2015 15:03:28 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2193) id BD26E11F50; Tue, 17 Feb 2015 15:03:26 +0000 (UTC) From: "Michael Haubenwallner (haubi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, haubi@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-shells/tcsh: tcsh-6.18.01-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tcsh-6.18.01-r2.ebuild ChangeLog X-VCS-Directories: app-shells/tcsh X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150217150326.BD26E11F50@oystercatcher.gentoo.org> Date: Tue, 17 Feb 2015 15:03:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98d59a09-33ad-46fe-9f17-2ca5f79f4ceb X-Archives-Hash: b6330ba7ae96cc1098003e8671dbdbf4 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 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 tcsh-6.18.01-r2.ebuild: Stable for sparc, wrt bug #495350