commit:     58421a4c28a15f3a0d127000570775896254d4ad
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Mar 27 08:34:29 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 10:01:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58421a4c

dev-java/jcifs: drop 1.3.19-r1

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/30360
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jcifs/jcifs-1.3.19-r1.ebuild | 46 -----------------------------------
 1 file changed, 46 deletions(-)

diff --git a/dev-java/jcifs/jcifs-1.3.19-r1.ebuild 
b/dev-java/jcifs/jcifs-1.3.19-r1.ebuild
deleted file mode 100644
index 2ccf1a0705d6..000000000000
--- a/dev-java/jcifs/jcifs-1.3.19-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
-SRC_URI="https://jcifs.samba.org/src/${P}.tgz";
-HOMEPAGE="https://jcifs.samba.org/";
-
-LICENSE="LGPL-2.1"
-SLOT="1.1"
-
-KEYWORDS="amd64 ppc64 x86"
-
-CDEPEND="java-virtuals/servlet-api:3.0"
-
-RDEPEND="
-       ${CDEPEND}
-       >=virtual/jre-1.8:*"
-
-DEPEND="
-       ${CDEPEND}
-       >=virtual/jdk-1.8:*"
-
-JAVA_GENTOO_CLASSPATH="servlet-api-3.0"
-
-JAVA_SRC_DIR="src"
-
-DOCS=( README.txt )
-
-S="${WORKDIR}/${P/-/_}"
-
-src_prepare() {
-       default
-       java-pkg_clean
-}
-
-src_install() {
-       java-pkg-simple_src_install
-       use examples && java-pkg_doexamples examples
-       einstalldocs
-}

Reply via email to