From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uglifyjs/
Date: Wed, 21 Sep 2022 20:52:07 +0000 (UTC) [thread overview]
Message-ID: <1663793478.c406621761a09e9cd7aa33fa3d2cd19dc96b045e.chewi@gentoo> (raw)
commit: c406621761a09e9cd7aa33fa3d2cd19dc96b045e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 20:51:18 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 20:51:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4066217
dev-util/uglifyjs: Version bump to 3.17.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-util/uglifyjs/Manifest | 1 +
dev-util/uglifyjs/uglifyjs-3.17.1.ebuild | 40 ++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-util/uglifyjs/Manifest b/dev-util/uglifyjs/Manifest
index 3f17193adc61..396ce6edc87b 100644
--- a/dev-util/uglifyjs/Manifest
+++ b/dev-util/uglifyjs/Manifest
@@ -1,3 +1,4 @@
DIST uglifyjs-3.16.1.tar.gz 519333 BLAKE2B 6e4978aa776256be575ea91fd6cd584fe8885886300db1b77cc889af5112615175cd40d527ac6356d653e60ab3ed404670355f80e0391da538313b494bb1104b SHA512 e0ef3e2b82cb6f211120b1d66132b5b5b13bc48dd946d7e7bbeddd1bee16330c9a3541d07f51b6eddf9036b0e520a527849ddc3cf6de467331b42f1fba37e66e
DIST uglifyjs-3.16.3.tar.gz 527549 BLAKE2B 9fa89b62d2b38a543c07d5e02c8e07228eadbf1d577e96491961af1e5bbead5e8268536cf3e2c64b5a6274d7badb22ea926b87e9faddc9ed8b1d83642b69267d SHA512 173eacc7914fd4dba2671018760f0c1fb7c9d695c199003b80cdaa6ef8bda303efe647c0abbc3a7a95156512a6d2b99058340cc70a124758683d5c3829fed3bc
DIST uglifyjs-3.17.0.tar.gz 531823 BLAKE2B 5163b392a22431a5f622fccfbb2eaa005eb4c42650446bc55c94ddf564b4c629ecad4a62ed6499f7aaab2ebe05b08ab0de7b56a18db74cb284497ea661edcace SHA512 0af47bfa5f10432edb8eb5245ef194ce73db49e3e35db094c8faa8cb7a22bf89e5b9b8933b2f23113a02537f61e4e3dd3a4eeb22bf65602ee50ff78cf28bfdf9
+DIST uglifyjs-3.17.1.tar.gz 535821 BLAKE2B 43a09eff7073b00d45aef714c22bfd291dba22a0074c16d04bbd06a51bd99b480e5d8d8ac3afd187a65f895fcda2af855cd338dabeaf4cee0b8c048307fcf6c2 SHA512 87ae4b99acbdefb3ca99b653bfe321920e8910da50a2ee094b360bd411b2412a5d64afc1730f89d1afdfa30f4c28cb7830dcb4f9e8a14a64174a384efd4c88d4
diff --git a/dev-util/uglifyjs/uglifyjs-3.17.1.ebuild b/dev-util/uglifyjs/uglifyjs-3.17.1.ebuild
new file mode 100644
index 000000000000..1a44c1a32320
--- /dev/null
+++ b/dev-util/uglifyjs/uglifyjs-3.17.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="UglifyJS"
+DESCRIPTION="JavaScript parser, minifier, compressor and beautifier toolkit"
+HOMEPAGE="https://lisperator.net/uglifyjs/"
+SRC_URI="https://github.com/mishoo/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="net-libs/nodejs[npm]"
+RDEPEND="net-libs/nodejs"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+NPM_FLAGS=(
+ --audit false
+ --color false
+ --foreground-scripts
+ --global
+ --offline
+ --progress false
+ --save false
+ --verbose
+)
+
+src_compile() {
+ npm "${NPM_FLAGS[@]}" pack || die
+}
+
+src_install() {
+ npm "${NPM_FLAGS[@]}" \
+ --prefix "${ED}"/usr \
+ install \
+ uglify-js-${PV}.tgz || die
+}
next reply other threads:[~2022-09-21 20:52 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 20:52 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-05 22:19 [gentoo-commits] repo/gentoo:master commit in: dev-util/uglifyjs/ James Le Cuirot
2024-08-15 21:21 James Le Cuirot
2024-06-19 21:51 James Le Cuirot
2024-01-20 22:21 James Le Cuirot
2022-10-29 13:22 James Le Cuirot
2022-10-29 13:22 James Le Cuirot
2022-10-08 12:59 James Le Cuirot
2022-10-08 12:59 James Le Cuirot
2022-09-26 21:01 James Le Cuirot
2022-09-21 20:52 James Le Cuirot
2022-08-29 12:49 Jakov Smolić
2022-08-18 22:59 James Le Cuirot
2022-08-18 22:21 James Le Cuirot
2022-07-27 22:35 James Le Cuirot
2022-07-06 6:06 Sam James
2022-07-05 22:10 James Le Cuirot
2022-06-22 21:50 James Le Cuirot
2022-06-11 10:51 James Le Cuirot
2022-05-15 8:30 James Le Cuirot
2022-04-10 21:39 James Le Cuirot
2022-03-13 22:42 James Le Cuirot
2022-02-26 23:44 James Le Cuirot
2022-02-13 13:54 James Le Cuirot
2022-01-29 22:25 James Le Cuirot
2021-12-15 23:47 James Le Cuirot
2021-11-03 9:30 James Le Cuirot
2021-09-11 10:11 James Le Cuirot
2021-09-01 20:52 James Le Cuirot
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=1663793478.c406621761a09e9cd7aa33fa3d2cd19dc96b045e.chewi@gentoo \
--to=chewi@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