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 5F26915808B for ; Sun, 18 Feb 2024 19:43:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95ADBE2B33; Sun, 18 Feb 2024 19:43:52 +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 6E9BBE2B33 for ; Sun, 18 Feb 2024 19:43:52 +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 4CF363430F8 for ; Sun, 18 Feb 2024 19:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91C301301 for ; Sun, 18 Feb 2024 19:43:49 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1708285364.7b6f22d1671c612f4693c28c28450de18d8f12ee.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xar/xar-1.8.0.0.498.ebuild X-VCS-Directories: app-arch/xar/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 7b6f22d1671c612f4693c28c28450de18d8f12ee X-VCS-Branch: master Date: Sun, 18 Feb 2024 19:43:49 +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: 70dd06ad-bb62-43b3-a581-21681adff371 X-Archives-Hash: a4183995314b8f65d40a9af89a9da8a7 commit: 7b6f22d1671c612f4693c28c28450de18d8f12ee Author: Fabian Groffen gentoo org> AuthorDate: Sun Feb 18 19:42:44 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Feb 18 19:42:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6f22d1 app-arch/xar-1.8.0.0.498: fix comment and copyright Once upon a time repoman would fix copyrights ... silly. Signed-off-by: Fabian Groffen gentoo.org> app-arch/xar/xar-1.8.0.0.498.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/xar/xar-1.8.0.0.498.ebuild b/app-arch/xar/xar-1.8.0.0.498.ebuild index a4dc6bb80c82..80225ab0a44a 100644 --- a/app-arch/xar/xar-1.8.0.0.498.ebuild +++ b/app-arch/xar/xar-1.8.0.0.498.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic toolchain-funcs multilib-minimal -APPLE_PV=$(ver_cut 5-) # 487: macOS 13.3 and up +APPLE_PV=$(ver_cut 5-) # 498: macOS 13.3 and up DESCRIPTION="An easily extensible archive format" HOMEPAGE="https://github.com/apple-oss-distributions/xar" SRC_URI="https://github.com/apple-oss-distributions/xar/archive/xar-${APPLE_PV}.tar.gz"