commit:     35c66ad583485861e22f6542d31dcd042cb6b6df
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jan 21 14:53:21 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 09:02:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c66ad5

dev-java/jcifs: Drop 1.3.19

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23902
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

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

diff --git a/dev-java/jcifs/jcifs-1.3.19.ebuild 
b/dev-java/jcifs/jcifs-1.3.19.ebuild
deleted file mode 100644
index de48d1147b20..000000000000
--- a/dev-java/jcifs/jcifs-1.3.19.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.6"
-
-DEPEND="
-       ${CDEPEND}
-       >=virtual/jdk-1.6"
-
-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