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 <[email protected]> +terminfo-0.4.0.0.ebuild: + Bump terminfo to 0.4.0.0 31 Mar 2013; Agostino Sarubbo <[email protected]> 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 "
