Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/helium: helium-1.8.1.ebuild ChangeLog
Date: Sat, 01 Aug 2015 11:58:54
Message-Id: 20150801115849.C206CED@oystercatcher.gentoo.org
1 slyfox 15/08/01 11:58:49
2
3 Modified: ChangeLog
4 Added: helium-1.8.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.28 dev-lang/helium/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 5 Jun 2011 11:45:18 -0000 1.27
24 +++ ChangeLog 1 Aug 2015 11:58:49 -0000 1.28
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/helium
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.27 2011/06/05 11:45:18 slyfox Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.28 2015/08/01 11:58:49 slyfox Exp $
31 +
32 +*helium-1.8.1 (01 Aug 2015)
33 +
34 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +helium-1.8.1.ebuild:
35 + Version bump.
36
37 05 Jun 2011; Sergei Trofimovich <slyfox@g.o> -helium-1.2-r1.ebuild,
38 -files/helium-1.2-libraries.patch, -files/helium-1.2-readline.patch,
39 @@ -109,4 +114,3 @@
40 Initial import. Helium is a pure functional programming language that provides
41 a subset of Haskell. It is designed to be simple and easy to learn. The
42 compiler has excellent error messages.
43 -
44
45
46
47 1.1 dev-lang/helium/helium-1.8.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.8.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.8.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: helium-1.8.1.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.8.1.ebuild,v 1.1 2015/08/01 11:58:49 slyfox Exp $
57
58 EAPI=5
59
60 # ebuild generated by hackport 0.4.5.9999
61
62 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
63 inherit haskell-cabal
64
65 DESCRIPTION="The Helium Compiler"
66 HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome"
67 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
68
69 LICENSE="GPL-2"
70 SLOT="0/${PV}"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 RDEPEND=">=dev-haskell/lvmlib-1.1:=[profile?]
75 dev-haskell/mtl:=[profile?]
76 dev-haskell/network:=[profile?]
77 dev-haskell/parsec:=[profile?]
78 >=dev-haskell/top-1.7:=[profile?]
79 dev-haskell/transformers:=[profile?]
80 dev-haskell/wl-pprint:=[profile?]
81 >=dev-lang/ghc-7.4.1:=
82 "
83 DEPEND="${RDEPEND}
84 >=dev-haskell/cabal-1.10.1.0
85 "