diff options
Diffstat (limited to 'dev-haskell/terminfo')
-rw-r--r-- | dev-haskell/terminfo/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/terminfo/terminfo-0.3.2.3.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/terminfo/ChangeLog b/dev-haskell/terminfo/ChangeLog index 601f09356df3..434579f299db 100644 --- a/dev-haskell/terminfo/ChangeLog +++ b/dev-haskell/terminfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/terminfo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.12 2011/08/02 10:34:41 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.13 2012/01/23 10:50:32 gienah Exp $ + +*terminfo-0.3.2.3 (23 Jan 2012) + + 23 Jan 2012; Mark Wright <gienah@gentoo.org> +terminfo-0.3.2.3.ebuild: + Bump terminfo to 0.3.2.3. *terminfo-0.3.1.3 (02 Aug 2011) diff --git a/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild b/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild new file mode 100644 index 000000000000..d20d8d4774fe --- /dev/null +++ b/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 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.1 2012/01/23 10:50:32 gienah Exp $ + +# ebuild generated by hackport 0.2.14 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell bindings to the terminfo library." +HOMEPAGE="http://code.haskell.org/terminfo" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4 + sys-libs/ncurses" + +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.4" |