summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-03 08:53:16 +0000
committerMark Wright <gienah@gentoo.org>2015-04-03 08:53:16 +0000
commit5c72af253073fcdd5663f5248714697b0082372d (patch)
treea38f4a10b218ae45d02fce08811ac97231fbccd5
parentClean old impls, add py3.4 support (diff)
downloadgentoo-2-5c72af253073fcdd5663f5248714697b0082372d.tar.gz
gentoo-2-5c72af253073fcdd5663f5248714697b0082372d.tar.bz2
gentoo-2-5c72af253073fcdd5663f5248714697b0082372d.zip
Bump terminfo to 0.4.0.1
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r--dev-haskell/terminfo/ChangeLog9
-rw-r--r--dev-haskell/terminfo/terminfo-0.4.0.1.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-haskell/terminfo/ChangeLog b/dev-haskell/terminfo/ChangeLog
index 94c80641a8da..d97c2a228ec2 100644
--- a/dev-haskell/terminfo/ChangeLog
+++ b/dev-haskell/terminfo/ChangeLog
@@ -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 <gienah@gentoo.org> +terminfo-0.4.0.1.ebuild:
+ Bump terminfo to 0.4.0.1
23 Dec 2014; Sergei Trofimovich <slyfox@gentoo.org> terminfo-0.4.0.0.ebuild:
Mark as a core lib for ghc-7.8.4.
diff --git a/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild b/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild
new file mode 100644
index 000000000000..36b9bf732317
--- /dev/null
+++ b/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild
@@ -0,0 +1,27 @@
+# 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"