diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ml/lambda-term | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
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> |