From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4137B158091 for ; Sat, 11 Jun 2022 10:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF9BE07AE; Sat, 11 Jun 2022 10:51:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75D9BE07AE for ; Sat, 11 Jun 2022 10:51:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6A2E341901 for ; Sat, 11 Jun 2022 10:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18BA5303 for ; Sat, 11 Jun 2022 10:51:25 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1654944635.0b6430a45a0f3168fa6100a131b6a1d89a163d01.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uglifyjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/uglifyjs/Manifest dev-util/uglifyjs/uglifyjs-3.15.5.ebuild dev-util/uglifyjs/uglifyjs-3.16.0.ebuild X-VCS-Directories: dev-util/uglifyjs/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 0b6430a45a0f3168fa6100a131b6a1d89a163d01 X-VCS-Branch: master Date: Sat, 11 Jun 2022 10:51:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a352957-8195-48db-b1f8-568b020f96d2 X-Archives-Hash: 01804353d63acaac2e4468f1f9a9f859 commit: 0b6430a45a0f3168fa6100a131b6a1d89a163d01 Author: James Le Cuirot gentoo org> AuthorDate: Sat Jun 11 10:50:35 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Jun 11 10:50:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6430a4 dev-util/uglifyjs: Bump to 3.16.0, drop old 3.15.5 Signed-off-by: James Le Cuirot gentoo.org> dev-util/uglifyjs/Manifest | 2 +- dev-util/uglifyjs/{uglifyjs-3.15.5.ebuild => uglifyjs-3.16.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/uglifyjs/Manifest b/dev-util/uglifyjs/Manifest index b74a84638c45..11ed6faabcd1 100644 --- a/dev-util/uglifyjs/Manifest +++ b/dev-util/uglifyjs/Manifest @@ -1 +1 @@ -DIST uglifyjs-3.15.5.tar.gz 513343 BLAKE2B 7968da6bb644210a69c5ea3125ab7e6a5879d23204b0f045a607a7b207a017bb880705fe654ab346a87c0559c8dd892a16a818c5163e91d8e0963a2daec5d8ad SHA512 9018c537d09c5e95f8366ba9c5eeabdfd3763cd1c87a7a0af0ebd02090f53829b99f4f672dab2580fa801a6af799ca0e99f1e6f32d79f079ff0d5d11f4309ecd +DIST uglifyjs-3.16.0.tar.gz 516260 BLAKE2B b1f0124b753197f686067a3b4bcd14ae3f8c703d58e677c27853218d9e6eda643504c4d118f439da58d2958f7a4b7d74be404a221d0d19d81aaf1331c72919d9 SHA512 1230bb608b4f3d585ddb6ce66406c7f837e85d768d54a7797d0dde5203bf72b40db076a5cb240129bd24341b755e6a422209eccebb406db28c0dabe54c1c2e54 diff --git a/dev-util/uglifyjs/uglifyjs-3.15.5.ebuild b/dev-util/uglifyjs/uglifyjs-3.16.0.ebuild similarity index 100% rename from dev-util/uglifyjs/uglifyjs-3.15.5.ebuild rename to dev-util/uglifyjs/uglifyjs-3.16.0.ebuild