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 6C9F315801B for ; Sat, 12 Aug 2023 04:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56DF22BC023; Sat, 12 Aug 2023 04:44:08 +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 39BB12BC01D for ; Sat, 12 Aug 2023 04:44:08 +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 3BEBF340D11 for ; Sat, 12 Aug 2023 04:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6291AF65 for ; Sat, 12 Aug 2023 04:44:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1691815245.354924b6e7a9e7a54eaa62000020a7d79c028a0c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/Manifest dev-util/pkgconf/pkgconf-2.0.0.ebuild dev-util/pkgconf/pkgconf-2.0.1.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 354924b6e7a9e7a54eaa62000020a7d79c028a0c X-VCS-Branch: master Date: Sat, 12 Aug 2023 04:44:05 +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: 13626967-4821-4d23-a8e7-12f2aa0f45ab X-Archives-Hash: 6d819c665d5f708b31730ae3f9f9d42a commit: 354924b6e7a9e7a54eaa62000020a7d79c028a0c Author: Sam James gentoo org> AuthorDate: Sat Aug 12 04:40:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 12 04:40:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354924b6 dev-util/pkgconf: add 2.0.1, drop 2.0.0 Closes: https://bugs.gentoo.org/911721 Closes: https://bugs.gentoo.org/911710 Closes: https://bugs.gentoo.org/911716 Closes: https://bugs.gentoo.org/911718 Closes: https://bugs.gentoo.org/911719 Closes: https://bugs.gentoo.org/911746 Closes: https://bugs.gentoo.org/911924 Closes: https://bugs.gentoo.org/911937 Signed-off-by: Sam James gentoo.org> dev-util/pkgconf/Manifest | 2 +- dev-util/pkgconf/{pkgconf-2.0.0.ebuild => pkgconf-2.0.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest index 73821e1bd05f..81445547d1e7 100644 --- a/dev-util/pkgconf/Manifest +++ b/dev-util/pkgconf/Manifest @@ -1,2 +1,2 @@ DIST pkgconf-1.8.1.tar.xz 302372 BLAKE2B 591961f0b1fd185834fd8e2a672199cffc035139599817b1d56d571300d2aa800a719c9477aac4023dfade597ad3cc3b45360babe57498977568ee57077c7bbe SHA512 7a7d5204c1c9bfb6578bda56f299d1fa0300e69a133a65730b10ad77aefbf26fceb74ae77cecda326b3ed5db5736f27fcce94764b3a56d40f4bb99fecdc80bba -DIST pkgconf-2.0.0.tar.xz 310204 BLAKE2B c3c35724fddce349702e86046be5ddf359d8e1278e175ffbe46d6f202ef9cd14d41c76f3eb09de18ec2c67a45d7c45f0ba6e600d5873535aa63eb8361dd5df7e SHA512 6f40201a1e5d400358bb5218647d3160d42881c4a7d1bc3c8a75b306e47dc2ed1204268b2bdac0c14068e66cd3defe211570263274de7fedd0206b7dd343613d +DIST pkgconf-2.0.1.tar.xz 310576 BLAKE2B 9cb4a1a2ba9a961f184e8d600e15866b6ca971c84b1f9ce83a9ce528b16ec1f6c425ca0deebe5aa11f54d4daf64afbd59e96289a2e17a4bf62f8a82d48d59248 SHA512 1f6e6e421e6e6228aad5cbd834016c8657a59e3bbb5929de4b62377a79cb4e4a52e339f305378b80e6309701bbc0490179e0ead7bdee9da6d7c78565d7b80bc8 diff --git a/dev-util/pkgconf/pkgconf-2.0.0.ebuild b/dev-util/pkgconf/pkgconf-2.0.1.ebuild similarity index 100% rename from dev-util/pkgconf/pkgconf-2.0.0.ebuild rename to dev-util/pkgconf/pkgconf-2.0.1.ebuild