diff options
Diffstat (limited to 'dev-ml/lambda-term')
-rw-r--r-- | dev-ml/lambda-term/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/lambda-term/lambda-term-1.8.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/lambda-term/lambda-term-1.9.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/lambda-term/metadata.xml | 8 |
4 files changed, 66 insertions, 0 deletions
diff --git a/dev-ml/lambda-term/Manifest b/dev-ml/lambda-term/Manifest new file mode 100644 index 000000000000..f51e59a78526 --- /dev/null +++ b/dev-ml/lambda-term/Manifest @@ -0,0 +1,2 @@ +DIST lambda-term-1.8.tar.gz 156911 SHA256 ec5d2e29263444e0922dd559860d13f977cf4c391c5cf959826b158c480fc143 SHA512 6130cfc66c450788c6acdbb35ecabc12b2934999afd0fa33b93e047f8023a4ece35d6c95ff3f2b10e2bd531f610362f05e0bb04fb3bacea93cf51f03dd28a9fd WHIRLPOOL b18aacc698f3e9bcd095d56bbbf41521ac02ae0ded37b39c487015c6cd9f33f844bd352c37be677c13705076abc57428ce32d2463cadbf2e60ca325418deae62 +DIST lambda-term-1.9.tar.gz 157782 SHA256 d21bd941cfaa98e5c08343fcb4c50fdb6e34600d8bff217c3356a4652e53f506 SHA512 f36aeac2693796c8e6058e13655b459523e2ce4e4fbd6662a2b135b65850421021b5ae3d7f370d64037e66fe8c8efe7d3ad953c280f200dbcb9ff75b6a6ca72a WHIRLPOOL 1850c99953c465ed2a3fa9d6d0bf9cb3c45aa16aa5a54cb00037cec3ef9395cde0e7aa367eb8e2987ad37f749c8e11033bb8ebbada02ccf903b52886998f0a3b diff --git a/dev-ml/lambda-term/lambda-term-1.8.ebuild b/dev-ml/lambda-term/lambda-term-1.8.ebuild new file mode 100644 index 000000000000..854da8d0c1d9 --- /dev/null +++ b/dev-ml/lambda-term/lambda-term-1.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="A cross-platform library for manipulating the terminal" +HOMEPAGE="https://github.com/diml/lambda-term" +SRC_URI="https://github.com/diml/lambda-term/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-ml/lwt-2.4.0:=[react] + >=dev-ml/zed-1.2:= + >=dev-ml/camomile-0.8:= + dev-ml/react:= +" +RDEPEND="${DEPEND}" + +DOCS=( "CHANGES.md" "README.md" ) diff --git a/dev-ml/lambda-term/lambda-term-1.9.ebuild b/dev-ml/lambda-term/lambda-term-1.9.ebuild new file mode 100644 index 000000000000..854da8d0c1d9 --- /dev/null +++ b/dev-ml/lambda-term/lambda-term-1.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="A cross-platform library for manipulating the terminal" +HOMEPAGE="https://github.com/diml/lambda-term" +SRC_URI="https://github.com/diml/lambda-term/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-ml/lwt-2.4.0:=[react] + >=dev-ml/zed-1.2:= + >=dev-ml/camomile-0.8:= + dev-ml/react:= +" +RDEPEND="${DEPEND}" + +DOCS=( "CHANGES.md" "README.md" ) diff --git a/dev-ml/lambda-term/metadata.xml b/dev-ml/lambda-term/metadata.xml new file mode 100644 index 000000000000..f2d915542cad --- /dev/null +++ b/dev-ml/lambda-term/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <upstream> + <remote-id type="github">diml/lambda-term</remote-id> + </upstream> +</pkgmetadata> |