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-java/guava/
Date: Wed, 30 Jun 2021 09:36:00
Message-Id: 1625045727.8b412a7e53b5d8965b4f19eb65f444013c3edc6d.flow@gentoo
1 commit: 8b412a7e53b5d8965b4f19eb65f444013c3edc6d
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 09:34:43 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 09:35:27 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=8b412a7e
7
8 dev-java/guava: treeclean
9
10 Reason: failed sourcing ebuild: java-pkg-2: EAPI 4 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-java/guava/Manifest | 2 --
17 dev-java/guava/guava-10.0.1.ebuild | 28 ----------------------------
18 dev-java/guava/guava-12.0.ebuild | 28 ----------------------------
19 dev-java/guava/metadata.xml | 13 -------------
20 4 files changed, 71 deletions(-)
21
22 diff --git a/dev-java/guava/Manifest b/dev-java/guava/Manifest
23 deleted file mode 100644
24 index 3e317f24..00000000
25 --- a/dev-java/guava/Manifest
26 +++ /dev/null
27 @@ -1,2 +0,0 @@
28 -DIST guava-10.0.1-sources.jar 840203 SHA256 26ea3d3cbab52d12b8f320b946314ceaf340ea030fdf1827b064d1671c530484
29 -DIST guava-12.0-sources.jar 1002181 SHA256 aaa2396904817f4c9c975d581fbe1c79a44cbdcf5e8aaf76fba01b4d8ff055ab
30
31 diff --git a/dev-java/guava/guava-10.0.1.ebuild b/dev-java/guava/guava-10.0.1.ebuild
32 deleted file mode 100644
33 index a268b0ca..00000000
34 --- a/dev-java/guava/guava-10.0.1.ebuild
35 +++ /dev/null
36 @@ -1,28 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40 -
41 -EAPI="4"
42 -
43 -JAVA_PKG_IUSE="doc source"
44 -
45 -inherit java-pkg-2 java-pkg-simple
46 -
47 -DESCRIPTION="A collection of Google's core Java libraries"
48 -HOMEPAGE="http://code.google.com/p/guava-libraries/"
49 -SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="10"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -COMMON_DEP="
57 - dev-java/jsr305:0
58 - java-virtuals/jdk-with-com-sun:0"
59 -RDEPEND="${COMMON_DEP}
60 - >=virtual/jre-1.5"
61 -DEPEND="${COMMON_DEP}
62 - >=virtual/jdk-1.7" # http://code.google.com/p/guava-libraries/issues/detail?id=635
63 -
64 -JAVA_GENTOO_CLASSPATH="jsr305"
65
66 diff --git a/dev-java/guava/guava-12.0.ebuild b/dev-java/guava/guava-12.0.ebuild
67 deleted file mode 100644
68 index 5a46bdd4..00000000
69 --- a/dev-java/guava/guava-12.0.ebuild
70 +++ /dev/null
71 @@ -1,28 +0,0 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI="4"
77 -
78 -JAVA_PKG_IUSE="doc source"
79 -
80 -inherit java-pkg-2 java-pkg-simple
81 -
82 -DESCRIPTION="A collection of Google's core Java libraries"
83 -HOMEPAGE="http://code.google.com/p/guava-libraries/"
84 -SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
85 -
86 -LICENSE="Apache-2.0"
87 -SLOT="12"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE=""
90 -
91 -COMMON_DEP="
92 - dev-java/jsr305:0
93 - java-virtuals/jdk-with-com-sun:0"
94 -RDEPEND="${COMMON_DEP}
95 - >=virtual/jre-1.6"
96 -DEPEND="${COMMON_DEP}
97 - >=virtual/jdk-1.7" # http://code.google.com/p/guava-libraries/issues/detail?id=635
98 -
99 -JAVA_GENTOO_CLASSPATH="jsr305"
100
101 diff --git a/dev-java/guava/metadata.xml b/dev-java/guava/metadata.xml
102 deleted file mode 100644
103 index a33f3c63..00000000
104 --- a/dev-java/guava/metadata.xml
105 +++ /dev/null
106 @@ -1,13 +0,0 @@
107 -<?xml version="1.0" encoding="UTF-8"?>
108 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 -<pkgmetadata>
110 -<maintainer type="project">
111 -<email>java@g.o</email>
112 -<name>Java</name>
113 -</maintainer>
114 -<longdescription lang="en">
115 -Contains several of Google's core Java libraries that are used in
116 -their many Java-based projects. It includes a strictly compatible
117 -superset of the old Google Collections Library.
118 -</longdescription>
119 -</pkgmetadata>