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 937E2198005 for ; Fri, 1 Mar 2013 20:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8BFDE0512; Fri, 1 Mar 2013 20:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49240E0512 for ; Fri, 1 Mar 2013 20:39:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0D6D33DD40 for ; Fri, 1 Mar 2013 20:39:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id AB52F2171D; Fri, 1 Mar 2013 20:39:33 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/terminfo: terminfo-0.3.2.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: terminfo-0.3.2.3.ebuild ChangeLog X-VCS-Directories: dev-haskell/terminfo X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130301203933.AB52F2171D@flycatcher.gentoo.org> Date: Fri, 1 Mar 2013 20:39:33 +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: a116692c-eda7-4c50-bae5-71265a1bf26f X-Archives-Hash: 8aad68ddec0d79c7c93030a803c1fa92 slyfox 13/03/01 20:39:33 Modified: terminfo-0.3.2.3.ebuild ChangeLog Log: Backport build fix from bug #454216 to stable (bug #459668 by Diego Elio Pettenò). (Portage version: 2.2.0_alpha163_p18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.8 dev-haskell/terminfo/terminfo-0.3.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild?r1=1.7&r2=1.8 Index: terminfo-0.3.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- terminfo-0.3.2.3.ebuild 12 Sep 2012 15:34:53 -0000 1.7 +++ terminfo-0.3.2.3.ebuild 1 Mar 2013 20:39:33 -0000 1.8 @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild,v 1.7 2012/09/12 15:34:53 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild,v 1.8 2013/03/01 20:39:33 slyfox Exp $ # ebuild generated by hackport 0.2.14 EAPI="3" CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal +inherit autotools eutils haskell-cabal DESCRIPTION="Haskell bindings to the terminfo library." HOMEPAGE="http://code.haskell.org/terminfo" @@ -20,6 +20,11 @@ RDEPEND=">=dev-lang/ghc-6.10.4 sys-libs/ncurses" - DEPEND="${RDEPEND} >=dev-haskell/cabal-1.4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.3.2.5-tinfo.patch + + eautoreconf +} 1.27 dev-haskell/terminfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 13 Feb 2013 21:26:15 -0000 1.26 +++ ChangeLog 1 Mar 2013 20:39:33 -0000 1.27 @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/terminfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.26 2013/02/13 21:26:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.27 2013/03/01 20:39:33 slyfox Exp $ + + 01 Mar 2013; Sergei Trofimovich terminfo-0.3.2.3.ebuild: + Backport build fix from bug #454216 to stable (bug #459668 by Diego Elio + Pettenò). 13 Feb 2013; Sergei Trofimovich +files/terminfo-0.3.2.5-tinfo.patch, -terminfo-0.3.1.1.ebuild,