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 86464158041 for ; Sun, 10 Mar 2024 21:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C889E2A5F; Sun, 10 Mar 2024 21:10:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 376D9E2A5C for ; Sun, 10 Mar 2024 21:10:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CECE33BEEE for ; Sun, 10 Mar 2024 21:10:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699791525 for ; Sun, 10 Mar 2024 21:10:36 +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: <1710105009.ece8a551eed30f9fa366d10f9a1e8d69451eb01c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/ant-tasks.eclass X-VCS-Directories: eclass/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ece8a551eed30f9fa366d10f9a1e8d69451eb01c X-VCS-Branch: master Date: Sun, 10 Mar 2024 21:10:36 +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: 0690ca13-55be-4364-8af3-f38b8201f710 X-Archives-Hash: 263db7752b23c8afb78f6b385832b5be commit: ece8a551eed30f9fa366d10f9a1e8d69451eb01c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Feb 29 06:18:36 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Mar 10 21:10:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece8a551 ant-tasks.eclass: @DEPRECATED all packages which inherit ant-tasks.eclass are PMASKED for removal Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> eclass/ant-tasks.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index d599238ba253..c1a82ccbab5b 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -1,6 +1,7 @@ -# Copyright 2007-2023 Gentoo Authors +# Copyright 2007-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# @DEPRECATED: # @ECLASS: ant-tasks.eclass # @MAINTAINER: # java@gentoo.org