diff options
author | 2014-12-13 14:45:20 +0000 | |
---|---|---|
committer | 2014-12-13 14:45:20 +0000 | |
commit | a0b52008217a62a4daf58999748a4b47ab2ec378 (patch) | |
tree | 11e5e6e0a51495ecf16e9c7c30d9c57421b9df6d /dev-haskell/hxt-charproperties | |
parent | Bump hspec-meta to 2.0.0 (diff) | |
download | gentoo-2-a0b52008217a62a4daf58999748a4b47ab2ec378.tar.gz gentoo-2-a0b52008217a62a4daf58999748a4b47ab2ec378.tar.bz2 gentoo-2-a0b52008217a62a4daf58999748a4b47ab2ec378.zip |
Bump hxt-charproperties to 9.2.0.0
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hxt-charproperties')
-rw-r--r-- | dev-haskell/hxt-charproperties/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.0.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/hxt-charproperties/ChangeLog b/dev-haskell/hxt-charproperties/ChangeLog index 4ab391035b83..0d24a2856e7c 100644 --- a/dev-haskell/hxt-charproperties/ChangeLog +++ b/dev-haskell/hxt-charproperties/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/hxt-charproperties # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.9 2014/07/25 08:58:50 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.10 2014/12/13 14:45:20 gienah Exp $ + +*hxt-charproperties-9.2.0.0 (13 Dec 2014) + + 13 Dec 2014; Mark Wright <gienah@gentoo.org> + +hxt-charproperties-9.2.0.0.ebuild: + Bump hxt-charproperties to 9.2.0.0 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.0.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.0.ebuild new file mode 100644 index 000000000000..a964e84a1f4b --- /dev/null +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 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.2.0.0.ebuild,v 1.1 2014/12/13 14:45:20 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Character properties and classes for XML and Unicode" +HOMEPAGE="https://github.com/UweSchmidt/hxt" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.4 +" |