commit:     c65c2383b29cf4492e25f62eec5528557befaf8f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 05:50:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 05:54:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65c2383

dev-java/edtftpj: treeclean

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/edtftpj/Manifest             |  1 -
 dev-java/edtftpj/edtftpj-2.4.0.ebuild | 48 -----------------------------------
 dev-java/edtftpj/metadata.xml         | 19 --------------
 3 files changed, 68 deletions(-)

diff --git a/dev-java/edtftpj/Manifest b/dev-java/edtftpj/Manifest
deleted file mode 100644
index 152a7b9b5e82..000000000000
--- a/dev-java/edtftpj/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST edtftpj-2.4.0.zip 1592179 BLAKE2B 
5e0a4df5b220febedc667d5c3c644a0380b57424c0f6d63d2ae72e33a30e75487df378ceed813456bdc8cef1f50584d83de8d7f4fc4d39cf74049accf0a12448
 SHA512 
bbcbb35805bd84e76fe15f9b07fb984782cd5838b94ee90af336991f0dfdb9b06028a35614a9accf16eb55151f09501cec5fac41030f847a32a679f9404808b0

diff --git a/dev-java/edtftpj/edtftpj-2.4.0.ebuild 
b/dev-java/edtftpj/edtftpj-2.4.0.ebuild
deleted file mode 100644
index 9dd3acc178cc..000000000000
--- a/dev-java/edtftpj/edtftpj-2.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="FTP client library written in Java"
-SRC_URI="https://www.enterprisedt.com/products/edtftpj/download/${P}.zip";
-HOMEPAGE="https://enterprisedt.com/products/edtftpnet";
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-DEPEND=">=virtual/jdk-1.7
-       app-arch/unzip"
-
-RDEPEND=">=virtual/jre-1.7"
-
-EANT_DOC_TARGET="javadocs"
-EANT_BUILD_XML="src/build.xml"
-
-java_prepare() {
-       java-pkg_clean
-
-       # Tests are geared for Windows and sit in the main sources.
-       rm -rv src/com/enterprisedt/net/ftp/test || die
-
-       # Delete Windows .bat files.
-       find -name "*.bat" -delete || die
-
-       # Adjust doc URLs to match our layout.
-       find examples -name "*.html" -exec sed -i 's:/doc/manual/:/manual/:g' 
{} + || die
-}
-
-src_install() {
-       java-pkg_dojar lib/${PN}.jar
-
-       use doc && java-pkg_dojavadoc build/doc/api
-       use source && java-pkg_dosrc src/*
-
-       docinto html
-       use doc && dodoc -r doc/manual
-       use examples && dodoc -r examples
-}

diff --git a/dev-java/edtftpj/metadata.xml b/dev-java/edtftpj/metadata.xml
deleted file mode 100644
index 8b43b6e35709..000000000000
--- a/dev-java/edtftpj/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Java</name>
-       </maintainer>
-       <longdescription>
-               edtFTPj is the first choice of Java developers worldwide
-               for incorporating FTP functionality into their applications.
-               edtFTPj is Open Source, licensed under the LGPL, the GNU
-               Lesser General Public License. This means you can freely
-               embed edtFTPj into your commercial Java applications,
-               subject to the normal LGPL restrictions. Unrestricted
-               (non-GPL) source licenses can be also be purchased. edtFTPj
-               has been downloaded over 100,000 times since its first
-               release, and is in use in thousands of companies worldwide.
-       </longdescription>
-</pkgmetadata>

Reply via email to