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 696F415800C for ; Tue, 4 Apr 2023 21:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B03E5E0877; Tue, 4 Apr 2023 21:49:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C25FE0877 for ; Tue, 4 Apr 2023 21:49:42 +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 E039C340948 for ; Tue, 4 Apr 2023 21:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B516A1F for ; Tue, 4 Apr 2023 21:49:38 +0000 (UTC) From: "Philip Miess" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Philip Miess" Message-ID: <1679848616.e5cb2d62b76456b0b4cf153bd556f2d199605742.Phil_miess@gentoo> Subject: [gentoo-commits] repo/user/superposition:master commit in: dev-java/jutils/ X-VCS-Repository: repo/user/superposition X-VCS-Files: dev-java/jutils/Manifest dev-java/jutils/jutils-1.0.0-r1.ebuild X-VCS-Directories: dev-java/jutils/ X-VCS-Committer: Phil_miess X-VCS-Committer-Name: Philip Miess X-VCS-Revision: e5cb2d62b76456b0b4cf153bd556f2d199605742 X-VCS-Branch: master Date: Tue, 4 Apr 2023 21:49:38 +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: 4bfa4288-8762-47a7-a2b6-f8614e20f432 X-Archives-Hash: 755461314626226341f0a8861171c81f commit: e5cb2d62b76456b0b4cf153bd556f2d199605742 Author: Philip Miess yahoo com> AuthorDate: Sun Mar 26 16:36:56 2023 +0000 Commit: Philip Miess yahoo com> CommitDate: Sun Mar 26 16:36:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e5cb2d62 resurrect jutils Signed-off-by: Philip Miess yahoo.com> dev-java/jutils/Manifest | 2 +- dev-java/jutils/jutils-1.0.0-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/jutils/Manifest b/dev-java/jutils/Manifest index 6c91fa3..76596a5 100644 --- a/dev-java/jutils/Manifest +++ b/dev-java/jutils/Manifest @@ -1,3 +1,3 @@ DIST jutils-1.0.0-sources.jar 10247 BLAKE2B 877998d7c442bdf0f6ad58c69832d3f69377a973c0a7d3d2fe252825e7e8a1b72e7383dae2fd820f793a58a1889dc8eaa2d53e378d3a779e47ed3ec18e95ec29 SHA512 3bf29fa8e0ca0cb6cdba022a122f152df929d9738725839234b15eb6ef2f87c72d5a30c8788783e44f73a39aeeba459882d4106ccfd44449e43d838054a1fb01 -EBUILD jutils-1.0.0-r1.ebuild 506 BLAKE2B fd0e2997798b9d843ee8abeadbe7dd908a1f1bc4c9d629dd04b44b4648c519c673f9bada14a60633d9ffa4af9dbd0859c4f80819c385970549dd3e9c5c870d8e SHA512 c71a098ec935386af4db6eeeea99d307ba324d47d8a17cd6d16a9cc8f3f672776b8729b5e84be6667c8625c44dd4756518a55893dd9a01cba934d89cb4f3ab42 +EBUILD jutils-1.0.0-r1.ebuild 506 BLAKE2B 12497f168183dcdff7df635ec42d2ded32f5726889118aa2bf5b16240a8101d2d6c9ba8b5e2d8230cc0882d761baf38a00ed4ef340e43833eb52220b69936518 SHA512 114db3c0fcc92ef3d36d6e15e6472105681985db70fdc8f4d7b17fd2bb74c9d3501d1333964ba8ef465d607d1d4676e46ad0c870f098d1aee9a92ef15c2be467 MISC metadata.xml 511 BLAKE2B 0b9f821bad0c6a0409d1c24856d4014df338fb16cafe0e6762d606c6cc3a8f64af287b2d38c66922ac4a0b53615fdb4e5b7edf7ff451d190e27359b39661aa63 SHA512 dff23477d5d6b80644fa208b2100409418664b345d64f61e2ab25d2016339271576639ded5318cc455f4df300c01655f66f6a9700bbd0079a48bed9cbf34524f diff --git a/dev-java/jutils/jutils-1.0.0-r1.ebuild b/dev-java/jutils/jutils-1.0.0-r1.ebuild index 7753a71..95f71d0 100644 --- a/dev-java/jutils/jutils-1.0.0-r1.ebuild +++ b/dev-java/jutils/jutils-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://java.net/projects/jutils" SRC_URI="http://central.maven.org/maven2/net/java/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6"