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 F2D5813877A for ; Wed, 2 Jul 2014 14:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88383E088F; Wed, 2 Jul 2014 14:02:47 +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 2569BE088F for ; Wed, 2 Jul 2014 14:02:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 505FC33BF44 for ; Wed, 2 Jul 2014 14:02:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2311) id 1D50F2004E; Wed, 2 Jul 2014 14:02:45 +0000 (UTC) From: "Mark Wright (gienah)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, gienah@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/terminfo: terminfo-0.4.0.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: terminfo-0.4.0.0.ebuild ChangeLog X-VCS-Directories: dev-haskell/terminfo X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140702140245.1D50F2004E@flycatcher.gentoo.org> Date: Wed, 2 Jul 2014 14:02:45 +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: bd3ad947-277e-4c31-bd14-fa2acbbbe07d X-Archives-Hash: 56892d8ada80860936accf4541da371a gienah 14/07/02 14:02:45 Modified: ChangeLog Added: terminfo-0.4.0.0.ebuild Log: Bump terminfo to 0.4.0.0 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision Changes Path 1.35 dev-haskell/terminfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 31 Mar 2013 10:27:09 -0000 1.34 +++ ChangeLog 2 Jul 2014 14:02:44 -0000 1.35 @@ -1,6 +1,11 @@ # 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.34 2013/03/31 10:27:09 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.35 2014/07/02 14:02:44 gienah Exp $ + +*terminfo-0.4.0.0 (02 Jul 2014) + + 02 Jul 2014; Mark Wright +terminfo-0.4.0.0.ebuild: + Bump terminfo to 0.4.0.0 31 Mar 2013; Agostino Sarubbo terminfo-0.3.2.5.ebuild: Stable for sparc, wrt bug #456518 1.1 dev-haskell/terminfo/terminfo-0.4.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild?rev=1.1&content-type=text/plain Index: terminfo-0.4.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild,v 1.1 2014/07/02 14:02:44 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.3.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Haskell bindings to the terminfo library." HOMEPAGE="https://github.com/judah/terminfo" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-7.0.1:= sys-libs/ncurses " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10.0.0 "