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 29F89158041 for ; Sun, 10 Mar 2024 21:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E988E2A25; Sun, 10 Mar 2024 21:30:11 +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 3DEBEE2A25 for ; Sun, 10 Mar 2024 21:30:11 +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 68FE933BDFF for ; Sun, 10 Mar 2024 21:30:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6B981384 for ; Sun, 10 Mar 2024 21:30:08 +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: <1710106206.a853e5b0671dabbebad41a7d2da61aa5c300c4fb.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.deprecated X-VCS-Directories: profiles/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a853e5b0671dabbebad41a7d2da61aa5c300c4fb X-VCS-Branch: master Date: Sun, 10 Mar 2024 21:30:08 +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: 0f897fb6-4331-4ac0-ab3c-c653d46f0775 X-Archives-Hash: a4480d49839728b2f9446c4f30a15e78 commit: a853e5b0671dabbebad41a7d2da61aa5c300c4fb Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Feb 26 16:26:09 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Mar 10 21:30:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a853e5b0 profiles: dev-java/ant-core deprecated Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35703 Signed-off-by: Miroslav Šulc gentoo.org> profiles/package.deprecated | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index d67d95ba3979..4b34e77f7396 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Volkmar W. Pogatzki (2024-03-10) +# ant-core should no longer be ussed as of version 1.10.14 or higher. +# It is now completely integrated in dev-java/ant and will be removed after a +# grace period. +dev-java/ant-core + # Andrew Ammerlaan (2024-03-09) # Unmaintained upstream. Does not build with llvm-16 and up, nor with # python-3.12 and up. Please port to Qt6.