commit:     e3ccbf9be9db937dce24820b48c6bb87cc22ae29
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 09:00:58 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> 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 <fordfrog <AT> 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/*
-}

Reply via email to