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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F074158083 for ; Tue, 10 Sep 2024 06:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 907B2E2A04; Tue, 10 Sep 2024 06:46:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D491E2A04 for ; Tue, 10 Sep 2024 06:46:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEB2F33C84E for ; Tue, 10 Sep 2024 06:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BBAD1F35 for ; Tue, 10 Sep 2024 06:46:14 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1725950442.d9c0273228e50613d354bdf6bf5a91caa8eb919f.fordfrog@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: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d9c0273228e50613d354bdf6bf5a91caa8eb919f X-VCS-Branch: master Date: Tue, 10 Sep 2024 06:46:14 +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: b2bc781c-ae97-468b-8a81-52e888b6a97a X-Archives-Hash: cc67ea8d0e675682e8dcc72153c5a6b0 commit: d9c0273228e50613d354bdf6bf5a91caa8eb919f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Sep 9 08:21:19 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Sep 10 06:40:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c02732 java-utils-2.eclass: mark function use_doc as deprecated Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37338 Signed-off-by: Miroslav Šulc gentoo.org> eclass/java-utils-2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 6bf6b7788aa5..481c9b7df081 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2255,6 +2255,7 @@ java-pkg_force-compiler() { } # @FUNCTION: use_doc +# @DEPRECATED: none # @DESCRIPTION: # # Helper function for getting ant to build javadocs. If the user has USE=doc,