public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uglifier/
Date: Tue, 11 Apr 2017 05:48:45 +0000 (UTC)	[thread overview]
Message-ID: <1491888209.663dea4d384cdda7f2e48f61d9bc386ce422d49d.graaff@gentoo> (raw)

commit:     663dea4d384cdda7f2e48f61d9bc386ce422d49d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 05:23:29 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 05:23:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663dea4d

dev-ruby/uglifier: add 3.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/uglifier/Manifest              |  1 +
 dev-ruby/uglifier/uglifier-3.2.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index e78b98de737..48123c67807 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -6,3 +6,4 @@ DIST uglifier-3.1.3.tar.gz 99621 SHA256 264d63ebec4887ac4112b8128f32ef961ebe3f3a
 DIST uglifier-3.1.6.tar.gz 100853 SHA256 5cec8a824d94f156f86f5aa1e18d4500909faae97b033a7f71c580f71bdac3e3 SHA512 ef84b95ce22ec8d69f789ef6119c17f1c99374f5055c1234b6fcff0af8822cd265221f23cccf2a3f202f20179d1d33b06c2bb634af465c6093174073767b69b4 WHIRLPOOL 93202195f85c33f2560aeefab869c77232a316ab795f037f5dbc02fc8e215b270ea4d1d5776fb039ad94bb04245356a8ccbcd9991c4f4fa4c637287e677306ff
 DIST uglifier-3.1.7.tar.gz 100911 SHA256 25f47612af6d03ae39ea81dd941bbfbd475226c1322bdbf427fe4221dac57b54 SHA512 62b46e1031c265a00653301eba4527435161bf867cd21e2212060ca8c429c3d7bcb0108137927ba28514e9492d7533f4e00a9e1990c400faca1a9a47e45ddac1 WHIRLPOOL 5e77006cb27a9949dabefb697b7f6c7d6f9193db0681ffdbe7146abad29f6c1fb2872c935dbc97d1c3081b8450bd38ac66fe8d17b3af4662d78078327831f933
 DIST uglifier-3.1.9.tar.gz 100907 SHA256 3a73733de5cff0ce72b22f6d874c0633b804967ebaf660b27846d530238dd157 SHA512 9bb7cc8aabd7d77c76e8b6f2ce148a5ebf9fb0cf0700d31daedb0098fa239ce71b1d6c105ee67018d25b5e6497dcaf30914165281f674d0eb99bc4f0f1eea935 WHIRLPOOL dede93bac0fe84851cd8592eda465d75617b4f92d8d6746e0b2264d42f3160704ad294d51eb1d7b13740ba29604327acc417fe08d3a3f65b9fb130d003a3cdcb
+DIST uglifier-3.2.0.tar.gz 169273 SHA256 bc6a6197cf0a38e7f3426e87d1a09419a9e4e0b2d352b06d0a0156071637caa1 SHA512 5bc577753c175cddd7b3241f7343b75f593141c3bfa9ffa1325f7ade4a9acaf3b47e711007b5708f7cea1a7e9e768cbc3bc845d9eb362f877fe2fc83c047bb57 WHIRLPOOL 334b853e6846f615e9d29d4df7c31cabddddc870e72ec372017a83f619b2c0751b7522acbc1d5972e6236e308fe90c4e25a5c731c199c54ac642558a44b6cded

diff --git a/dev-ruby/uglifier/uglifier-3.2.0.ebuild b/dev-ruby/uglifier/uglifier-3.2.0.ebuild
new file mode 100644
index 00000000000..b23fff6c2bd
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-3.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier"
+SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
+
+all_ruby_prepare() {
+	sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}


             reply	other threads:[~2017-04-11  5:48 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-11  5:48 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23  5:37 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uglifier/ Hans de Graaff
2023-12-31  8:21 Hans de Graaff
2023-04-07 18:25 Sam James
2023-04-01 23:19 Sam James
2022-06-25  6:07 Hans de Graaff
2022-06-13  8:06 Yixun Lan
2022-04-17  6:57 Hans de Graaff
2022-03-26 14:30 Hans de Graaff
2020-07-22 13:44 Hans de Graaff
2020-06-02  4:49 Hans de Graaff
2019-11-03  9:28 Hans de Graaff
2019-09-29  9:07 Hans de Graaff
2019-05-13 16:44 Mikle Kolyada
2019-05-05  6:32 Hans de Graaff
2018-11-22  6:17 Hans de Graaff
2018-11-22  6:17 Hans de Graaff
2018-09-17  6:14 Hans de Graaff
2018-08-19  5:09 Hans de Graaff
2018-08-19  5:09 Hans de Graaff
2018-08-09  5:18 Hans de Graaff
2018-07-28  4:47 Hans de Graaff
2018-07-16  6:19 Hans de Graaff
2018-07-04 20:56 Hans de Graaff
2018-07-03  4:24 Hans de Graaff
2018-06-21  4:42 Hans de Graaff
2018-06-12  5:14 Hans de Graaff
2018-06-02  6:01 Hans de Graaff
2018-04-22  4:30 Hans de Graaff
2018-04-13  6:20 Hans de Graaff
2018-03-25 17:58 Sergei Trofimovich
2018-03-23  5:47 Hans de Graaff
2018-03-23  5:47 Hans de Graaff
2018-03-18 12:57 Sergei Trofimovich
2018-02-16  7:34 Hans de Graaff
2018-02-16  7:34 Hans de Graaff
2018-01-29  6:30 Hans de Graaff
2018-01-22  6:44 Hans de Graaff
2018-01-22  6:44 Hans de Graaff
2018-01-08 23:57 Thomas Deutschmann
2018-01-05  6:50 Hans de Graaff
2017-12-29  5:18 Hans de Graaff
2017-12-11  6:24 Hans de Graaff
2017-12-04  6:07 Hans de Graaff
2017-12-03  6:42 Hans de Graaff
2017-12-03  6:42 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-04-03  5:09 Hans de Graaff
2017-03-21 16:55 Hans de Graaff
2017-03-16  5:55 Hans de Graaff
2017-03-11  7:21 Hans de Graaff
2017-03-05  7:20 Hans de Graaff
2017-03-01  6:05 Hans de Graaff
2017-03-01  6:05 Hans de Graaff
2016-12-04  6:52 Hans de Graaff
2016-11-09  0:41 Manuel Rüger
2016-10-26  5:32 Hans de Graaff
2016-10-26  5:32 Hans de Graaff
2016-08-21  6:02 Hans de Graaff
2016-07-30  5:23 Hans de Graaff
2016-05-21  7:59 Markus Meier
2016-05-18  8:45 Fabian Groffen
2016-05-13  5:18 Hans de Graaff
2016-03-28 21:48 Manuel Rüger
2016-03-07  2:49 Manuel Rüger
2015-08-27  6:00 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491888209.663dea4d384cdda7f2e48f61d9bc386ce422d49d.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox