gienah 15/04/03 08:53:16 Modified: ChangeLog Added: terminfo-0.4.0.1.ebuild Log: Bump terminfo to 0.4.0.1 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.39 dev-haskell/terminfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 23 Dec 2014 22:53:13 -0000 1.38 +++ ChangeLog 3 Apr 2015 08:53:16 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/terminfo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.38 2014/12/23 22:53:13 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.39 2015/04/03 08:53:16 gienah Exp $ + +*terminfo-0.4.0.1 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <[email protected]> +terminfo-0.4.0.1.ebuild: + Bump terminfo to 0.4.0.1 23 Dec 2014; Sergei Trofimovich <[email protected]> terminfo-0.4.0.0.ebuild: Mark as a core lib for ghc-7.8.4. 1.1 dev-haskell/terminfo/terminfo-0.4.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild?rev=1.1&content-type=text/plain Index: terminfo-0.4.0.1.ebuild =================================================================== # Copyright 1999-2015 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.1.ebuild,v 1.1 2015/04/03 08:53:16 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.3 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.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 " CABAL_CORE_LIB_GHC_PV="PM:7.10.1"
