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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD32D1382C5 for ; Tue, 4 May 2021 09:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16891E088C; Tue, 4 May 2021 09:01:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 017F8E088C for ; Tue, 4 May 2021 09:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D105F335CC8 for ; Tue, 4 May 2021 09:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9B7737 for ; Tue, 4 May 2021 09:01:14 +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: <1620118858.e3ccbf9be9db937dce24820b48c6bb87cc22ae29.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/resin-servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild X-VCS-Directories: dev-java/resin-servlet-api/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e3ccbf9be9db937dce24820b48c6bb87cc22ae29 X-VCS-Branch: master Date: Tue, 4 May 2021 09:01:14 +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: 203903da-8846-4aee-82ac-2f0035d8f985 X-Archives-Hash: 46f2b04e3f4e44756d5de273b2dd0205 commit: e3ccbf9be9db937dce24820b48c6bb87cc22ae29 Author: Miroslav Šulc gentoo org> AuthorDate: Tue May 4 09:00:58 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue May 4 09:00:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ccbf9b dev-java/resin-servlet-api: dropped obsolete 3.0.25 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> .../resin-servlet-api-3.0.25.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild deleted file mode 100644 index 9f617611636..00000000000 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Resin Servlet API 2.4/JSP API 2.0 implementation" -HOMEPAGE="http://www.caucho.com/" -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="2.4" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.4:*" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip" - -S="${WORKDIR}/resin-${PV}" - -EANT_BUILD_TARGET="jsdk" -EANT_DOC_TARGET="" - -src_prepare() { - default - - mkdir lib || die - eapply "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch" -} - -src_install() { - java-pkg_newjar "lib/jsdk-24.jar" - use source && java-pkg_dosrc "${S}"/modules/jsdk/src/* -}