summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2023-03-27 10:34:29 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-03-27 12:01:33 +0200
commit58421a4c28a15f3a0d127000570775896254d4ad (patch)
treef0c0b0d501098a35136feb138c19fbabd4e7ffff /dev-java/jcifs
parentdev-ruby/kramdown-syntax-coderay: add github upstream metadata (diff)
downloadgentoo-58421a4c28a15f3a0d127000570775896254d4ad.tar.gz
gentoo-58421a4c28a15f3a0d127000570775896254d4ad.tar.bz2
gentoo-58421a4c28a15f3a0d127000570775896254d4ad.zip
dev-java/jcifs: drop 1.3.19-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30360 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jcifs')
-rw-r--r--dev-java/jcifs/jcifs-1.3.19-r1.ebuild46
1 files changed, 0 insertions, 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
-}