forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ruby/coffee-script-source: add 1.12.2
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST coffee-script-source-1.10.0.gem 58880 SHA256 e0e341d3717e0bc72c9e0d7113bed29ee8449723493ac8de5d83ce9cd3788ecc SHA512 09b8a25f185feac94e6d0226accdaf2bee207995a46ede77b6daa581afce7b5c2fc87acc4660d8467fae881d15b2c78c64bc5f1084b68a51ac287efe09a3b053 WHIRLPOOL 6783c1656a67af168c198856cdf85b4fbb518e7af3f25bab2623b00258ef465d97cdfd18f1fe1dfd5156e791fadd0caed1a63ecd30ce2f01dca1b6fa7b436dd6 | ||
DIST coffee-script-source-1.11.1.gem 64000 SHA256 096ee2a4c29e286077292da31675199cd7a0e9e308319e86410e01f42984da75 SHA512 5b1512682e261b71b44a73ce0606f1619810c55410fcc98fe5fd892f78afc6fddd90881ef3263c8c102864e7d80ddbfee9a85512f452da792ef0a4161dff6db4 WHIRLPOOL 435c49fb8935352b65eb1437aabb4a7d7929106cb40445200ed98fb87224ab6927f0c1c3238cdb159f57cb3f883024800ccdaec41770c142fc0238b79f64e0da | ||
DIST coffee-script-source-1.12.2.gem 65024 SHA256 e12b16fd8927fbbf8b87cb2e9a85a6cf457c6881cc7ff8b1af15b31f70da07a4 SHA512 f20dfc576202e5100f297e28481ac4e61776fd6684600ce5949b5deb26bfbacd74ae183462fc3cdaa81f95eb95729cd520b72841f70b6b4b133b1eea08ed6fcb WHIRLPOOL 069e5dd89a63482a0a338a150056ece984c9dce050fe7da5eaf469a7233ff94b75f24e78ce536836743ee4ffefa066b4e996a6d851aa95879176ca709deda332 | ||
DIST coffee-script-source-1.9.3.gem 58880 SHA256 d2e34f9541e1bb57131dc64881b7bdc0835706216f06a13f6b3a73e4da0ced45 SHA512 099a656499b72bd532d5c6d365f168f82dfdec91c79edb385ed939f9d78055926846c1a03084b41aa1e789f5b32873d5d86e8079bc081acb61654996371c829b WHIRLPOOL 89df9e62d02ca8a275618deb8852a019e600bccdae278565f01cd467269715b64a9b8aae6fa949ca65997c902aa3b6381d13d2c17a5a1f3f6e7d1a2f0354cac3 |
20 changes: 20 additions & 0 deletions
20
dev-ruby/coffee-script-source/coffee-script-source-1.12.2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
USE_RUBY="ruby20 ruby21 ruby22 ruby23" | ||
|
||
RUBY_FAKEGEM_TASK_TEST="" | ||
RUBY_FAKEGEM_TASK_DOC="" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler" | ||
HOMEPAGE="http://coffeescript.org/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x86-solaris" | ||
|
||
IUSE="" |