From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 073C713933E for ; Wed, 30 Jun 2021 09:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 555D0E083D; Wed, 30 Jun 2021 09:35:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A9A3E083D for ; Wed, 30 Jun 2021 09:35:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75FC033BE23 for ; Wed, 30 Jun 2021 09:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06B4F7C4 for ; Wed, 30 Jun 2021 09:35:55 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1625045727.8b412a7e53b5d8965b4f19eb65f444013c3edc6d.flow@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/guava/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/guava/Manifest dev-java/guava/guava-10.0.1.ebuild dev-java/guava/guava-12.0.ebuild dev-java/guava/metadata.xml X-VCS-Directories: dev-java/guava/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8b412a7e53b5d8965b4f19eb65f444013c3edc6d X-VCS-Branch: master Date: Wed, 30 Jun 2021 09:35:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01b2730d-0253-4198-9877-04f8beed4b62 X-Archives-Hash: 7edf11304648c535589b6a771db25b6a commit: 8b412a7e53b5d8965b4f19eb65f444013c3edc6d Author: Florian Schmaus gentoo org> AuthorDate: Wed Jun 30 09:34:43 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jun 30 09:35:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=8b412a7e 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 gentoo.org> dev-java/guava/Manifest | 2 -- dev-java/guava/guava-10.0.1.ebuild | 28 ---------------------------- dev-java/guava/guava-12.0.ebuild | 28 ---------------------------- dev-java/guava/metadata.xml | 13 ------------- 4 files changed, 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 @@ - - - - -java@gentoo.org -Java - - -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. - -