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 A9B66158089 for ; Sun, 24 Sep 2023 07:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB9452BC014; Sun, 24 Sep 2023 07:54:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C39632BC015 for ; Sun, 24 Sep 2023 07:54: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 DA49834085A for ; Sun, 24 Sep 2023 07:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D741255 for ; Sun, 24 Sep 2023 07:54:11 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1695542039.e62ffef648385bab3494dad4b8822be789d8b687.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/brotli-dec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/brotli-dec/brotli-dec-0.1.2.ebuild X-VCS-Directories: dev-java/brotli-dec/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e62ffef648385bab3494dad4b8822be789d8b687 X-VCS-Branch: master Date: Sun, 24 Sep 2023 07:54:11 +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: 2f48d40b-b111-4a8b-a498-cf8fd98a46c3 X-Archives-Hash: 5a1555608ad118eb7ddca597788387fb commit: e62ffef648385bab3494dad4b8822be789d8b687 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Sep 22 19:36:46 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Sep 24 07:53:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62ffef6 dev-java/brotli-dec: update HOMEPAGE Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/32997 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/brotli-dec/brotli-dec-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild b/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild index 545e6b9fff42..acbd619b97b7 100644 --- a/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild +++ b/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MAVEN_ID="org.brotli:dec:${PV}" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Brotli decompressor" -HOMEPAGE="https://github.com/google/brotli" +HOMEPAGE="https://brotli.org/ https://github.com/google/brotli" SRC_URI="https://repo1.maven.org/maven2/org/brotli/dec/${PV}/dec-${PV}-sources.jar -> ${P}-sources.jar" LICENSE="MIT"