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 91ABF13835A for ; Mon, 21 Sep 2020 21:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE6AEE0835; Mon, 21 Sep 2020 21:48:48 +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 9730AE0835 for ; Mon, 21 Sep 2020 21:48:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CB065340E79 for ; Mon, 21 Sep 2020 21:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54B437B for ; Mon, 21 Sep 2020 21:48:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600724913.c39a542522b2adc0c20eee5a56229e238e365992.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-eclipse-ecj/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-eclipse-ecj/files/ecj-4.2 X-VCS-Directories: dev-java/ant-eclipse-ecj/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c39a542522b2adc0c20eee5a56229e238e365992 X-VCS-Branch: master Date: Mon, 21 Sep 2020 21:48:42 +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: fe8d9dda-4590-4d4d-b33b-34ec2cf2e19e X-Archives-Hash: fa9ca9eb8bf91fa6ee92c2d78a7b906f commit: c39a542522b2adc0c20eee5a56229e238e365992 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Sep 21 18:46:30 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Sep 21 21:48:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39a5425 dev-java/ant-eclipse-ecj: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/17631 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> dev-java/ant-eclipse-ecj/files/ecj-4.2 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-java/ant-eclipse-ecj/files/ecj-4.2 b/dev-java/ant-eclipse-ecj/files/ecj-4.2 deleted file mode 100644 index 5100ad03962..00000000000 --- a/dev-java/ant-eclipse-ecj/files/ecj-4.2 +++ /dev/null @@ -1,7 +0,0 @@ -JAVAC="/usr/bin/ecj-4.2" -PACKAGE="=dev-java/ant-eclipse-ecj-4.2*" -SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7" -SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7" -ANT_BUILD_COMPILER="org.eclipse.jdt.core.JDTCompilerAdapter" -ANT_BUILD_COMPILER_DEPS="eclipse-ecj-4.2,ant-eclipse-ecj-4.2" -GENERATION="2"