summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-01 11:58:49 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-01 11:58:49 +0000
commit5070ef9a13d9c056704ed92c4aa8ef01d291c0b9 (patch)
treeeeccd8a2217039adc128cc4d9448cdb113739e95 /dev-lang
parentThe Lazy Virtual Machine (LVM), a depend for new dev-lang/helium-1.8.1. (diff)
downloadgentoo-2-5070ef9a13d9c056704ed92c4aa8ef01d291c0b9.tar.gz
gentoo-2-5070ef9a13d9c056704ed92c4aa8ef01d291c0b9.tar.bz2
gentoo-2-5070ef9a13d9c056704ed92c4aa8ef01d291c0b9.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/helium/ChangeLog10
-rw-r--r--dev-lang/helium/helium-1.8.1.ebuild32
2 files changed, 39 insertions, 3 deletions
diff --git a/dev-lang/helium/ChangeLog b/dev-lang/helium/ChangeLog
index b75a239dd17e..1f320e412687 100644
--- a/dev-lang/helium/ChangeLog
+++ b/dev-lang/helium/ChangeLog
@@ -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 <slyfox@gentoo.org> +helium-1.8.1.ebuild:
+ Version bump.
05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -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.
-
diff --git a/dev-lang/helium/helium-1.8.1.ebuild b/dev-lang/helium/helium-1.8.1.ebuild
new file mode 100644
index 000000000000..76c3f0e0e5c2
--- /dev/null
+++ b/dev-lang/helium/helium-1.8.1.ebuild
@@ -0,0 +1,32 @@
+# 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
+"