commit:     446785d0cb1fa2fc2838cc450189797e0de5aba0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 07:20:57 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May 29 07:20:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446785d0

dev-util/checkstyle: treeclean

Bug: https://bugs.gentoo.org/710750
Closes: https://bugs.gentoo.org/828453
Bug: https://bugs.gentoo.org/680516
Closes: https://bugs.gentoo.org/436226
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/checkstyle/Manifest                 |  1 -
 dev-util/checkstyle/checkstyle-7.2-r1.ebuild | 67 ----------------------------
 dev-util/checkstyle/metadata.xml             | 12 -----
 profiles/package.mask                        |  5 ---
 4 files changed, 85 deletions(-)

diff --git a/dev-util/checkstyle/Manifest b/dev-util/checkstyle/Manifest
deleted file mode 100644
index 211e74a404f8..000000000000
--- a/dev-util/checkstyle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST checkstyle-7.2.tar.gz 3359817 BLAKE2B 
45cb74f6d2ff49cc218537cb9b5f95764a61a506f3aad8e265c809a0fecf9da47e8902ccc3afc312cddf3260d763b9d98a7e148c9382ed4107931cd189841170
 SHA512 
ee99d96d99a3f75097297cfda46e3647e57213bcb8b78098251a21c3fe0b4bb774393848d444f721d4bea83173581c89377a9d250157d6e6a225239da81d955f

diff --git a/dev-util/checkstyle/checkstyle-7.2-r1.ebuild 
b/dev-util/checkstyle/checkstyle-7.2-r1.ebuild
deleted file mode 100644
index 564d30830696..000000000000
--- a/dev-util/checkstyle/checkstyle-7.2-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Development tool to help write Java code that adheres to a coding 
standard"
-HOMEPAGE="https://github.com/checkstyle/checkstyle";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz";
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-CP_DEPEND="
-       dev-java/ant-core:0
-       >=dev-java/antlr-2.7.7-r7:0
-       dev-java/antlr:4
-       dev-java/commons-beanutils:1.7
-       dev-java/commons-cli:1
-       dev-java/commons-logging:0
-       dev-java/guava:20
-       dev-java/jaxb-api:2
-"
-
-RDEPEND="${CP_DEPEND}
-       >=virtual/jre-1.8:*"
-
-DEPEND="${CP_DEPEND}
-       >=virtual/jdk-1.8:*"
-
-S="${WORKDIR}/${PN}-${P}"
-JAVA_SRC_DIR="${S}/src/main/java"
-
-src_configure() {
-       JAVA_GENTOO_CLASSPATH_EXTRA=$(java-config --tools)
-}
-
-src_compile() {
-       local PKG
-
-       PKG=com/puppycrawl/tools/checkstyle/grammars
-       cd "${S}"/src/main/resources/${PKG} || die
-       antlr -o "${JAVA_SRC_DIR}"/${PKG} java.g || die
-
-       PKG+=/javadoc
-       cd "${S}"/src/main/resources/${PKG} || die
-       antlr4 -o "${JAVA_SRC_DIR}"/${PKG} -package ${PKG//\//.} 
JavadocLexer.g4 || die
-       antlr4 -o "${JAVA_SRC_DIR}"/${PKG} -package ${PKG//\//.} 
JavadocParser.g4 || die
-
-       cd "${S}" || die
-       java-pkg-simple_src_compile
-       java-pkg_addres ${PN}.jar src/main/resources
-}
-
-src_install() {
-       java-pkg-simple_src_install
-       dodoc README.md
-
-       java-pkg_dolauncher ${PN} \
-               --main com.puppycrawl.tools.checkstyle.Main
-
-       java-pkg_dolauncher ${PN}-gui \
-               --main com.puppycrawl.tools.checkstyle.gui.Main
-}

diff --git a/dev-util/checkstyle/metadata.xml b/dev-util/checkstyle/metadata.xml
deleted file mode 100644
index e2aab27f2281..000000000000
--- a/dev-util/checkstyle/metadata.xml
+++ /dev/null
@@ -1,12 +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="sourceforge">checkstyle</remote-id>
-               <remote-id type="github">checkstyle/checkstyle</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 52b77a96ff87..ad4a8ad02025 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -391,11 +391,6 @@ java-virtuals/jms
 # Removal in 30 days on 2022-05-27.
 net-im/jabber-base
 
-# Volkmar W. Pogatzki <[email protected]> (2022-04-22)
-# Blocks removal of vulnerable dev-java/guava:20, bug #833309.
-# Removal on 2022-05-30
-dev-util/checkstyle
-
 # Mike Pagano <[email protected]> (2022-04-26)
 # These kernels contain a major regression that causes power button
 # to stop working, apparently making it impossible to leave suspend

Reply via email to