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 96772139345 for ; Wed, 30 Jun 2021 09:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A11E0833; Wed, 30 Jun 2021 09:35:58 +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 CE80CE0833 for ; Wed, 30 Jun 2021 09:35:58 +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 9383B33BEF2 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 3ECAC7C8 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.fd59c2672cc60a7f99d52e77b6e7f0272cd9df2b.flow@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/gdata/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/gdata/Manifest dev-java/gdata/gdata-1.46.0.ebuild dev-java/gdata/metadata.xml X-VCS-Directories: dev-java/gdata/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fd59c2672cc60a7f99d52e77b6e7f0272cd9df2b 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: 18e1eec4-dbf1-498e-8e7a-4683531e517f X-Archives-Hash: d0c2ade82731ad5ef0d2ecf96f5a9fbd commit: fd59c2672cc60a7f99d52e77b6e7f0272cd9df2b Author: Florian Schmaus gentoo org> AuthorDate: Wed Jun 30 09:34:45 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=fd59c267 dev-java/gdata: 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/gdata/Manifest | 1 - dev-java/gdata/gdata-1.46.0.ebuild | 67 -------------------------------------- dev-java/gdata/metadata.xml | 25 -------------- 3 files changed, 93 deletions(-) diff --git a/dev-java/gdata/Manifest b/dev-java/gdata/Manifest deleted file mode 100644 index 868be9af..00000000 --- a/dev-java/gdata/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gdata-src.java-1.46.0.zip 11264317 SHA256 ee0a09eecbc45a3f7d46a5ea1ea966e203fbedb1611b81ec9d57a3e0e1729139 diff --git a/dev-java/gdata/gdata-1.46.0.ebuild b/dev-java/gdata/gdata-1.46.0.ebuild deleted file mode 100644 index 177deb26..00000000 --- a/dev-java/gdata/gdata-1.46.0.ebuild +++ /dev/null @@ -1,67 +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-ant-2 - -DESCRIPTION="The Google Data APIs (GData) provide a simple protocol for reading and writing data on the web" -HOMEPAGE="http://code.google.com/p/gdata-java-client/" -SRC_URI="http://${PN}-java-client.googlecode.com/files/${PN}-src.java-${PV}.zip" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND="dev-java/guava:0 - dev-java/jsr305:0 - java-virtuals/jaf:0 - java-virtuals/javamail:0 - java-virtuals/jdk-with-com-sun:0" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.5" - -DEPEND="${CDEPEND} - app-arch/unzip - >=virtual/jdk-1.5" - -S="${WORKDIR}/${PN}/java" - -JAVA_PKG_BSFIX="no" -JAVA_ANT_REWRITE_CLASSPATH="yes" - -EANT_BUILD_XML="build-src.xml" -EANT_BUILD_TARGET="all" -EANT_DOC_TARGET="" -EANT_NEEDS_TOOLS="yes" -EANT_GENTOO_CLASSPATH="guava jaf javamail jsr305" -EANT_EXTRA_ARGS="-Dactivation.jar= -Dmail.jar=" - -java_prepare() { - # Make this work with Guava instead of Google Collections. - sed -i "s/ImmutableMultimap/ImmutableListMultimap/g" \ - src/com/google/gdata/util/common/net/UriParameterMap.java || die - - # Delete bundled JARs. - find -iname "*.jar" -delete || die - - # Fix all the build files. - java-ant_bsfix_files build-src.xml build-src/*.xml -} - -src_install() { - dodoc ../INSTALL-src.txt ../README-src.txt ../RELEASE_NOTES.txt - - use doc && java-pkg_dojavadoc doc - use source && java-pkg_dosrc src/* - - local JAR - cd lib || die - - for JAR in *.jar; do - java-pkg_newjar "${JAR}" "${JAR%-*}.jar" - done -} diff --git a/dev-java/gdata/metadata.xml b/dev-java/gdata/metadata.xml deleted file mode 100644 index f1494949..00000000 --- a/dev-java/gdata/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - java@gentoo.org - Java - - - The Google Data APIs (GData) provide a simple protocol for reading and writing data on the web. - - Each of the following Google services provides a Google data API: - - * Base - * Blogger - * Calendar - * Contacts - * Picasa Web Albums - * Spreadsheets - * Documents List - * Google Apps Provisioning - * Code Search - * Notebook - * YouTube - -