diff options
author | Mark Wright <gienah@gentoo.org> | 2013-09-13 10:18:44 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-09-13 10:18:44 +0000 |
commit | 310d3acf6419228a31774ef177953250cd21367e (patch) | |
tree | dd29bfdf53285e7c80abd610b85c6143a4d9ed73 /dev-haskell | |
parent | Bump hxt-charproperties to 9.1.1.1 (diff) | |
download | gentoo-2-310d3acf6419228a31774ef177953250cd21367e.tar.gz gentoo-2-310d3acf6419228a31774ef177953250cd21367e.tar.bz2 gentoo-2-310d3acf6419228a31774ef177953250cd21367e.zip |
Bump hxt-unicode to 9.0.2.1
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hxt-unicode/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hxt-unicode/hxt-unicode-9.0.2.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-haskell/hxt-unicode/ChangeLog b/dev-haskell/hxt-unicode/ChangeLog index 6a9036e132f7..0f55358341eb 100644 --- a/dev-haskell/hxt-unicode/ChangeLog +++ b/dev-haskell/hxt-unicode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hxt-unicode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.5 2013/06/25 15:02:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.6 2013/09/13 10:18:44 gienah Exp $ + +*hxt-unicode-9.0.2.1 (13 Sep 2013) + + 13 Sep 2013; Mark Wright <gienah@gentoo.org> +hxt-unicode-9.0.2.1.ebuild: + Bump hxt-unicode to 9.0.2.1 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hxt-unicode-9.0.2.ebuild: Stable for x86, wrt bug #464338 diff --git a/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.1.ebuild b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.1.ebuild new file mode 100644 index 000000000000..498b19e0d194 --- /dev/null +++ b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.1.ebuild,v 1.1 2013/09/13 10:18:44 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Unicode en-/decoding functions for utf8, iso-latin-* and other encodings" +HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/hxt-charproperties-9*:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.4" |