aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-06-30 11:34:43 +0200
committerFlorian Schmaus <flow@gentoo.org>2021-06-30 11:35:27 +0200
commit8b412a7e53b5d8965b4f19eb65f444013c3edc6d (patch)
tree004ed81485f2cf704d4627bec91c5e64f5ed1e68
parentdev-java/asterisk-java: treeclean (diff)
downloadjava-8b412a7e53b5d8965b4f19eb65f444013c3edc6d.tar.gz
java-8b412a7e53b5d8965b4f19eb65f444013c3edc6d.tar.bz2
java-8b412a7e53b5d8965b4f19eb65f444013c3edc6d.zip
dev-java/guava: treeclean
Reason: failed sourcing ebuild: java-pkg-2: EAPI 4 not supported, (java-pkg-2.eclass, line 17: called die) Bug: https://bugs.gentoo.org/759889 Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-java/guava/Manifest2
-rw-r--r--dev-java/guava/guava-10.0.1.ebuild28
-rw-r--r--dev-java/guava/guava-12.0.ebuild28
-rw-r--r--dev-java/guava/metadata.xml13
4 files changed, 0 insertions, 71 deletions
diff --git a/dev-java/guava/Manifest b/dev-java/guava/Manifest
deleted file mode 100644
index 3e317f24..00000000
--- a/dev-java/guava/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST guava-10.0.1-sources.jar 840203 SHA256 26ea3d3cbab52d12b8f320b946314ceaf340ea030fdf1827b064d1671c530484
-DIST guava-12.0-sources.jar 1002181 SHA256 aaa2396904817f4c9c975d581fbe1c79a44cbdcf5e8aaf76fba01b4d8ff055ab
diff --git a/dev-java/guava/guava-10.0.1.ebuild b/dev-java/guava/guava-10.0.1.ebuild
deleted file mode 100644
index a268b0ca..00000000
--- a/dev-java/guava/guava-10.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="http://code.google.com/p/guava-libraries/"
-SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
-
-LICENSE="Apache-2.0"
-SLOT="10"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEP="
- dev-java/jsr305:0
- java-virtuals/jdk-with-com-sun:0"
-RDEPEND="${COMMON_DEP}
- >=virtual/jre-1.5"
-DEPEND="${COMMON_DEP}
- >=virtual/jdk-1.7" # http://code.google.com/p/guava-libraries/issues/detail?id=635
-
-JAVA_GENTOO_CLASSPATH="jsr305"
diff --git a/dev-java/guava/guava-12.0.ebuild b/dev-java/guava/guava-12.0.ebuild
deleted file mode 100644
index 5a46bdd4..00000000
--- a/dev-java/guava/guava-12.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="http://code.google.com/p/guava-libraries/"
-SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
-
-LICENSE="Apache-2.0"
-SLOT="12"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEP="
- dev-java/jsr305:0
- java-virtuals/jdk-with-com-sun:0"
-RDEPEND="${COMMON_DEP}
- >=virtual/jre-1.6"
-DEPEND="${COMMON_DEP}
- >=virtual/jdk-1.7" # http://code.google.com/p/guava-libraries/issues/detail?id=635
-
-JAVA_GENTOO_CLASSPATH="jsr305"
diff --git a/dev-java/guava/metadata.xml b/dev-java/guava/metadata.xml
deleted file mode 100644
index a33f3c63..00000000
--- a/dev-java/guava/metadata.xml
+++ /dev/null
@@ -1,13 +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>
-<longdescription lang="en">
-Contains several of Google's core Java libraries that are used in
-their many Java-based projects. It includes a strictly compatible
-superset of the old Google Collections Library.
-</longdescription>
-</pkgmetadata>