gienah 15/04/04 08:59:55 Modified: ChangeLog Added: hxt-9.3.1.15.ebuild Log: Bump hxt to 9.3.1.15 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.26 dev-haskell/hxt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 23 Dec 2014 08:43:20 -0000 1.25 +++ ChangeLog 4 Apr 2015 08:59:55 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hxt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.25 2014/12/23 08:43:20 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.26 2015/04/04 08:59:55 gienah Exp $ + +*hxt-9.3.1.15 (04 Apr 2015) + + 04 Apr 2015; Mark Wright <gie...@gentoo.org> +hxt-9.3.1.15.ebuild: + Bump hxt to 9.3.1.15 *hxt-9.3.1.10 (23 Dec 2014) 1.1 dev-haskell/hxt/hxt-9.3.1.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/hxt-9.3.1.15.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/hxt-9.3.1.15.ebuild?rev=1.1&content-type=text/plain Index: hxt-9.3.1.15.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-9.3.1.15.ebuild,v 1.1 2015/04/04 08:59:55 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.3 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="A collection of tools for processing XML with Haskell" HOMEPAGE="https://github.com/UweSchmidt/hxt" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+network-uri" RDEPEND=">=dev-haskell/binary-0.5:=[profile?] <dev-haskell/binary-1:=[profile?] >=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-2:=[profile?] >=dev-haskell/hxt-charproperties-9.1:=[profile?] <dev-haskell/hxt-charproperties-10:=[profile?] >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?] <dev-haskell/hxt-regex-xmlschema-10:=[profile?] >=dev-haskell/hxt-unicode-9.0.1:=[profile?] <dev-haskell/hxt-unicode-10:=[profile?] >=dev-haskell/mtl-2.0.1:=[profile?] <dev-haskell/mtl-3:=[profile?] >=dev-haskell/parsec-2.1:=[profile?] <dev-haskell/parsec-4:=[profile?] >=dev-lang/ghc-7.4.1:= network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) !network-uri? ( >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-2.6:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag network-uri network-uri) }