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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BAB9158020 for ; Mon, 17 Oct 2022 11:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2C8E0CC9; Mon, 17 Oct 2022 11:19:54 +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 B1B5CE0CC9 for ; Mon, 17 Oct 2022 11:19:53 +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 AAAA8341039 for ; Mon, 17 Oct 2022 11:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1254C5A0 for ; Mon, 17 Oct 2022 11:19:51 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1666005578.6b77508f0852a8a2015f0a083482fa2f8240c78a.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/deblob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/deblob/Manifest dev-util/deblob/deblob-0.1.ebuild dev-util/deblob/deblob-0.2.ebuild X-VCS-Directories: dev-util/deblob/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 6b77508f0852a8a2015f0a083482fa2f8240c78a X-VCS-Branch: dev Date: Mon, 17 Oct 2022 11:19:51 +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: 9ca32999-2e29-4820-98dd-f622577aeff3 X-Archives-Hash: 7f46e88a31ce7daf843e240f2cb9d81d commit: 6b77508f0852a8a2015f0a083482fa2f8240c78a Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Oct 17 11:19:12 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Oct 17 11:19:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b77508f dev-util/deblob: add 0.2, drop 0.1 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-util/deblob/Manifest | 2 +- dev-util/deblob/{deblob-0.1.ebuild => deblob-0.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/deblob/Manifest b/dev-util/deblob/Manifest index d534dd726..e6da3baac 100644 --- a/dev-util/deblob/Manifest +++ b/dev-util/deblob/Manifest @@ -1 +1 @@ -DIST deblob-0.1.tar.gz 10553 BLAKE2B 42253d68d2f424a5a40615b439d126a85ab66e1983e27b2e707ec8914452b2b1d263ee073a62ab5e96a3f3def59271a7301dbb85859c7f61851f7e67a88006ce SHA512 2979e676ebcc41c18a3fbcc041427b1e3515203c070da88bef63946c9449e2e3e7f7b26d563b9b8e11979673436fb05a355b5014496fc708eeffade1cea1ac3a +DIST deblob-0.2.tar.gz 40367 BLAKE2B 29f44e3d9fb1127624530438bbd266945aabc6d09d84a5cd4c9263d56916a0d17d209d53285a01a555d67a842775b7ac2a30da1fae56f1b48f3fde328f0d692e SHA512 de773dba64b0e9078fa800cd2ced5f31d002fa46b54f174d44ba0921c74228b79e75098bf91e6ed0a57c6925260612554fdbf001dd8fd7425425e71ca63342d3 diff --git a/dev-util/deblob/deblob-0.1.ebuild b/dev-util/deblob/deblob-0.2.ebuild similarity index 100% rename from dev-util/deblob/deblob-0.1.ebuild rename to dev-util/deblob/deblob-0.2.ebuild