slyfox 15/08/01 11:58:49 Modified: ChangeLog Added: helium-1.8.1.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.28 dev-lang/helium/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 5 Jun 2011 11:45:18 -0000 1.27 +++ ChangeLog 1 Aug 2015 11:58:49 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/helium -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.27 2011/06/05 11:45:18 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.28 2015/08/01 11:58:49 slyfox Exp $ + +*helium-1.8.1 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <[email protected]> +helium-1.8.1.ebuild: + Version bump. 05 Jun 2011; Sergei Trofimovich <[email protected]> -helium-1.2-r1.ebuild, -files/helium-1.2-libraries.patch, -files/helium-1.2-readline.patch, @@ -109,4 +114,3 @@ Initial import. Helium is a pure functional programming language that provides a subset of Haskell. It is designed to be simple and easy to learn. The compiler has excellent error messages. - 1.1 dev-lang/helium/helium-1.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.8.1.ebuild?rev=1.1&content-type=text/plain Index: helium-1.8.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.8.1.ebuild,v 1.1 2015/08/01 11:58:49 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="The Helium Compiler" HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/lvmlib-1.1:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/network:=[profile?] dev-haskell/parsec:=[profile?] >=dev-haskell/top-1.7:=[profile?] dev-haskell/transformers:=[profile?] dev-haskell/wl-pprint:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10.1.0 "
