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 9D2CA158099 for ; Thu, 30 Nov 2023 10:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE4C2BC028; Thu, 30 Nov 2023 10:02:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 98B012BC028 for ; Thu, 30 Nov 2023 10:02:34 +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 A248E335D02 for ; Thu, 30 Nov 2023 10:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE2801437 for ; Thu, 30 Nov 2023 10:02:30 +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: <1701338545.562552c507fba3fd3d537bb0817e26b5f8c94a70.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/validation-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/validation-api/validation-api-1.1.0-r1.ebuild dev-java/validation-api/validation-api-1.1.0-r2.ebuild X-VCS-Directories: dev-java/validation-api/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 562552c507fba3fd3d537bb0817e26b5f8c94a70 X-VCS-Branch: master Date: Thu, 30 Nov 2023 10:02:30 +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: 0e0706ec-b7fc-4422-b502-b9fcad6f6abc X-Archives-Hash: a2785af2462e55fc61b7ff1606af6f98 commit: 562552c507fba3fd3d537bb0817e26b5f8c94a70 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Nov 29 21:30:24 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Nov 30 10:02:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562552c5 dev-java/validation-api: EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/34042 Signed-off-by: Miroslav Šulc gentoo.org> ...alidation-api-1.1.0-r1.ebuild => validation-api-1.1.0-r2.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-java/validation-api/validation-api-1.1.0-r1.ebuild b/dev-java/validation-api/validation-api-1.1.0-r2.ebuild similarity index 89% rename from dev-java/validation-api/validation-api-1.1.0-r1.ebuild rename to dev-java/validation-api/validation-api-1.1.0-r2.ebuild index 1f63794e937b..fe8bd82bedc9 100644 --- a/dev-java/validation-api/validation-api-1.1.0-r1.ebuild +++ b/dev-java/validation-api/validation-api-1.1.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 JAVA_PKG_IUSE="doc source" @@ -15,8 +15,6 @@ LICENSE="Apache-2.0" SLOT="1.0" KEYWORDS="amd64 x86" -IUSE="" - BDEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.8" DEPEND=">=virtual/jdk-1.8"