Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java:master commit in: dev-util/lint4j-bin/
Date: Wed, 30 Jun 2021 09:36:00
Message-Id: 1625045728.0ab751d60eae5ceeb26066fdde326715357d8b12.flow@gentoo
1 commit: 0ab751d60eae5ceeb26066fdde326715357d8b12
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 09:34:46 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 09:35:28 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=0ab751d6
7
8 dev-util/lint4j-bin: treeclean
9
10 Reason: failed sourcing ebuild: java-pkg-2: EAPI 0 not supported, (java-pkg-2.eclass,
11 line 17: called die)
12
13 Bug: https://bugs.gentoo.org/759889
14 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
15
16 dev-util/lint4j-bin/Manifest | 1 -
17 dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild | 31 -----------------------------
18 dev-util/lint4j-bin/metadata.xml | 8 --------
19 3 files changed, 40 deletions(-)
20
21 diff --git a/dev-util/lint4j-bin/Manifest b/dev-util/lint4j-bin/Manifest
22 deleted file mode 100644
23 index 9148be54..00000000
24 --- a/dev-util/lint4j-bin/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST lint4j-0.9.1.tar.gz 399519 SHA256 eb6deab888481d988cdee209b3deb5e11001ffa21408e77dae75ff671da2742d
28
29 diff --git a/dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild b/dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild
30 deleted file mode 100644
31 index a6751d17..00000000
32 --- a/dev-util/lint4j-bin/lint4j-bin-0.9.1.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -inherit java-pkg-2 java-ant-2
40 -DESCRIPTION="Static Java source and byte code analyzer."
41 -HOMEPAGE="http://www.jutils.com/"
42 -SRC_URI="http://www.jutils.com/download/lint4j/lint4j-0.9.1.tar.gz"
43 -LICENSE="lint4j"
44 -SLOT="0"
45 -KEYWORDS="~x86"
46 -IUSE="examples"
47 -RESTRICT="mirror"
48 -
49 -DEPEND=">=virtual/jdk-1.4"
50 -RDEPEND=">=virtual/jre-1.4"
51 -
52 -S=${WORKDIR}/lint4j-${PV}
53 -
54 -src_install() {
55 - java-pkg_dojar jars/lint4j.jar
56 - java-pkg_dolauncher lint4j
57 - java-pkg_register-ant-task
58 -
59 - dodoc README.txt doc/ACKNOWLEDGEMENTS.txt doc/CHANGELOG.txt
60 -
61 - if use examples ; then
62 - dodir /usr/share/doc/${PF}/examples
63 - cp -r examples/* ${D}/usr/share/doc/${PF}/examples || die "Cannot install examples"
64 - fi
65 -}
66
67 diff --git a/dev-util/lint4j-bin/metadata.xml b/dev-util/lint4j-bin/metadata.xml
68 deleted file mode 100644
69 index 952a4b9b..00000000
70 --- a/dev-util/lint4j-bin/metadata.xml
71 +++ /dev/null
72 @@ -1,8 +0,0 @@
73 -<?xml version="1.0" encoding="UTF-8"?>
74 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 -<pkgmetadata>
76 - <maintainer type="project">
77 - <email>java@g.o</email>
78 - <name>Java</name>
79 - </maintainer>
80 -</pkgmetadata>