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, 12 Jun 2018 05:14:04 +0000 (UTC) [thread overview]
Message-ID: <1528779446.52d2418349e9a41ef541440cdd6995260532ea23.graaff@gentoo> (raw)
commit: 52d2418349e9a41ef541440cdd6995260532ea23
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 04:57:26 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 04:57:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d24183
dev-ruby/uglifier: add 4.1.11
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/uglifier/Manifest | 1 +
dev-ruby/uglifier/uglifier-4.1.11.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 6033a59362b..272b88c5ca4 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -1,4 +1,5 @@
DIST uglifier-2.7.2.gem 84480 BLAKE2B a446f21f9b8682ba7ec020d355ec5b6eb573649116fddfe2d4d74849c59f6697065ca2837fb040a91a3f43264a71280660b947b138fd0fe67806f2c18631f498 SHA512 03c8fffbd385db9ee0fa8f422bf571ba99803f810828d536f1b00bc99a21108ac0ed232015d39f1ab88441fef0a3371df10944873fbadae6c8bd2624e3e1a65d
DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B b0263853c882859db8cc04c19e7f7f4bcbcef9d0b4080e414c9e1c86b691307c59d694abb33582485ea432b787f36445a49c39ece298d90806838bc56a4b7360 SHA512 5bc577753c175cddd7b3241f7343b75f593141c3bfa9ffa1325f7ade4a9acaf3b47e711007b5708f7cea1a7e9e768cbc3bc845d9eb362f877fe2fc83c047bb57
DIST uglifier-4.1.10.tar.gz 199064 BLAKE2B e7acc4fc2548798fdd673e2b559a7039c8455854f451d6bc1c45d4cdcde7a9d96205e43e16df10717414eff6829c37a58e36a38081410533408e70d3ac297700 SHA512 4e3cd4e11c0f4eb019aa03231fcc7ea11a63f7598f07b21a0040219ef618972fcecbfed63ed77300ee32f36f95533c443f48d71bf069488392fec99362a180ed
+DIST uglifier-4.1.11.tar.gz 199761 BLAKE2B abbd696fead7dc22d76c3088934b713f3aefc609d5b5f3e0b3b54b68d6c9c832fc695423647c6ca8571142db8864093a533f4d654bb32525f0a7d9e2b04b7665 SHA512 bc4b735ef41093e245022d94448f3c1fc6a4e69fad664372924a8770576bbf6ae776863f8c440eaa356f7917643b8c22321fa0154d9d9507ef84f258311c8114
DIST uglifier-4.1.9.tar.gz 198621 BLAKE2B 3d2534b111e451daca5592559af999185b056fb61efa9ba2e22ef855479fd1ce316a58bbd48138c35c7f5b04813c24235616beb6d6dc0b6b8927a19c6bd8a7b3 SHA512 9daa50017f05a4637e2d3eba08500f2d967211c5155e6672e0e64bce713ccbb68ded04e471bd200336d972931ffd7affe50d2c22c6ae8d09d1cd17b080684f81
diff --git a/dev-ruby/uglifier/uglifier-4.1.11.ebuild b/dev-ruby/uglifier/uglifier-4.1.11.ebuild
new file mode 100644
index 00000000000..b822aa8c1b9
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-4.1.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~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
+}
next reply other threads:[~2018-06-12 5:14 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-12 5:14 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-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-11 5:48 Hans de Graaff
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=1528779446.52d2418349e9a41ef541440cdd6995260532ea23.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