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/jackrabbit-webdav/
Date: Fri, 01 Apr 2022 09:23:31
Message-Id: 1648804965.c59aef1013c8fca94a25a6c86714d39259c2c043.fordfrog@gentoo
1 commit: c59aef1013c8fca94a25a6c86714d39259c2c043
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 09:22:31 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 09:22:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59aef10
7
8 dev-java/jackrabbit-webdav: removed obsolete 2.21.7
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=835718
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../jackrabbit-webdav-2.21.7.ebuild | 63 ----------------------
14 1 file changed, 63 deletions(-)
15
16 diff --git a/dev-java/jackrabbit-webdav/jackrabbit-webdav-2.21.7.ebuild b/dev-java/jackrabbit-webdav/jackrabbit-webdav-2.21.7.ebuild
17 deleted file mode 100644
18 index 76bd9541226d..000000000000
19 --- a/dev-java/jackrabbit-webdav/jackrabbit-webdav-2.21.7.ebuild
20 +++ /dev/null
21 @@ -1,63 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -# Skeleton command:
26 -# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://ftp.halifax.rwth-aachen.de/gentoo/distfiles/3b/jackrabbit-2.21.7-src.zip --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild jackrabbit-webdav-2.21.7.ebuild
27 -
28 -EAPI=7
29 -
30 -JAVA_PKG_IUSE="doc source test"
31 -MAVEN_ID="org.apache.jackrabbit:jackrabbit-webdav:2.21.7"
32 -JAVA_TESTING_FRAMEWORKS="junit-4"
33 -
34 -inherit java-pkg-2 java-pkg-simple
35 -
36 -DESCRIPTION="Generic WebDAV Library"
37 -HOMEPAGE="http://jackrabbit.apache.org/jackrabbit-webdav/"
38 -SRC_URI="mirror://apache/jackrabbit/${PV}/jackrabbit-${PV}-src.zip"
39 -
40 -LICENSE="Apache-2.0"
41 -SLOT="2"
42 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
43 -
44 -# Common dependencies
45 -# POM: pom.xml
46 -# org.apache.httpcomponents:httpclient:4.5.13 -> >=dev-java/commons-httpclient-4.5.13:4
47 -# org.apache.httpcomponents:httpcore:4.4.14 -> >=dev-java/httpcore-4.4.14:0
48 -# org.slf4j:jcl-over-slf4j:1.7.30 -> !!!artifactId-not-found!!!
49 -# org.slf4j:slf4j-api:1.7.30 -> >=dev-java/slf4j-api-1.7.30:0
50 -
51 -CDEPEND="
52 - dev-java/commons-httpclient:4
53 - dev-java/httpcore:0
54 - dev-java/osgi-annotation-versioning:0
55 - dev-java/slf4j-api:0
56 -"
57 -
58 -# Compile dependencies
59 -# POM: pom.xml
60 -# javax.servlet:javax.servlet-api:3.1.0 -> !!!groupId-not-found!!!
61 -# org.osgi:org.osgi.annotation:6.0.0 -> !!!groupId-not-found!!!
62 -# POM: pom.xml
63 -# test? ch.qos.logback:logback-classic:1.2.3 -> !!!groupId-not-found!!!
64 -# test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4
65 -
66 -DEPEND="${CDEPEND}
67 - >=virtual/jdk-1.8:*
68 - dev-java/osgi-annotation-versioning:0
69 - java-virtuals/servlet-api:3.1"
70 -
71 -RDEPEND="${CDEPEND}
72 - >=virtual/jre-1.8:*"
73 -
74 -BDEPEND="app-arch/unzip"
75 -
76 -S="${WORKDIR}/jackrabbit-${PV}/${PN}"
77 -
78 -JAVA_GENTOO_CLASSPATH="commons-httpclient-4,httpcore,osgi-annotation-versioning,servlet-api-3.1,slf4j-api"
79 -JAVA_SRC_DIR="src/main/java"
80 -JAVA_RESOURCE_DIRS=( "src/main/resources" "src/main/appended-resources" )
81 -
82 -JAVA_TEST_GENTOO_CLASSPATH="junit-4"
83 -JAVA_TEST_SRC_DIR="src/test/java"
84 -JAVA_TEST_RESOURCE_DIRS="src/test/resources"