diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-02 08:46:56 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-02 08:46:56 +0000 |
commit | d4b998bd8bc89291db7605bed6277b6c7fbb683c (patch) | |
tree | 932d8eab94262723e459a619d22cb9ad31743354 /dev-haskell | |
parent | Bump hxt to 9.2.2 (diff) | |
download | gentoo-2-d4b998bd8bc89291db7605bed6277b6c7fbb683c.tar.gz gentoo-2-d4b998bd8bc89291db7605bed6277b6c7fbb683c.tar.bz2 gentoo-2-d4b998bd8bc89291db7605bed6277b6c7fbb683c.zip |
Bump hxt-charproperties to 9.1.1
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hxt-charproperties/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-haskell/hxt-charproperties/ChangeLog b/dev-haskell/hxt-charproperties/ChangeLog index b12876cbb68a..c32cdb1be056 100644 --- a/dev-haskell/hxt-charproperties/ChangeLog +++ b/dev-haskell/hxt-charproperties/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hxt-charproperties -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.1 2011/12/04 16:45:26 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.2 2012/06/02 08:46:56 gienah Exp $ + +*hxt-charproperties-9.1.1 (02 Jun 2012) + + 02 Jun 2012; Mark Wright <gienah@gentoo.org> +hxt-charproperties-9.1.1.ebuild: + Bump hxt-charproperties to 9.1.1 *hxt-charproperties-9.1.0 (04 Dec 2011) diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild new file mode 100644 index 000000000000..20a01723642a --- /dev/null +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild,v 1.1 2012/06/02 08:46:56 gienah Exp $ + +EAPI=4 + +# ebuild generated by hackport 0.2.18.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Character properties and classes for XML and Unicode" +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-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" |