summaryrefslogtreecommitdiff
path: root/dev-ruby/coffee-script
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/coffee-script')
-rw-r--r--dev-ruby/coffee-script/Manifest3
-rw-r--r--dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild23
-rw-r--r--dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild23
-rw-r--r--dev-ruby/coffee-script/coffee-script-2.3.0.ebuild23
-rw-r--r--dev-ruby/coffee-script/coffee-script-2.4.1.ebuild23
-rw-r--r--dev-ruby/coffee-script/metadata.xml8
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>