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 59ABF15852A for ; Mon, 26 Aug 2024 13:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2526E2A7B; Mon, 26 Aug 2024 13:04:33 +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 84C10E2A50 for ; Mon, 26 Aug 2024 13:04:33 +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 A02F833BED4 for ; Mon, 26 Aug 2024 13:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8401EF5 for ; Mon, 26 Aug 2024 13:04:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1724677463.d1d31339c50dceed5a453793a71298c29698aa3d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/versionator.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d1d31339c50dceed5a453793a71298c29698aa3d X-VCS-Branch: master Date: Mon, 26 Aug 2024 13:04:31 +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: 389a99dc-a86e-4a3c-8ab9-11e347ee2bc0 X-Archives-Hash: 1d9124b0eb2c8acc925c57e5e475e6b3 commit: d1d31339c50dceed5a453793a71298c29698aa3d Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 20 17:58:30 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Aug 26 13:04:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d31339 versionator.eclass: Mark as DEAD Signed-off-by: Ulrich Müller gentoo.org> eclass/versionator.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass index 8a1066a0fd30..1e491860b6ca 100644 --- a/eclass/versionator.eclass +++ b/eclass/versionator.eclass @@ -1,6 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# @DEAD # @ECLASS: versionator.eclass # @MAINTAINER: # Jonathan Callen