diff options
author | Mark Wright <gienah@gentoo.org> | 2014-03-09 05:13:46 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-03-09 05:13:46 +0000 |
commit | 6e84a69d14d01022ee8911558f00fdca34dc8491 (patch) | |
tree | 4de350dce70c7b66d6660d9c97f071d0c9672d1a | |
parent | Bump gnuidn to 0.2.1 (diff) | |
download | gentoo-2-6e84a69d14d01022ee8911558f00fdca34dc8491.tar.gz gentoo-2-6e84a69d14d01022ee8911558f00fdca34dc8491.tar.bz2 gentoo-2-6e84a69d14d01022ee8911558f00fdca34dc8491.zip |
Bump hexpat to 0.20.6
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r-- | dev-haskell/hexpat/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hexpat/hexpat-0.20.6.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/hexpat/ChangeLog b/dev-haskell/hexpat/ChangeLog index 999b7a471749..086dc12f1061 100644 --- a/dev-haskell/hexpat/ChangeLog +++ b/dev-haskell/hexpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hexpat -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/ChangeLog,v 1.2 2013/03/17 16:07:41 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/ChangeLog,v 1.3 2014/03/09 05:13:46 gienah Exp $ + +*hexpat-0.20.6 (09 Mar 2014) + + 09 Mar 2014; Mark Wright <gienah@gentoo.org> +hexpat-0.20.6.ebuild: + Bump hexpat to 0.20.6 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/dev-haskell/hexpat/hexpat-0.20.6.ebuild b/dev-haskell/hexpat/hexpat-0.20.6.ebuild new file mode 100644 index 000000000000..2a26a38de39a --- /dev/null +++ b/dev-haskell/hexpat/hexpat-0.20.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.6.ebuild,v 1.1 2014/03/09 05:13:46 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="XML parser/formatter based on expat" +HOMEPAGE="http://haskell.org/haskellwiki/Hexpat/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/list-0.4.2:=[profile?] <dev-haskell/list-0.6:=[profile?] + >=dev-haskell/text-0.5.0.0:=[profile?] <dev-haskell/text-1.2.0.0:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |