diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-ruby/coffee-script | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-ruby/coffee-script')
| -rw-r--r-- | dev-ruby/coffee-script/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/coffee-script/coffee-script-2.4.1.ebuild | 22 | ||||
| -rw-r--r-- | dev-ruby/coffee-script/metadata.xml | 12 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ruby/coffee-script/Manifest b/dev-ruby/coffee-script/Manifest new file mode 100644 index 000000000000..cb1f3c8c908a --- /dev/null +++ b/dev-ruby/coffee-script/Manifest @@ -0,0 +1 @@ +DIST coffee-script-2.4.1.gem 6656 BLAKE2B d670da7888dfc576f7bc07f1d46e82c954d784ae9fb5c3aa094a9d58a74e4e6b12af5b0ab16940de9c8867871dae425cbcf14f1a36d4753367b28785e8c7a1da SHA512 5f19e3dd099408c633243d110fb6a3aece7753eed398c6568388b943a4a068fd5c2085f4e5408ebb7ea7eef529154995fe6e8ca4d437d491ec728a876bfd6492 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..24aad6c47691 --- /dev/null +++ b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby23 ruby24 ruby25 ruby26 ruby27" + +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 ~arm64 ppc ppc64 x86 ~amd64-linux ~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..f45f8531252f --- /dev/null +++ b/dev-ruby/coffee-script/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">rails/coffee-rails</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
