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 20D9715815E for ; Mon, 5 Feb 2024 15:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619C1E2AB2; Mon, 5 Feb 2024 15:14:02 +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 4037BE2AAE for ; Mon, 5 Feb 2024 15:14:02 +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 4DF6D3430DF for ; Mon, 5 Feb 2024 15:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D794C14BD for ; Mon, 5 Feb 2024 15:13:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707146034.795c3f96f3cf78612f89091a4a780cf35be57553.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xlsx2csv/Manifest app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 795c3f96f3cf78612f89091a4a780cf35be57553 X-VCS-Branch: master Date: Mon, 5 Feb 2024 15:13:59 +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: 9baa3b33-1369-47da-86c2-be0b10431265 X-Archives-Hash: 0c89dd6c7ca15ea9074fe1d8c236e2db commit: 795c3f96f3cf78612f89091a4a780cf35be57553 Author: Anton Fischl fischl-online de> AuthorDate: Sat Dec 23 13:23:09 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 5 15:13:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795c3f96 app-text/xlsx2csv: add 0.8.2, drop 0.8.1 Signed-off-by: Anton Fischl fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/34100 Signed-off-by: Joonas Niilola gentoo.org> app-text/xlsx2csv/Manifest | 2 +- app-text/xlsx2csv/{xlsx2csv-0.8.1.ebuild => xlsx2csv-0.8.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest index 5c7f1803af9a..739966069752 100644 --- a/app-text/xlsx2csv/Manifest +++ b/app-text/xlsx2csv/Manifest @@ -1 +1 @@ -DIST xlsx2csv-0.8.1.tar.gz 215741 BLAKE2B 0fcfe8177bc9d50d0986bea45373be8efb80753a53054bb254ab6fa93a4f4e038d1b7b991f1fb3850e9cd928f4aacfc3b0a927edbaacd77065eb6dc8067cc227 SHA512 0d091a3912a3c0a10837acb2bf1a4c42478a891b0c9cfaceb74a8e511425c63360f24cb08db138ec51a7c189f0b76f3901789edb45f894ab8926dd4c458c7ff5 +DIST xlsx2csv-0.8.2.tar.gz 227107 BLAKE2B a140cf748d36a59e354620a8c44533acf6c9f4f0840f5e733c37a0ec4e83d4e9a8db1b0d776d4d3858038bc2871361db312d5137c52fcbe0587bf9ac921886c3 SHA512 73b034a12d96f956d3604b64de226b37d9b63e551d35d021e3cc50292fed5c84d1d5ab2bcb2fe92010d81aaa4631d9080a5f92209adae88cf6f2e072eaf0561e diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild similarity index 100% rename from app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild rename to app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild