diff options
author | 2012-11-25 06:08:50 +0000 | |
---|---|---|
committer | 2012-11-25 06:08:50 +0000 | |
commit | 41494aecd82a21b953ecd64be492c65909452a32 (patch) | |
tree | 4163ab440caab542b943994d48b423df11a409b7 /dev-haskell | |
parent | Bump tar to 0.4.0.1 (diff) | |
download | gentoo-2-41494aecd82a21b953ecd64be492c65909452a32.tar.gz gentoo-2-41494aecd82a21b953ecd64be492c65909452a32.tar.bz2 gentoo-2-41494aecd82a21b953ecd64be492c65909452a32.zip |
Bump terminfo to 0.3.2.5
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/terminfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/terminfo/terminfo-0.3.2.5.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-haskell/terminfo/ChangeLog b/dev-haskell/terminfo/ChangeLog index 2aa54d46ed78..643fdd033e42 100644 --- a/dev-haskell/terminfo/ChangeLog +++ b/dev-haskell/terminfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/terminfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.24 2012/09/12 15:34:53 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.25 2012/11/25 06:08:50 gienah Exp $ + +*terminfo-0.3.2.5 (25 Nov 2012) + + 25 Nov 2012; Mark Wright <gienah@gentoo.org> +terminfo-0.3.2.5.ebuild: + Bump terminfo to 0.3.2.5 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> terminfo-0.3.1.1.ebuild, terminfo-0.3.1.3.ebuild, terminfo-0.3.2.3.ebuild: diff --git a/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild b/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild new file mode 100644 index 000000000000..b48bc66bed77 --- /dev/null +++ b/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild @@ -0,0 +1,24 @@ +# 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.5.ebuild,v 1.1 2012/11/25 06:08:50 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +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="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-6.10.4:= + sys-libs/ncurses" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.4" |