commit: 0ab751d60eae5ceeb26066fdde326715357d8b12 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Jun 30 09:34:46 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jun 30 09:35:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=0ab751d6
dev-util/lint4j-bin: treeclean Reason: failed sourcing ebuild: java-pkg-2: EAPI 0 not supported, (java-pkg-2.eclass, line 17: called die) Bug: https://bugs.gentoo.org/759889 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-util/lint4j-bin/Manifest | 1 - dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild | 31 ----------------------------- dev-util/lint4j-bin/metadata.xml | 8 -------- 3 files changed, 40 deletions(-) diff --git a/dev-util/lint4j-bin/Manifest b/dev-util/lint4j-bin/Manifest deleted file mode 100644 index 9148be54..00000000 --- a/dev-util/lint4j-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lint4j-0.9.1.tar.gz 399519 SHA256 eb6deab888481d988cdee209b3deb5e11001ffa21408e77dae75ff671da2742d diff --git a/dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild b/dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild deleted file mode 100644 index a6751d17..00000000 --- a/dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit java-pkg-2 java-ant-2 -DESCRIPTION="Static Java source and byte code analyzer." -HOMEPAGE="http://www.jutils.com/" -SRC_URI="http://www.jutils.com/download/lint4j/lint4j-0.9.1.tar.gz" -LICENSE="lint4j" -SLOT="0" -KEYWORDS="~x86" -IUSE="examples" -RESTRICT="mirror" - -DEPEND=">=virtual/jdk-1.4" -RDEPEND=">=virtual/jre-1.4" - -S=${WORKDIR}/lint4j-${PV} - -src_install() { - java-pkg_dojar jars/lint4j.jar - java-pkg_dolauncher lint4j - java-pkg_register-ant-task - - dodoc README.txt doc/ACKNOWLEDGEMENTS.txt doc/CHANGELOG.txt - - if use examples ; then - dodir /usr/share/doc/${PF}/examples - cp -r examples/* ${D}/usr/share/doc/${PF}/examples || die "Cannot install examples" - fi -} diff --git a/dev-util/lint4j-bin/metadata.xml b/dev-util/lint4j-bin/metadata.xml deleted file mode 100644 index 952a4b9b..00000000 --- a/dev-util/lint4j-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Java</name> - </maintainer> -</pkgmetadata>
