From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9672615808B for ; Wed, 13 Apr 2022 05:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA893E0905; Wed, 13 Apr 2022 05:55:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 824BCE0918 for ; Wed, 13 Apr 2022 05:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D280341569 for ; Wed, 13 Apr 2022 05:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AD2E398 for ; Wed, 13 Apr 2022 05:55:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649829296.c65c2383b29cf4492e25f62eec5528557befaf8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/edtftpj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/edtftpj/Manifest dev-java/edtftpj/edtftpj-2.4.0.ebuild dev-java/edtftpj/metadata.xml X-VCS-Directories: dev-java/edtftpj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c65c2383b29cf4492e25f62eec5528557befaf8f X-VCS-Branch: master Date: Wed, 13 Apr 2022 05:55:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69020ec5-02d5-4f84-81b6-517757f91043 X-Archives-Hash: 28ce3646d4b96d0fa440821d5ac7afe4 commit: c65c2383b29cf4492e25f62eec5528557befaf8f Author: Sam James gentoo org> AuthorDate: Wed Apr 13 05:50:09 2022 +0000 Commit: Sam James gentoo 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 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 @@ - - - - - java@gentoo.org - Java - - - 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. - -