diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-02 08:48:33 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-02 08:48:33 +0000 |
commit | 538402f3c826af02d1aff5b5c60d298f974c4322 (patch) | |
tree | fa7eb0e32f11ed42d56dc32d64440da8f870f7c2 /dev-haskell/hxt-unicode | |
parent | Bump hxt-regex-xmlschema to 9.0.4 (diff) | |
download | historical-538402f3c826af02d1aff5b5c60d298f974c4322.tar.gz historical-538402f3c826af02d1aff5b5c60d298f974c4322.tar.bz2 historical-538402f3c826af02d1aff5b5c60d298f974c4322.zip |
Bump hxt-unicode to 9.0.2
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/hxt-unicode')
-rw-r--r-- | dev-haskell/hxt-unicode/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hxt-unicode/hxt-unicode-9.0.2.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-haskell/hxt-unicode/ChangeLog b/dev-haskell/hxt-unicode/ChangeLog index 3c24f5a9f1b3..00f87955d9e2 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.1 2011/12/04 16:49:29 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.2 2012/06/02 08:48:33 gienah Exp $ + +*hxt-unicode-9.0.2 (02 Jun 2012) + + 02 Jun 2012; Mark Wright <gienah@gentoo.org> +hxt-unicode-9.0.2.ebuild: + Bump hxt-unicode to 9.0.2 *hxt-unicode-9.0.1 (04 Dec 2011) diff --git a/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.ebuild b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.ebuild new file mode 100644 index 000000000000..b5bf5075e565 --- /dev/null +++ b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.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/hxt-unicode/hxt-unicode-9.0.2.ebuild,v 1.1 2012/06/02 08:48:33 gienah Exp $ + +EAPI=4 + +# ebuild generated by hackport 0.2.18.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="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/hxt-charproperties-9*[profile?] + >=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" |