Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/resin-servlet-api/
Date: Tue, 04 May 2021 09:01:17
Message-Id: 1620118858.e3ccbf9be9db937dce24820b48c6bb87cc22ae29.fordfrog@gentoo
1 commit: e3ccbf9be9db937dce24820b48c6bb87cc22ae29
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 09:00:58 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 09:00:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ccbf9b
7
8 dev-java/resin-servlet-api: dropped obsolete 3.0.25
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../resin-servlet-api-3.0.25.ebuild | 39 ----------------------
14 1 file changed, 39 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 9f617611636..00000000000
19 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -JAVA_PKG_IUSE="source"
28 -
29 -inherit java-pkg-2 java-ant-2
30 -
31 -DESCRIPTION="Resin Servlet API 2.4/JSP API 2.0 implementation"
32 -HOMEPAGE="http://www.caucho.com/"
33 -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip
34 - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
35 -
36 -LICENSE="GPL-2+"
37 -SLOT="2.4"
38 -KEYWORDS="amd64 ppc64 x86"
39 -IUSE=""
40 -
41 -RDEPEND=">=virtual/jre-1.4:*"
42 -DEPEND=">=virtual/jdk-1.4
43 - app-arch/unzip"
44 -
45 -S="${WORKDIR}/resin-${PV}"
46 -
47 -EANT_BUILD_TARGET="jsdk"
48 -EANT_DOC_TARGET=""
49 -
50 -src_prepare() {
51 - default
52 -
53 - mkdir lib || die
54 - eapply "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch"
55 -}
56 -
57 -src_install() {
58 - java-pkg_newjar "lib/jsdk-24.jar"
59 - use source && java-pkg_dosrc "${S}"/modules/jsdk/src/*
60 -}