summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-14 11:29:19 +0000
committerMark Wright <gienah@gentoo.org>2014-12-14 11:29:19 +0000
commit0f01f94a9227887d0aea1201f4130eea54596ae9 (patch)
treef7a7ee4c2e337f56d6c2daab34919f70470c551c /dev-haskell/hexpat
parentBump stringbuilder to 0.5.0 (diff)
downloadgentoo-2-0f01f94a9227887d0aea1201f4130eea54596ae9.tar.gz
gentoo-2-0f01f94a9227887d0aea1201f4130eea54596ae9.tar.bz2
gentoo-2-0f01f94a9227887d0aea1201f4130eea54596ae9.zip
Bump hexpat to 0.20.7
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hexpat')
-rw-r--r--dev-haskell/hexpat/ChangeLog7
-rw-r--r--dev-haskell/hexpat/hexpat-0.20.7.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/hexpat/ChangeLog b/dev-haskell/hexpat/ChangeLog
index 086dc12f1061..d0b1cc0014bb 100644
--- a/dev-haskell/hexpat/ChangeLog
+++ b/dev-haskell/hexpat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hexpat
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/ChangeLog,v 1.4 2014/12/14 11:29:19 gienah Exp $
+
+*hexpat-0.20.7 (14 Dec 2014)
+
+ 14 Dec 2014; Mark Wright <gienah@gentoo.org> +hexpat-0.20.7.ebuild:
+ Bump hexpat to 0.20.7
*hexpat-0.20.6 (09 Mar 2014)
diff --git a/dev-haskell/hexpat/hexpat-0.20.7.ebuild b/dev-haskell/hexpat/hexpat-0.20.7.ebuild
new file mode 100644
index 000000000000..06ff5a2aac22
--- /dev/null
+++ b/dev-haskell/hexpat/hexpat-0.20.7.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.7.ebuild,v 1.1 2014/12/14 11:29:19 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.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.3.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
+"