commit: 3eaca4ad70ca78083f82df38d8f41983a715c1d8 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Dec 13 16:34:27 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Dec 13 16:34:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaca4ad
dev-java/jsoup: treeclean Bug: https://bugs.gentoo.org/808948 Closes: https://bugs.gentoo.org/641776 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-java/jsoup/Manifest | 1 - dev-java/jsoup/jsoup-1.8.3.ebuild | 48 --------------------------------------- dev-java/jsoup/metadata.xml | 20 ---------------- profiles/package.mask | 5 ---- 4 files changed, 74 deletions(-) diff --git a/dev-java/jsoup/Manifest b/dev-java/jsoup/Manifest deleted file mode 100644 index 2d3bf41db17b..000000000000 --- a/dev-java/jsoup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jsoup-1.8.3a.zip 370626 BLAKE2B 9ba471a8e161ef4ad5f0abd54feb29075400a53622dcd1a9934307a123bfad087bea9fc17f3cf020929aadbf51a47b0df1aa1ad5201487394faaaf4c44a793a9 SHA512 d044231fc70ff6d5428707d56853db77feedbb29a4ea1a501e6fcbaaecb2743bdeeaa8dcf4c76f7d278905b31e83707ad2644e7876a44c9d2325537d647aab85 diff --git a/dev-java/jsoup/jsoup-1.8.3.ebuild b/dev-java/jsoup/jsoup-1.8.3.ebuild deleted file mode 100644 index 103a8ed904c7..000000000000 --- a/dev-java/jsoup/jsoup-1.8.3.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 test" - -inherit java-pkg-2 java-pkg-simple - -MY_PV="${PV}a" -MY_P="${PN}-${PN}-${MY_PV}" - -DESCRIPTION="Java HTML parser that makes sense of real-world HTML soup" -HOMEPAGE="https://jsoup.org/" -SRC_URI="https://github.com/jhy/${PN}/archive/${PN}-${MY_PV}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux" - -IUSE="" - -RDEPEND=">=virtual/jre-1.6" -DEPEND=">=virtual/jdk-1.6 - test? ( dev-java/junit:4 )" - -S="${WORKDIR}/${MY_P}" - -JAVA_SRC_DIR="src/main/java" - -java_prepare() { - rm pom.xml || die - mkdir -p target/classes/org/jsoup/nodes/ || die - cp src/main/java/org/jsoup/nodes/*.properties target/classes/org/jsoup/nodes/ || die -} - -src_test() { - testcp="${S}/${PN}.jar:$(java-pkg_getjars junit-4):target/tests" - - mkdir target/tests || die - ejavac -cp "${testcp}" -d target/tests $(find src/test/java -name "*.java") - cp -r src/test/resources/* target/tests || die - - tests=$(find target/tests -name "*Test.class" \ - | sed -e 's/target\/tests\///g' -e "s/\.class//" -e "s/\//./g" \ - | grep -vP '\$'); - ejunit4 -cp "${testcp}" ${tests} -} diff --git a/dev-java/jsoup/metadata.xml b/dev-java/jsoup/metadata.xml deleted file mode 100644 index de1e1a4fcf8e..000000000000 --- a/dev-java/jsoup/metadata.xml +++ /dev/null @@ -1,20 +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> - <upstream> - <remote-id type="github">jhy/jsoup</remote-id> - </upstream> - <longdescription> - jsoup is a Java library for working with real-world HTML. It provides a - very convenient API for extracting and manipulating data, using the best - of DOM, CSS, and jquery-like methods. - It implements the WHATWG HTML5 specification (http://whatwg.org/html), - and parses HTML to the same DOM as modern browsers do. It's designed to - deal with all varieties of HTML found in the wild; from pristine and - validating, to invalid tag-soup; jsoup will create a sensible parse tree. - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 743af38becc6..1ea9e28ac965 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -359,11 +359,6 @@ net-libs/onion dev-java/milton-mail-api dev-java/milton-api -# Volkmar W. Pogatzki <[email protected]> (2021-11-13) -# java package without consumers, -# bug_808948 (CVE-2021-37714). Removal in 30 days. -dev-java/jsoup - # Mart Raudsepp <[email protected]> (2021-11-11) # Needs testing to ensure valac-0.54 works for existing packages >=dev-libs/vala-common-0.53
