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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C6A6158086 for ; Mon, 25 Oct 2021 11:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A521EE07FE; Mon, 25 Oct 2021 11:27:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67B67E07FE for ; Mon, 25 Oct 2021 11:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2737E343670 for ; Mon, 25 Oct 2021 11:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9FC28F for ; Mon, 25 Oct 2021 11:27:40 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1635161259.580152a6a25d9166585fbea71506bc8767794dc0.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/htmlcleaner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/htmlcleaner/Manifest dev-java/htmlcleaner/htmlcleaner-2.24.ebuild X-VCS-Directories: dev-java/htmlcleaner/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 580152a6a25d9166585fbea71506bc8767794dc0 X-VCS-Branch: master Date: Mon, 25 Oct 2021 11:27:40 +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: c63f7da1-ceac-4261-92dc-442fe8407ff1 X-Archives-Hash: b3133f4839336071831cf2e8b36e9f08 commit: 580152a6a25d9166585fbea71506bc8767794dc0 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Oct 25 11:27:25 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Oct 25 11:27:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580152a6 dev-java/htmlcleaner: removed obsolete 2.24 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/htmlcleaner/Manifest | 1 - dev-java/htmlcleaner/htmlcleaner-2.24.ebuild | 73 ---------------------------- 2 files changed, 74 deletions(-) diff --git a/dev-java/htmlcleaner/Manifest b/dev-java/htmlcleaner/Manifest index 12fdeaafa87..bf12edd4b46 100644 --- a/dev-java/htmlcleaner/Manifest +++ b/dev-java/htmlcleaner/Manifest @@ -1,2 +1 @@ -DIST htmlcleaner-2.24-src.zip 413806 BLAKE2B 26ac6d150607c3ee00a8afcf58fed313ac570178f84c52a0fe43b0d324e3b32bb60f63db9ae5f171e7a6a7517799c633f85abfeb64e3f7421d655842bb5a5610 SHA512 beb16e383b6d43d0dfd4697b919a30c1a74eea824976521475c458bdda6c5f0eb22f299eddae033cb190a2af4fafde7e7f2c8ab1378bd82f15842a3ca8ebaaff DIST htmlcleaner-2.25-src.zip 414193 BLAKE2B e840b65665b23a6c55eda49a522994208b7178ddf924e60bdca9304c58df9bde343b31bbd4b7491db7bfd4fe0930283f9019d9213450618e0d50036563cced86 SHA512 fb49f0298b05008a727e7ba97a3444c6f8c31f65a9962e42bae63e1dab76fc7302f282daa45177daffcadbb73565685735f44b57107c62819bafa0db030c5ea3 diff --git a/dev-java/htmlcleaner/htmlcleaner-2.24.ebuild b/dev-java/htmlcleaner/htmlcleaner-2.24.ebuild deleted file mode 100644 index 72bceb361e0..00000000000 --- a/dev-java/htmlcleaner/htmlcleaner-2.24.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="HTML parser written in Java that can be used as a tool, library or Ant task" -HOMEPAGE="http://htmlcleaner.sourceforge.net/" -SRC_URI="mirror://sourceforge/htmlcleaner/files/${P}-src.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-java/jdom:2" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.8:*" - -DEPEND=" - ${CDEPEND} - dev-java/ant-core:0 - test? ( dev-java/junit:4 ) - >=virtual/jdk-1.8:*" - -BDEPEND=" - app-arch/unzip" - -JAVA_SRC_DIR="src/main/java" -JAVA_GENTOO_CLASSPATH="jdom-2" - -PATCHES=( - "${FILESDIR}/${P}-fix-tests.patch" -) - -src_prepare() { - default - # Don't require default.xml to be in the current directory. - sed -i "s:\"default\.xml\":\"${JAVA_PKG_SHAREPATH}/default.xml\":g" \ - src/main/java/org/htmlcleaner/ConfigFileTagProvider.java || die -} - -src_configure() { - JAVA_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only ant-core) -} - -src_install() { - java-pkg-simple_src_install - java-pkg_register-ant-task - java-pkg_dolauncher ${PN} --main org.${PN}.CommandLine - - insinto "${JAVA_PKG_SHAREPATH}" - newins example.xml default.xml -} - -src_test() { - local DIR="src/test/java" - local CP="${DIR}:${PN}.jar:$(java-pkg_getjars junit-4,${JAVA_GENTOO_CLASSPATH})" - - local TESTS=$(find "${DIR}" -name "*Test.java" ! -name "Abstract*") - TESTS="${TESTS//src\/test\/java\/}" - TESTS="${TESTS//.java}" - TESTS="${TESTS//\//.}" - - ejavac -classpath "${CP}" -d "${DIR}" $(find "${DIR}" -name "*.java") - ejunit4 -classpath "${CP}" ${TESTS} -}