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-ruby/coffee-script | |
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-ruby/coffee-script')
-rw-r--r-- | dev-ruby/coffee-script/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/coffee-script/coffee-script-2.3.0.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/coffee-script/coffee-script-2.4.1.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/coffee-script/metadata.xml | 8 |
6 files changed, 103 insertions, 0 deletions
diff --git a/dev-ruby/coffee-script/Manifest b/dev-ruby/coffee-script/Manifest new file mode 100644 index 000000000000..18f5b4b4fa05 --- /dev/null +++ b/dev-ruby/coffee-script/Manifest @@ -0,0 +1,3 @@ +DIST coffee-script-2.2.0.gem 5120 SHA256 acdd9f907950cfcf2342bc621ac9d11c9b0f34e2be8ab02de7845c673fb96c8c SHA512 5d131a93a6d195da7a0969e5dbc62e4fa14f3b074e2d25228aa7ab4c71ae5d6d211f1ebef1fed76ac57cce1393becab7efd78120e7a4babdc1254dcc330d4359 WHIRLPOOL 73b904d16cc1a61cc7f5d58e526264423b156630bc93bb79f36f0014556e06c97b628e83a79122a12bdfe0fedf467a5a4bc892673bcd39ecfb3a77d9df098c98 +DIST coffee-script-2.3.0.gem 6656 SHA256 6d54ad08a94c4a5b3f7a8d1e0625b412f2d1ac1264243cb046131e2d9c281744 SHA512 ba481e8d01bdae5c65f317e9c65ecee6bba80aa733ffb1d27f226db63d77c41ab6528b20a3b4696e6e1a8658c9028c4b6a6c79fb979f5e0b999b40a1687b8483 WHIRLPOOL be230cb2b1ce468ea05303e38c6ae9779900f601adf38735cd159a29d8783fea1b8903bf2b1f9a9317b575d0930bd11df8bbdedb9d02a8dc4ef966b926159d3c +DIST coffee-script-2.4.1.gem 6656 SHA256 82fe281e11b93c8117b98c5ea8063e71741870f1c4fbb27177d7d6333dd38765 SHA512 5f19e3dd099408c633243d110fb6a3aece7753eed398c6568388b943a4a068fd5c2085f4e5408ebb7ea7eef529154995fe6e8ca4d437d491ec728a876bfd6492 WHIRLPOOL d06ea281c6bee32271cde2602e89568abb0a94f7043a2d4524f49773f2e0d7d917a9cef664de91db8d8851151e685c6b7e4a95584397c58a871869fd11738838 diff --git a/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild b/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild new file mode 100644 index 000000000000..9bec52ea529d --- /dev/null +++ b/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler" +HOMEPAGE="https://github.com/josh/ruby-coffee-script https://github.com/rails/coffee-rails" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm x86 ~x64-macos" + +IUSE="" + +ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs" diff --git a/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild b/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild new file mode 100644 index 000000000000..ea3bc6ec9cf7 --- /dev/null +++ b/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler" +HOMEPAGE="https://github.com/josh/ruby-coffee-script https://github.com/rails/coffee-rails" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + +IUSE="" + +ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs" diff --git a/dev-ruby/coffee-script/coffee-script-2.3.0.ebuild b/dev-ruby/coffee-script/coffee-script-2.3.0.ebuild new file mode 100644 index 000000000000..3358e3c44fe2 --- /dev/null +++ b/dev-ruby/coffee-script/coffee-script-2.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler" +HOMEPAGE="https://github.com/josh/ruby-coffee-script https://github.com/rails/coffee-rails" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + +IUSE="" + +ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs" diff --git a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild new file mode 100644 index 000000000000..6c3ccdbd4dd6 --- /dev/null +++ b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler" +HOMEPAGE="https://github.com/rails/ruby-coffee-script https://github.com/rails/coffee-rails" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + +IUSE="" + +ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs" diff --git a/dev-ruby/coffee-script/metadata.xml b/dev-ruby/coffee-script/metadata.xml new file mode 100644 index 000000000000..f312fb9d28cc --- /dev/null +++ b/dev-ruby/coffee-script/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>ruby</herd> + <upstream> + <remote-id type="github">rails/coffee-rails</remote-id> + </upstream> +</pkgmetadata> |