From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1353539-garchives=archives.gentoo.org@lists.gentoo.org> 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 798C1158086 for <garchives@archives.gentoo.org>; Wed, 29 Dec 2021 08:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5BF62BC005; Wed, 29 Dec 2021 08:50:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDDB02BC005 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Dec 2021 08:50:05 +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 2AF6D335DAD for <gentoo-commits@lists.gentoo.org>; Wed, 29 Dec 2021 08:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C923126A for <gentoo-commits@lists.gentoo.org>; Wed, 29 Dec 2021 08:50:01 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> 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" <fordfrog@gentoo.org> Message-ID: <1640767793.5e47cea22ab127e1450866c0457ac62b1d0d22e6.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild X-VCS-Directories: java-virtuals/servlet-api/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5e47cea22ab127e1450866c0457ac62b1d0d22e6 X-VCS-Branch: master Date: Wed, 29 Dec 2021 08:50:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88d094de-7447-4328-83bc-0f08ab99b433 X-Archives-Hash: 70f38369dc3c259389a7c6a9883aa046 commit: 5e47cea22ab127e1450866c0457ac62b1d0d22e6 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Dec 28 12:38:27 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Dec 29 08:49:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e47cea2 java-virtuals/servlet-api: EAPI 8 Bug: https://bugs.gentoo.org/828719 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23549 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild | 19 +++++++++++++++++++ java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild b/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild new file mode 100644 index 000000000000..807a606ce6b9 --- /dev/null +++ b/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit java-virtuals-2 + +DESCRIPTION="Virtual for servlet api" +HOMEPAGE="http://java.sun.com/products/servlet/" +SRC_URI="" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="dev-java/tomcat-servlet-api:${SLOT}" +DEPEND="" + +JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}" diff --git a/java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild b/java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild new file mode 100644 index 000000000000..bfe570bc9f45 --- /dev/null +++ b/java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit java-virtuals-2 + +DESCRIPTION="Virtual for servlet api" +HOMEPAGE="http://java.sun.com/products/servlet/" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos" + +RDEPEND="|| ( + dev-java/tomcat-servlet-api:${SLOT} + dev-java/resin-servlet-api:${SLOT} + )" +DEPEND="" + +JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"