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 529BA158020 for ; Tue, 8 Nov 2022 02:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7286EE0934; Tue, 8 Nov 2022 02:40:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 57F7AE0934 for ; Tue, 8 Nov 2022 02:40:31 +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 0F3EF34109C for ; Tue, 8 Nov 2022 02:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C6A61D for ; Tue, 8 Nov 2022 02:40:28 +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: <1667875173.9be8b3c99b95b29ec1f233736840cfa83400f617.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/texinfo/Manifest sys-apps/texinfo/texinfo-6.8.91.ebuild sys-apps/texinfo/texinfo-7.0.ebuild X-VCS-Directories: sys-apps/texinfo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9be8b3c99b95b29ec1f233736840cfa83400f617 X-VCS-Branch: master Date: Tue, 8 Nov 2022 02:40:28 +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: 47044b2d-1104-40ed-b5a9-12ebaf7608b1 X-Archives-Hash: eca1e19cda0cc8d435f61a7294e7a754 commit: 9be8b3c99b95b29ec1f233736840cfa83400f617 Author: Sam James gentoo org> AuthorDate: Tue Nov 8 02:38:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 8 02:39:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be8b3c9 sys-apps/texinfo: add 7.0, drop 6.8.91 Closes: https://bugs.gentoo.org/574740 Closes: https://bugs.gentoo.org/624394 Closes: https://bugs.gentoo.org/679238 Closes: https://bugs.gentoo.org/863713 Signed-off-by: Sam James gentoo.org> sys-apps/texinfo/Manifest | 2 +- sys-apps/texinfo/{texinfo-6.8.91.ebuild => texinfo-7.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index 69a625a6e9e6..0c190af6ce28 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,2 +1,2 @@ -DIST texinfo-6.8.91.tar.xz 4895920 BLAKE2B 1faabacf8a9ca8e40159e3e8c481c6d4b161fe7327c21cf36233f451753799b375d414bd10f86f7f3a7652fcaf1fdc1fed4e31f664727eb3dc1b9128955f7517 SHA512 9a21fd9ac626fd0508e07f5fb8673f4327b69f11960f32290bd24eb9a3418b5df5c3b764f793d52ae3bde60e6db1f389a2205c1412cf90ff9637f8aff55d6365 DIST texinfo-6.8.tar.xz 4961528 BLAKE2B 0256dac5ba9c7f171c970644907b763f7a88fd9995111244df0458591aed1a0fe94c76045dde69f9138d65d6f780aae6869bbbc013f58e04ae7c62456b222bbb SHA512 0ff9290b14e4d83e32b889cfa24e6d065f98b2a764daf6b92c6c895fddbb35258398da6257c113220d5a4d886f7b54b09c4b117ca5eacfee6797f9bffde0f909 +DIST texinfo-7.0.tar.xz 4900752 BLAKE2B a8314e048d14584b07fea5246223ed1387f374eac77d7b8d736b6d13ef3c72b2ef117f251e34e780761fa70a9d138a86f14feb825371022fa35292e39c8dab63 SHA512 99f691515a3c43c76eca7dd78e8a79108ec8d64ebb2a677bb0473e5a67da50ebdf14d9c5428ebe7618f6cba435e6a4c42079ad2f5665371b06585f2fd28d695e diff --git a/sys-apps/texinfo/texinfo-6.8.91.ebuild b/sys-apps/texinfo/texinfo-7.0.ebuild similarity index 100% rename from sys-apps/texinfo/texinfo-6.8.91.ebuild rename to sys-apps/texinfo/texinfo-7.0.ebuild