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/jcifs/
Date: Sat, 22 Jan 2022 09:02:36
Message-Id: 1642842151.35c66ad583485861e22f6542d31dcd042cb6b6df.fordfrog@gentoo
1 commit: 35c66ad583485861e22f6542d31dcd042cb6b6df
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Fri Jan 21 14:53:21 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 09:02:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c66ad5
7
8 dev-java/jcifs: Drop 1.3.19
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/23902
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 dev-java/jcifs/jcifs-1.3.19.ebuild | 45 --------------------------------------
16 1 file changed, 45 deletions(-)
17
18 diff --git a/dev-java/jcifs/jcifs-1.3.19.ebuild b/dev-java/jcifs/jcifs-1.3.19.ebuild
19 deleted file mode 100644
20 index de48d1147b20..000000000000
21 --- a/dev-java/jcifs/jcifs-1.3.19.ebuild
22 +++ /dev/null
23 @@ -1,45 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -JAVA_PKG_IUSE="doc examples source"
30 -
31 -inherit java-pkg-2 java-pkg-simple
32 -
33 -DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
34 -SRC_URI="https://jcifs.samba.org/src/${P}.tgz"
35 -HOMEPAGE="https://jcifs.samba.org/"
36 -LICENSE="LGPL-2.1"
37 -SLOT="1.1"
38 -
39 -KEYWORDS="~amd64 ~ppc64 ~x86"
40 -
41 -CDEPEND="java-virtuals/servlet-api:3.0"
42 -
43 -RDEPEND="
44 - ${CDEPEND}
45 - >=virtual/jre-1.6"
46 -
47 -DEPEND="
48 - ${CDEPEND}
49 - >=virtual/jdk-1.6"
50 -
51 -JAVA_GENTOO_CLASSPATH="servlet-api-3.0"
52 -
53 -JAVA_SRC_DIR="src"
54 -
55 -DOCS=( README.txt )
56 -
57 -S="${WORKDIR}/${P/-/_}"
58 -
59 -src_prepare() {
60 - default
61 - java-pkg_clean
62 -}
63 -
64 -src_install() {
65 - java-pkg-simple_src_install
66 - use examples && java-pkg_doexamples examples
67 - einstalldocs
68 -}