summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-06-19 22:50:46 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-06-19 22:51:29 +0100
commitf24a3b1c0acca414e33927c4d25ad4f262af89b3 (patch)
tree33a22fbd8fa1222f8dc7bf4a32157fc9e461b2c1 /dev-util/uglifyjs
parentwww-client/vivaldi: Drop old 6.7.3329.31 (diff)
downloadgentoo-f24a3b1c0acca414e33927c4d25ad4f262af89b3.tar.gz
gentoo-f24a3b1c0acca414e33927c4d25ad4f262af89b3.tar.bz2
gentoo-f24a3b1c0acca414e33927c4d25ad4f262af89b3.zip
dev-util/uglifyjs: Bump to 3.18.0, drop old 3.17.4
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-util/uglifyjs')
-rw-r--r--dev-util/uglifyjs/Manifest2
-rw-r--r--dev-util/uglifyjs/uglifyjs-3.18.0.ebuild (renamed from dev-util/uglifyjs/uglifyjs-3.17.4.ebuild)6
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-util/uglifyjs/Manifest b/dev-util/uglifyjs/Manifest
index 6e45373fee75..8f34970419a6 100644
--- a/dev-util/uglifyjs/Manifest
+++ b/dev-util/uglifyjs/Manifest
@@ -1,2 +1,2 @@
DIST uglifyjs-3.16.1.tar.gz 519333 BLAKE2B 6e4978aa776256be575ea91fd6cd584fe8885886300db1b77cc889af5112615175cd40d527ac6356d653e60ab3ed404670355f80e0391da538313b494bb1104b SHA512 e0ef3e2b82cb6f211120b1d66132b5b5b13bc48dd946d7e7bbeddd1bee16330c9a3541d07f51b6eddf9036b0e520a527849ddc3cf6de467331b42f1fba37e66e
-DIST uglifyjs-3.17.4.tar.gz 539533 BLAKE2B e6939d0c2127d4a3a13e0b3d1a8942b4241d01e72ab3813dafece63728c1250facf57cad36b1c14be8d799da99ca7f9b06b9d2dbb4afa87d6d9e1d1c96840b4a SHA512 1382332a65a5d3a093f701508d0e4a12b2d08a94d35f94d405f5357a2dd8ba8d3c96ee4389f3c2f4bc53c6b97cd79be81c84964e1e0daa5e5529909a676c2b70
+DIST uglifyjs-3.18.0.tar.gz 545352 BLAKE2B 18e544ea34cb1a7f45617e15205e43cc438655b0007ab770e095a3213f05ac653a51aa4bc4e59e89d280ecf5684285ec6c61c338784f8749bbea536742230e8a SHA512 822a276855cb298f1f5f5f8dadc159ef929321cce6268cf03ea968b1ada74df881f3b187fc889e8f142bda947bb6ade8c0ad7db7b02f41398da76e22e714179e
diff --git a/dev-util/uglifyjs/uglifyjs-3.17.4.ebuild b/dev-util/uglifyjs/uglifyjs-3.18.0.ebuild
index 1a44c1a32320..807948cccc88 100644
--- a/dev-util/uglifyjs/uglifyjs-3.17.4.ebuild
+++ b/dev-util/uglifyjs/uglifyjs-3.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ 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"
-
+S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -15,8 +15,6 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="net-libs/nodejs[npm]"
RDEPEND="net-libs/nodejs"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
NPM_FLAGS=(
--audit false
--color false