gienah 15/04/04 09:57:38 Modified: ChangeLog Added: haxml-1.25.3.ebuild Log: Bump haxml to 1.25.3 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.40 dev-haskell/haxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 14 Dec 2014 09:00:46 -0000 1.39 +++ ChangeLog 4 Apr 2015 09:57:38 -0000 1.40 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/haxml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.39 2014/12/14 09:00:46 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.40 2015/04/04 09:57:38 gienah Exp $ + +*haxml-1.25.3 (04 Apr 2015) + + 04 Apr 2015; Mark Wright <[email protected]> +haxml-1.25.3.ebuild: + Bump haxml to 1.25.3 *haxml-1.25 (14 Dec 2014) 1.1 dev-haskell/haxml/haxml-1.25.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/haxml-1.25.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/haxml-1.25.3.ebuild?rev=1.1&content-type=text/plain Index: haxml-1.25.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.25.3.ebuild,v 1.1 2015/04/04 09:57:38 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.3 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN="HaXml" MY_P="${MY_PN}-${PV}" DESCRIPTION="Utilities for manipulating XML documents" HOMEPAGE="http://projects.haskell.org/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.10:=[profile?] dev-haskell/random:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 " S="${WORKDIR}/${MY_P}"
