summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-13 20:36:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-13 21:31:56 +0200
commit7a8bdeea4dea0ceb8ca339ea7c15e1728ea01e0f (patch)
tree8992ab940de542b5aa69f732d753140acc2cc81b /dev-java/jcifs
parentdev-db/henplus: Drop old (diff)
downloadgentoo-7a8bdeea4dea0ceb8ca339ea7c15e1728ea01e0f.tar.gz
gentoo-7a8bdeea4dea0ceb8ca339ea7c15e1728ea01e0f.tar.bz2
gentoo-7a8bdeea4dea0ceb8ca339ea7c15e1728ea01e0f.zip
dev-java/jcifs: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-java/jcifs')
-rw-r--r--dev-java/jcifs/jcifs-1.3.17-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild b/dev-java/jcifs/jcifs-1.3.17-r1.ebuild
deleted file mode 100644
index f5a1b1ecc8df..000000000000
--- a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc examples source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-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"
-RDEPEND=">=virtual/jre-1.4
- java-virtuals/servlet-api:2.4"
-DEPEND=">=virtual/jdk-1.4
- ${RDEPEND}"
-IUSE=""
-
-S=${WORKDIR}/${P/-/_}
-
-java_prepare() {
- rm -v *.jar || die
- epatch "${FILESDIR}/${PV}-build.xml.patch"
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_EXTRA_ARGS="-DhasServlet=true"
-EANT_GENTOO_CLASSPATH="servlet-api-2.4"
-
-src_install() {
- java-pkg_newjar ${P}.jar
-
- dodoc README.txt || die
- # other stuff besides javadocs
- use doc && java-pkg_dohtml -r docs/*
- use source && java-pkg_dosrc src/*
- use examples && java-pkg_doexamples examples
-}