summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-05-25 10:56:47 +0000
committerMark Wright <gienah@gentoo.org>2013-05-25 10:56:47 +0000
commit5d510dd65d8b9f11ec850e48478d7c3a089c3913 (patch)
treefc3d077b1c5f63055061d1a7691679139ef6a08d /dev-haskell/haxml
parentBump polyparse to 1.9 (diff)
downloadgentoo-2-5d510dd65d8b9f11ec850e48478d7c3a089c3913.tar.gz
gentoo-2-5d510dd65d8b9f11ec850e48478d7c3a089c3913.tar.bz2
gentoo-2-5d510dd65d8b9f11ec850e48478d7c3a089c3913.zip
Bump haxml to 1.24
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r--dev-haskell/haxml/ChangeLog9
-rw-r--r--dev-haskell/haxml/haxml-1.24.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog
index 0d6a89669d90..4bff0d41cd01 100644
--- a/dev-haskell/haxml/ChangeLog
+++ b/dev-haskell/haxml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/haxml
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.33 2012/11/18 12:35:04 gienah Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.34 2013/05/25 10:56:47 gienah Exp $
+
+*haxml-1.24 (25 May 2013)
+
+ 25 May 2013; Mark Wright <gienah@gentoo.org> +haxml-1.24.ebuild:
+ Bump haxml to 1.24
*haxml-1.23.3 (18 Nov 2012)
diff --git a/dev-haskell/haxml/haxml-1.24.ebuild b/dev-haskell/haxml/haxml-1.24.ebuild
new file mode 100644
index 000000000000..38cbdccd17d5
--- /dev/null
+++ b/dev-haskell/haxml/haxml-1.24.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.24.ebuild,v 1.1 2013/05/25 10:56:47 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit base haskell-cabal
+
+MY_PN="HaXml"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Utilities for manipulating XML documents"
+HOMEPAGE="http://www.cs.york.ac.uk/fp/HaXml/"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?]
+ dev-haskell/random:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=("${FILESDIR}/${PN}-1.23.3-haddock.patch")