diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-09-17 16:58:08 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-09-17 16:58:08 +0000 |
commit | 90ee0cb708c312c6a948afc37f8aaf042a83733f (patch) | |
tree | e23a485d1ea15fd4e6250c0f7f38b52f24866157 /dev-haskell | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-90ee0cb708c312c6a948afc37f8aaf042a83733f.tar.gz gentoo-2-90ee0cb708c312c6a948afc37f8aaf042a83733f.tar.bz2 gentoo-2-90ee0cb708c312c6a948afc37f8aaf042a83733f.zip |
dev-haskell/hslua: 0.3.6.1
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hslua/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hslua/hslua-0.3.6.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/hslua/metadata.xml | 15 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/hslua/ChangeLog b/dev-haskell/hslua/ChangeLog new file mode 100644 index 000000000000..9fe8be28acb0 --- /dev/null +++ b/dev-haskell/hslua/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/hslua +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hslua/ChangeLog,v 1.1 2013/09/17 16:58:08 qnikst Exp $ + +*hslua-0.3.6.1 (17 Sep 2013) + + 17 Sep 2013; Alexander Vershilov <qnikst@gentoo.org> +hslua-0.3.6.1.ebuild, + +metadata.xml: + dev-haskell/hslua: 0.3.6.1 diff --git a/dev-haskell/hslua/hslua-0.3.6.1.ebuild b/dev-haskell/hslua/hslua-0.3.6.1.ebuild new file mode 100644 index 000000000000..2719950bf81c --- /dev/null +++ b/dev-haskell/hslua/hslua-0.3.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hslua/hslua-0.3.6.1.ebuild,v 1.1 2013/09/17 16:58:08 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A Lua language interpreter embedding in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/hslua" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/mtl-2.1:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/hslua/metadata.xml b/dev-haskell/hslua/metadata.xml new file mode 100644 index 000000000000..b9abfde3410a --- /dev/null +++ b/dev-haskell/hslua/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + The Scripting.Lua module is a wrapper of Lua language interpreter + as described in www.lua.org. + + The package is standalone: full Lua interpreter version 5.1.4 + is distributed in this package as well. + </longdescription> +</pkgmetadata> |