diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-06-30 11:34:46 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-06-30 11:35:28 +0200 |
commit | 0ab751d60eae5ceeb26066fdde326715357d8b12 (patch) | |
tree | 750581ee84cbe99c342ebd2b4e2225d5d828c6b2 /dev-util | |
parent | dev-java/jaminid: treeclean (diff) | |
download | java-0ab751d60eae5ceeb26066fdde326715357d8b12.tar.gz java-0ab751d60eae5ceeb26066fdde326715357d8b12.tar.bz2 java-0ab751d60eae5ceeb26066fdde326715357d8b12.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lint4j-bin/Manifest | 1 | ||||
-rw-r--r-- | dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild | 31 | ||||
-rw-r--r-- | dev-util/lint4j-bin/metadata.xml | 8 |
3 files changed, 0 insertions, 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>java@gentoo.org</email> - <name>Java</name> - </maintainer> -</pkgmetadata> |