gienah 14/03/09 05:15:20 Modified: ChangeLog Added: libxml-sax-0.7.5.ebuild Log: Bump libxml-sax to 0.7.5 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.15 dev-haskell/libxml-sax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 2 Feb 2014 11:13:54 -0000 1.14 +++ ChangeLog 9 Mar 2014 05:15:19 -0000 1.15 @@ -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 <gie...@gentoo.org> +libxml-sax-0.7.5.ebuild: + Bump libxml-sax to 0.7.5 02 Feb 2014; Agostino Sarubbo <a...@gentoo.org> libxml-sax-0.7.4.ebuild: Stable for sparc, wrt bug #488808 1.1 dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild?rev=1.1&content-type=text/plain Index: libxml-sax-0.7.5.ebuild =================================================================== # 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 "