Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/
Date: Wed, 17 Feb 2016 21:43:20
Message-Id: 1455745385.fdb0cba608032e2adf568d3af16111b7d7e55076.chewi@gentoo
1 commit: fdb0cba608032e2adf568d3af16111b7d7e55076
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 21:42:45 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 21:43:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb0cba6
7
8 dev-java/tomcat-servlet-api: Remove old, closes bug #558728
9
10 Package-Manager: portage-2.2.27
11
12 .../tomcat-servlet-api-6.0.44.ebuild | 34 ----------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild
16 deleted file mode 100644
17 index 9a200f0..0000000
18 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -JAVA_PKG_IUSE="source"
27 -
28 -inherit eutils java-pkg-2 java-ant-2
29 -
30 -MY_A="apache-${P}-src"
31 -MY_P="${MY_A/-servlet-api/}"
32 -DESCRIPTION="Tomcat's Servlet API 2.5/JSP API 2.1 implementation"
33 -HOMEPAGE="http://tomcat.apache.org/"
34 -SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
35 -
36 -LICENSE="Apache-2.0"
37 -SLOT="2.5"
38 -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
39 -IUSE=""
40 -
41 -DEPEND=">=virtual/jdk-1.6"
42 -RDEPEND=">=virtual/jre-1.6"
43 -
44 -S="${WORKDIR}/${MY_P}/"
45 -
46 -java_prepare() {
47 - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml"
48 - rm */*/build.xml
49 -}
50 -
51 -src_install() {
52 - java-pkg_dojar "${S}"/output/build/lib/*.jar
53 - use source && java-pkg_dosrc java/javax/servlet/
54 -}