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 95AB5138FAA for ; Mon, 17 Oct 2016 15:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 236F921C04E; Mon, 17 Oct 2016 15:16:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C534E0B7A for ; Mon, 17 Oct 2016 15:16:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C4213413AD for ; Mon, 17 Oct 2016 15:16:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF8F7D9 for ; Mon, 17 Oct 2016 15:16:13 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1476717323.74fd2b94e73c77f7881fc68c643ceb5bebb6e09a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/java-utils-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 74fd2b94e73c77f7881fc68c643ceb5bebb6e09a X-VCS-Branch: master Date: Mon, 17 Oct 2016 15:16:13 +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-Archives-Salt: b8582714-d6d5-4d9c-bfbe-06f4b68d7e13 X-Archives-Hash: cd7f9f86e4b68f64e09228e39564252e commit: 74fd2b94e73c77f7881fc68c643ceb5bebb6e09a Author: James Le Cuirot gentoo org> AuthorDate: Sun Oct 16 20:24:47 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Oct 17 15:15:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fd2b94 java-utils-2.eclass: Remove reference to long dead ant_src_unpack eclass/java-utils-2.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index b723396..82dec00 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2182,10 +2182,6 @@ java-pkg_init() { I_WANT_GLOBAL_JAVA_OPTIONS="true" fi - if java-pkg_func-exists ant_src_unpack; then - java-pkg_announce-qa-violation "Using old ant_src_unpack. Should be src_unpack" - fi - java-pkg_switch-vm PATH=${JAVA_HOME}/bin:${PATH}