slyfox 15/05/01 19:43:24 Modified: ChangeLog Added: tagsoup-0.13.3-r1.ebuild Log: Rename 'tagsoup' binary to 'haskell-tagsoup' to avoid collision with dev-java/tagsoup (bug #547734 by Alexey Kretov). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.11 dev-haskell/tagsoup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 14 Dec 2014 05:55:08 -0000 1.10 +++ ChangeLog 1 May 2015 19:43:24 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/tagsoup -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v 1.10 2014/12/14 05:55:08 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v 1.11 2015/05/01 19:43:24 slyfox Exp $ + +*tagsoup-0.13.3-r1 (01 May 2015) + + 01 May 2015; Sergei Trofimovich <[email protected]> +tagsoup-0.13.3-r1.ebuild: + Rename 'tagsoup' binary to 'haskell-tagsoup' to avoid collision with dev- + java/tagsoup (bug #547734 by Alexey Kretov). *tagsoup-0.13.3 (14 Dec 2014) 1.1 dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild?rev=1.1&content-type=text/plain Index: tagsoup-0.13.3-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild,v 1.1 2015/05/01 19:43:24 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents" HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="download testprog" RDEPEND="dev-haskell/text:=[profile?] >=dev-lang/ghc-7.4.1:= download? ( dev-haskell/network:=[profile?] ) testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 " src_prepare() { cabal_chdeps \ 'executable tagsoup' 'executable haskell-tagsoup' } src_configure() { haskell-cabal_src_configure \ $(cabal_flag download download) \ $(cabal_flag testprog testprog) }
