slyfox 15/05/23 16:43:24 Modified: ChangeLog Added: abstract-par-0.3.3-r1.ebuild Removed: abstract-par-0.3.1.ebuild abstract-par-0.3.3.ebuild Log: Drop explicit deepseq depend. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.5 dev-haskell/abstract-par/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 25 Jul 2014 09:16:31 -0000 1.4 +++ ChangeLog 23 May 2015 16:43:24 -0000 1.5 @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/abstract-par -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v 1.4 2014/07/25 09:16:31 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v 1.5 2015/05/23 16:43:24 slyfox Exp $ + +*abstract-par-0.3.3-r1 (23 May 2015) + + 23 May 2015; Sergei Trofimovich <[email protected]> + +abstract-par-0.3.3-r1.ebuild, -abstract-par-0.3.1.ebuild, + -abstract-par-0.3.3.ebuild: + Drop explicit deepseq depend. 25 Jul 2014; Sergei Trofimovich <[email protected]> abstract-par-0.3.1.ebuild, abstract-par-0.3.3.ebuild: 1.1 dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild?rev=1.1&content-type=text/plain Index: abstract-par-0.3.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/abstract-par/abstract-par-0.3.3-r1.ebuild,v 1.1 2015/05/23 16:43:24 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library" HOMEPAGE="https://github.com/simonmar/monad-par" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 "
