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: Fri, 29 Dec 2017 05:18:59 +0000 (UTC) [thread overview]
Message-ID: <1514524540.ff79aafc15cd44988899885d60f36da3d68275ee.graaff@gentoo> (raw)
commit: ff79aafc15cd44988899885d60f36da3d68275ee
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 05:15:40 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 05:15:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff79aafc
dev-ruby/uglifier: add 4.1.0
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-ruby/uglifier/Manifest | 1 +
dev-ruby/uglifier/uglifier-4.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 8a0154a1632..9ae011330d7 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -3,3 +3,4 @@ DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B b0263853c882859db8cc04c19e7f7f4bcbcef9
DIST uglifier-4.0.0.tar.gz 183935 BLAKE2B 355081d2aebcd6e40081564397b7ae121922d33ead6942f15fc92b9743c575756513a1125810900edcc9a327ff3011e64e539d1bbadb02a06db5a5099dadf0d5 SHA512 b4bd78ea20ed3eefa9bb8d2645da9d3a1898c2715084c47ad8f3d5d0bbeae68ac84f59a449a68dee9c9eda158a2c3e8bff23507d06fc489f00ba53057911bcd1
DIST uglifier-4.0.1.tar.gz 184457 BLAKE2B bc922057d42868f56d3755f51b9bc39460369ee32d76b97222ef3fb05dbf0c84752236a545ffe9fcd17c1a529a429b9591bcf7d4623255e85cc9ebeb693dd595 SHA512 966a7a5c0c15146feba8633f247b9ec5d7a895c8e2a993b784836c13f3d88077e4ba701c1809588463da78d894508cb35e4d958b86c4801782f9449a93963d05
DIST uglifier-4.0.2.tar.gz 184915 BLAKE2B eaac0fae612f357a51332db420e31d568b120dfe199d4f838db92082af888085123f322c4666d9c7d350ef3a51dc2d09ef78d11887771e8c414c9211688f6bfa SHA512 77795a2b20ac6e5fc1c12cb95f868062e040988e1efc9cd7c13cd093f0ad5447fd09b1d88d5c1c53d69c9ea4e9fa22c9331df53421af5ecd3010138e91a9a87b
+DIST uglifier-4.1.0.tar.gz 189074 BLAKE2B b18e2661a1e87eaf2436d9ed89aebb05b164523bf478a3f0b5ec2587100621fa75eac38f0ac2ab724a10add7aff2a96947c32babdd246d0583f757682d704375 SHA512 46191a961471db2f515e28229e6febe3a1e448730eece965307e6993b3b0282e69ba1c6cb8cc232897b4e29eeaea4b2981af4cafa2d1afc384ad39a049c26f60
diff --git a/dev-ruby/uglifier/uglifier-4.1.0.ebuild b/dev-ruby/uglifier/uglifier-4.1.0.ebuild
new file mode 100644
index 00000000000..40301044c9e
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-4.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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 ~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:[~2017-12-29 5:19 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-29 5:18 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-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=1514524540.ff79aafc15cd44988899885d60f36da3d68275ee.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