gienah 14/07/02 13:47:31 Modified: ChangeLog Added: stream-0.4.7.1-r1.ebuild Log: Bump stream to 0.4.7.1-r1 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.14 dev-haskell/stream/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stream/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stream/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stream/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 19 Nov 2012 12:12:40 -0000 1.13 +++ ChangeLog 2 Jul 2014 13:47:31 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/stream -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v 1.13 2012/11/19 12:12:40 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v 1.14 2014/07/02 13:47:31 gienah Exp $ + +*stream-0.4.7.1-r1 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +stream-0.4.7.1-r1.ebuild: + Bump stream to 0.4.7.1-r1 *stream-0.4.6.1 (19 Nov 2012) 1.1 dev-haskell/stream/stream-0.4.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stream/stream-0.4.7.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stream/stream-0.4.7.1-r1.ebuild?rev=1.1&content-type=text/plain Index: stream-0.4.7.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.4.7.1-r1.ebuild,v 1.1 2014/07/02 13:47:31 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.3.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN="Stream" MY_P="${MY_PN}-${PV}" DESCRIPTION="A library for manipulating infinite lists." HOMEPAGE="http://hackage.haskell.org/package/Stream" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/lazysmallcheck-0.3:=[profile?] >=dev-haskell/quickcheck-2.0:2=[profile?] >=dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6.0.3 " S="${WORKDIR}/${MY_P}"
