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 84E4315800A for ; Thu, 31 Aug 2023 14:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 954002BC01D; Thu, 31 Aug 2023 14:38:13 +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 7DD5E2BC01D for ; Thu, 31 Aug 2023 14:38:13 +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 75089335D27 for ; Thu, 31 Aug 2023 14:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6745F6D for ; Thu, 31 Aug 2023 14:38:10 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1693492687.32e4bba08baf16a71dadf200d89ab677adc2d860.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/Manifest app-arch/brotli/brotli-1.1.0.ebuild app-arch/brotli/brotli-9999.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 32e4bba08baf16a71dadf200d89ab677adc2d860 X-VCS-Branch: master Date: Thu, 31 Aug 2023 14:38:10 +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: fcf97950-0c43-41f9-9043-e82f878db811 X-Archives-Hash: 6d9a99439ad524cb2e828424ccf26d3c commit: 32e4bba08baf16a71dadf200d89ab677adc2d860 Author: Craig Andrews gentoo org> AuthorDate: Thu Aug 31 14:37:04 2023 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Aug 31 14:38:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e4bba0 app-arch/brotli: add 1.1.0 Signed-off-by: Craig Andrews gentoo.org> app-arch/brotli/Manifest | 1 + app-arch/brotli/{brotli-9999.ebuild => brotli-1.1.0.ebuild} | 3 --- app-arch/brotli/brotli-9999.ebuild | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app-arch/brotli/Manifest b/app-arch/brotli/Manifest index 3af0701200a7..9f804bc4a3fd 100644 --- a/app-arch/brotli/Manifest +++ b/app-arch/brotli/Manifest @@ -1,2 +1,3 @@ DIST brotli-1.0.9.tar.gz 486984 BLAKE2B 8b9939d5224396ef33b43e019250ba4bc8949903583615e8dc02c85340fc0a1e2d1632161e00b0ee7355d77f05529ac772f482e05d2089afd71a0bf71e803904 SHA512 b8e2df955e8796ac1f022eb4ebad29532cb7e3aa6a4b6aee91dbd2c7d637eee84d9a144d3e878895bb5e62800875c2c01c8f737a1261020c54feacf9f676b5f5 DIST brotli-1.0.9.testdata.tar.xz 3771536 BLAKE2B e22a7e926a68b64cf3ddcf90d2381201d0bac6486f28c3a675c83a2a685108491011195faf48df9abd478a011e874df560ae81988348f7605197805cc3be20dd SHA512 d98c48dbc7772959a9cf276b638cf773a05a896c9daf4f6235f7d7fd625490b3f538e0690afcd6968ff81ad3745c7d78419850c2518048c44d73b470bcd08c97 +DIST brotli-1.1.0.tar.gz 511969 BLAKE2B 7ac767fd6dafaabfb4e3834d690f71abceb4d4e7f131849d6c328a04f3a16c54d0a9463a37f03663a4158c35e970a089512c8a5bc43eda79fb43c1f61223379e SHA512 6eb280d10d8e1b43d22d00fa535435923c22ce8448709419d676ff47d4a644102ea04f488fc65a179c6c09fee12380992e9335bad8dfebd5d1f20908d10849d9 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-1.1.0.ebuild similarity index 96% copy from app-arch/brotli/brotli-9999.ebuild copy to app-arch/brotli/brotli-1.1.0.ebuild index c68641aaa66c..53768510bba9 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-1.1.0.ebuild @@ -18,9 +18,6 @@ else SRC_URI=" https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - test? ( - https://dev.gentoo.org/~mgorny/dist/${P}.testdata.tar.xz - ) " fi diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index c68641aaa66c..53768510bba9 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -18,9 +18,6 @@ else SRC_URI=" https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - test? ( - https://dev.gentoo.org/~mgorny/dist/${P}.testdata.tar.xz - ) " fi