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 8937A15800F for ; Wed, 22 Feb 2023 09:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B2EE076B; Wed, 22 Feb 2023 09:35:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA104E076B for ; Wed, 22 Feb 2023 09:35:12 +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 E2673335CE3 for ; Wed, 22 Feb 2023 09:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E3BE8B7 for ; Wed, 22 Feb 2023 09:35:10 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677058503.093fc7fe70f9fc1cf7603387c9c50b3ac941f8f0.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fastfetch/Manifest app-misc/fastfetch/fastfetch-1.10.1.ebuild app-misc/fastfetch/fastfetch-1.10.2.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 093fc7fe70f9fc1cf7603387c9c50b3ac941f8f0 X-VCS-Branch: dev Date: Wed, 22 Feb 2023 09:35:10 +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: 8f456351-576f-4fe2-a8a9-39f7ab0ab0cd X-Archives-Hash: c485419788db969fc31a384a25de0dbb commit: 093fc7fe70f9fc1cf7603387c9c50b3ac941f8f0 Author: Viorel Munteanu gentoo org> AuthorDate: Wed Feb 22 09:35:03 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Feb 22 09:35:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=093fc7fe app-misc/fastfetch: add 1.10.2, drop 1.10.1 Signed-off-by: Viorel Munteanu gentoo.org> app-misc/fastfetch/Manifest | 2 +- app-misc/fastfetch/{fastfetch-1.10.1.ebuild => fastfetch-1.10.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest index e533dbeac..471d9095f 100644 --- a/app-misc/fastfetch/Manifest +++ b/app-misc/fastfetch/Manifest @@ -1,2 +1,2 @@ -DIST fastfetch-1.10.1.tar.gz 526593 BLAKE2B f64832bc8f1937eae352e47e9448ad5be7aa30c7c583590d591840cb718d3aa4bdabe3ce49ef5401a930a144dd64ba5d37503ba13aad8b37b8d4c6088494671b SHA512 83fbddaf87095d35ee19c3527a65fe942a08e16ebc6838331336c2d06683e8385d6c2f0ff3080c2a529590614e18a8cc2ef74fa0fc7065a86f7a7b65716fc026 +DIST fastfetch-1.10.2.tar.gz 526649 BLAKE2B 23518c8cfbfd7923f1d960aef306acf8a40ef2e3ccea504646c4cdd82bb8a7660e6471668f3f933e87342a68428bcc16398c324a0548c21ea5437e0d09d1a36c SHA512 f683c4ca7d9ffaae05a881efdb003c0a6e238ba9ecfaefa5e315c4c7f620fefcd5fc8ebbf46617b0cd2abab77d9b72fc62fb3827a567de00c3a62df6410dda06 DIST fastfetch-1.9.1.tar.gz 510560 BLAKE2B 086f743a0e9ec09a3222d9c9951e26449dde90d00fb297d96611393bf23ab6eb8df255e9519b35904d73faa726ea83f673c5ea977a9f2b7f0689de898b0683ba SHA512 9b449aa3b5072d2f7b7857d7a11e315dbb7d4148e2761487e6682980e53bb3acf3ccd14b57bf9d788288a931f8aa940b699f07b1a09673fee53d70f63b081f83 diff --git a/app-misc/fastfetch/fastfetch-1.10.1.ebuild b/app-misc/fastfetch/fastfetch-1.10.2.ebuild similarity index 100% rename from app-misc/fastfetch/fastfetch-1.10.1.ebuild rename to app-misc/fastfetch/fastfetch-1.10.2.ebuild 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 E311715802F for ; Thu, 23 Feb 2023 09:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F0BE0809; Thu, 23 Feb 2023 09:24:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A854E0827 for ; Thu, 23 Feb 2023 09:24:57 +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 4125D340C93 for ; Thu, 23 Feb 2023 09:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FD838D7 for ; Thu, 23 Feb 2023 09:24:52 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677058503.093fc7fe70f9fc1cf7603387c9c50b3ac941f8f0.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fastfetch/Manifest app-misc/fastfetch/fastfetch-1.10.1.ebuild app-misc/fastfetch/fastfetch-1.10.2.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 093fc7fe70f9fc1cf7603387c9c50b3ac941f8f0 X-VCS-Branch: master Date: Thu, 23 Feb 2023 09:24:52 +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: 4808a84b-1ef2-40b9-a547-e2fc293fc490 X-Archives-Hash: 2ab8172e62006b401adaa69de71fa647 Message-ID: <20230223092452.lKrcTmnU53Wf_qlKqwUmlj6abgdHFUFHGW2xTxl_6ME@z> commit: 093fc7fe70f9fc1cf7603387c9c50b3ac941f8f0 Author: Viorel Munteanu gentoo org> AuthorDate: Wed Feb 22 09:35:03 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Feb 22 09:35:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=093fc7fe app-misc/fastfetch: add 1.10.2, drop 1.10.1 Signed-off-by: Viorel Munteanu gentoo.org> app-misc/fastfetch/Manifest | 2 +- app-misc/fastfetch/{fastfetch-1.10.1.ebuild => fastfetch-1.10.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest index e533dbeac..471d9095f 100644 --- a/app-misc/fastfetch/Manifest +++ b/app-misc/fastfetch/Manifest @@ -1,2 +1,2 @@ -DIST fastfetch-1.10.1.tar.gz 526593 BLAKE2B f64832bc8f1937eae352e47e9448ad5be7aa30c7c583590d591840cb718d3aa4bdabe3ce49ef5401a930a144dd64ba5d37503ba13aad8b37b8d4c6088494671b SHA512 83fbddaf87095d35ee19c3527a65fe942a08e16ebc6838331336c2d06683e8385d6c2f0ff3080c2a529590614e18a8cc2ef74fa0fc7065a86f7a7b65716fc026 +DIST fastfetch-1.10.2.tar.gz 526649 BLAKE2B 23518c8cfbfd7923f1d960aef306acf8a40ef2e3ccea504646c4cdd82bb8a7660e6471668f3f933e87342a68428bcc16398c324a0548c21ea5437e0d09d1a36c SHA512 f683c4ca7d9ffaae05a881efdb003c0a6e238ba9ecfaefa5e315c4c7f620fefcd5fc8ebbf46617b0cd2abab77d9b72fc62fb3827a567de00c3a62df6410dda06 DIST fastfetch-1.9.1.tar.gz 510560 BLAKE2B 086f743a0e9ec09a3222d9c9951e26449dde90d00fb297d96611393bf23ab6eb8df255e9519b35904d73faa726ea83f673c5ea977a9f2b7f0689de898b0683ba SHA512 9b449aa3b5072d2f7b7857d7a11e315dbb7d4148e2761487e6682980e53bb3acf3ccd14b57bf9d788288a931f8aa940b699f07b1a09673fee53d70f63b081f83 diff --git a/app-misc/fastfetch/fastfetch-1.10.1.ebuild b/app-misc/fastfetch/fastfetch-1.10.2.ebuild similarity index 100% rename from app-misc/fastfetch/fastfetch-1.10.1.ebuild rename to app-misc/fastfetch/fastfetch-1.10.2.ebuild