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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF400158042 for ; Sun, 27 Oct 2024 07:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 064B0E08B0; Sun, 27 Oct 2024 07:38:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E64D2E08B0 for ; Sun, 27 Oct 2024 07:38:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B4E3343132 for ; Sun, 27 Oct 2024 07:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAC5F213D for ; Sun, 27 Oct 2024 07:38:08 +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: <1730014677.3e3a31c3a2741e35b5ffa738648465e6bd1ba22b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/zxing-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/zxing-core/zxing-core-3.5.1.ebuild X-VCS-Directories: dev-java/zxing-core/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 3e3a31c3a2741e35b5ffa738648465e6bd1ba22b X-VCS-Branch: master Date: Sun, 27 Oct 2024 07:38:08 +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: 9360d827-797b-4e71-a32d-df6f62d1cb26 X-Archives-Hash: 7f130c0898e2e670a7a0f9202977d323 commit: 3e3a31c3a2741e35b5ffa738648465e6bd1ba22b Author: Valérian Rousset users noreply github com> AuthorDate: Sat Oct 26 09:29:33 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Oct 27 07:37:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3a31c3 dev-java/zxing-core: update HOMEPAGE Signed-off-by: Valérian Rousset users.noreply.github.com> Signed-off-by: Miroslav Šulc gentoo.org> dev-java/zxing-core/zxing-core-3.5.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/zxing-core/zxing-core-3.5.1.ebuild b/dev-java/zxing-core/zxing-core-3.5.1.ebuild index 8fa97355fd36..bed08de3bc7c 100644 --- a/dev-java/zxing-core/zxing-core-3.5.1.ebuild +++ b/dev-java/zxing-core/zxing-core-3.5.1.ebuild @@ -10,8 +10,10 @@ JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Core barcode encoding/decoding library" -HOMEPAGE="https://github.com/zxing/zxing/core" +HOMEPAGE="https://zxing.github.io/zxing/" SRC_URI="https://github.com/zxing/zxing/archive/zxing-${PV}.tar.gz" +S="${WORKDIR}/zxing-zxing-${PV}/core" + LICENSE="Apache-2.0" SLOT="3" KEYWORDS="amd64 ~arm64" @@ -19,8 +21,6 @@ KEYWORDS="amd64 ~arm64" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" -S="${WORKDIR}/zxing-zxing-${PV}/core" - JAVA_AUTOMATIC_MODULE_NAME="com.google.zxing" JAVA_SRC_DIR="src/main/java" JAVA_TEST_GENTOO_CLASSPATH="junit-4"