diff options
author | Mark Wright <gienah@gentoo.org> | 2013-09-13 10:18:11 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-09-13 10:18:11 +0000 |
commit | b95e1fd6b7cb01e0336792ce323a5b94e457afe2 (patch) | |
tree | 0b6396bea2bc9d32086f2251f756e1039cfd3014 /dev-haskell | |
parent | Bump vault to 0.3.0.2 (diff) | |
download | gentoo-2-b95e1fd6b7cb01e0336792ce323a5b94e457afe2.tar.gz gentoo-2-b95e1fd6b7cb01e0336792ce323a5b94e457afe2.tar.bz2 gentoo-2-b95e1fd6b7cb01e0336792ce323a5b94e457afe2.zip |
Bump hxt-charproperties to 9.1.1.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-charproperties/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-haskell/hxt-charproperties/ChangeLog b/dev-haskell/hxt-charproperties/ChangeLog index 88155b2512b9..263b5ac1de46 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.5 2013/06/25 15:02:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.6 2013/09/13 10:18:11 gienah Exp $ + +*hxt-charproperties-9.1.1.1 (13 Sep 2013) + + 13 Sep 2013; Mark Wright <gienah@gentoo.org> + +hxt-charproperties-9.1.1.1.ebuild: + Bump hxt-charproperties to 9.1.1.1 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hxt-charproperties-9.1.1.ebuild: diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild new file mode 100644 index 000000000000..9edffecf2d96 --- /dev/null +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 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.1.ebuild,v 1.1 2013/09/13 10:18:11 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.4" |