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: Sun, 29 Sep 2019 09:07:05 +0000 (UTC)	[thread overview]
Message-ID: <1569748012.1bc6a12ddac8096c43d46cde4e4fdb0e3157e11b.graaff@gentoo> (raw)

commit:     1bc6a12ddac8096c43d46cde4e4fdb0e3157e11b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 06:12:10 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 09:06:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc6a12d

dev-ruby/uglifier: add 4.2.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/uglifier/Manifest              |  1 +
 dev-ruby/uglifier/uglifier-4.2.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 7115090dd20..96413eba98c 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -1,2 +1,3 @@
 DIST uglifier-4.1.19.tar.gz 200607 BLAKE2B 8e8031c162bf5d12bcd85638dcdb3da2fa2877a8246a62ab9db7cc33dfc91926076c2c7231ee3f99729e9a34e6d18f6eb296f9d67e81db818a8fd7997210900f SHA512 dce40803daf0101f4d9934e2b100688ce08019ef5660f9851ea5d65743dad071d6af4bc7ee00b65ae4d245602d6a2678c3d90e838f9d7e1935fec46fe0f3c2da
 DIST uglifier-4.1.20.tar.gz 200470 BLAKE2B 64cd5a7dffc0becd66003658db3a0870de6c379755bc3025334c5374061240de1493d877c9c638f7be0438fdef4f58813fe89c77413c4e0a8d489e35b431259e SHA512 9846612e00568b359672f6bce78302839b8b1f9d2bf607338bd299ed7c3c3e948a223903077eea419aed3f0bf47df8024531ddd7ca645df90203ba2d50d99992
+DIST uglifier-4.2.0.tar.gz 201913 BLAKE2B 90390308f116dc82fbf889b603b1ecd118adf9a6f541def408fe3229db02d78f3f7ba790822cc5524870317131260ad7f8c7191a69a9e158a43d9c3822fcc95f SHA512 869194db8fffdb7d243fc5639e0286d73dfa3ca9485efda760a9eb00424e6797f0bf7aa9f6c8f410daac556e01b6a1a1701300bc373eb492ea21d864494f8246

diff --git a/dev-ruby/uglifier/uglifier-4.2.0.ebuild b/dev-ruby/uglifier/uglifier-4.2.0.ebuild
new file mode 100644
index 00000000000..0d8a2324de6
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-4.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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
+}


             reply	other threads:[~2019-09-29  9:07 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-29  9:07 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-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-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=1569748012.1bc6a12ddac8096c43d46cde4e4fdb0e3157e11b.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