summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-03-09 05:15:19 +0000
committerMark Wright <gienah@gentoo.org>2014-03-09 05:15:19 +0000
commitcef56d771ee50e43ca521d366c08096cb660b2a3 (patch)
tree2262d4fcfe36b4051930b4cdff2cca1633372d50 /dev-haskell/libxml-sax
parentBump hjsmin to 0.1.4.5 (diff)
downloadgentoo-2-cef56d771ee50e43ca521d366c08096cb660b2a3.tar.gz
gentoo-2-cef56d771ee50e43ca521d366c08096cb660b2a3.tar.bz2
gentoo-2-cef56d771ee50e43ca521d366c08096cb660b2a3.zip
Bump libxml-sax to 0.7.5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/libxml-sax')
-rw-r--r--dev-haskell/libxml-sax/ChangeLog7
-rw-r--r--dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/libxml-sax/ChangeLog b/dev-haskell/libxml-sax/ChangeLog
index de9df88af6f8..3eac6f398740 100644
--- a/dev-haskell/libxml-sax/ChangeLog
+++ b/dev-haskell/libxml-sax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/libxml-sax
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/ChangeLog,v 1.14 2014/02/02 11:13:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/ChangeLog,v 1.15 2014/03/09 05:15:19 gienah Exp $
+
+*libxml-sax-0.7.5 (09 Mar 2014)
+
+ 09 Mar 2014; Mark Wright <gienah@gentoo.org> +libxml-sax-0.7.5.ebuild:
+ Bump libxml-sax to 0.7.5
02 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libxml-sax-0.7.4.ebuild:
Stable for sparc, wrt bug #488808
diff --git a/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild b/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild
new file mode 100644
index 000000000000..bb11ae8d2ea8
--- /dev/null
+++ b/dev-haskell/libxml-sax/libxml-sax-0.7.5.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/libxml-sax/libxml-sax-0.7.5.ebuild,v 1.1 2014/03/09 05:15:19 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Bindings for the libXML2 SAX interface"
+HOMEPAGE="https://john-millikin.com/software/haskell-libxml/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-0.7:=[profile?]
+ >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ dev-libs/libxml2
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+ virtual/pkgconfig
+"