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 BCE3B158064 for ; Wed, 8 May 2024 17:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFF27E2DF7; Wed, 8 May 2024 17:46:38 +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 B12BAE2DF7 for ; Wed, 8 May 2024 17:46:38 +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 86C043431CF for ; Wed, 8 May 2024 17:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FEA21A40 for ; Wed, 8 May 2024 17:46:35 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1715190357.79229b51f626bb04e505d3917cd4480bb857532b.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/libfm-qt/Manifest x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild X-VCS-Directories: x11-libs/libfm-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 79229b51f626bb04e505d3917cd4480bb857532b X-VCS-Branch: master Date: Wed, 8 May 2024 17:46:35 +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: 285ccc1f-12fd-42e7-a77e-eed68dbe723d X-Archives-Hash: 6890456415bce52c1fb30e6b8eef6fab commit: 79229b51f626bb04e505d3917cd4480bb857532b Author: Jimi Huotari gentoo org> AuthorDate: Wed May 8 17:45:57 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed May 8 17:45:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=79229b51 x11-libs/libfm-qt: add 2.0.2, drop 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> x11-libs/libfm-qt/Manifest | 2 +- x11-libs/libfm-qt/{libfm-qt-2.0.0.ebuild => libfm-qt-2.0.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest index ad297a6d..4029cd66 100644 --- a/x11-libs/libfm-qt/Manifest +++ b/x11-libs/libfm-qt/Manifest @@ -1 +1 @@ -DIST libfm-qt-2.0.0.tar.xz 411852 BLAKE2B 8873cb32181e64efd867df831d67bc39f5913f20ba3883cf7d4d20e0a4ef5ef2a262de43035506cc99377f163c82387cd8edfa1325d74c8c4aceeea19b77a0cc SHA512 0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524 +DIST libfm-qt-2.0.2.tar.xz 412452 BLAKE2B ce63a75722769fcef4766461bea66f26579c0a37a73f4ce8b0ee976a53beea5bdf431c515d5f0195c02ddf46407802027d05709b8baf2bf1349578a38a33e8e8 SHA512 479a7de05096b0c7763676e8eef5fa83ec06b4a5bc7bde697a265b2ba3ec79f6733169bf4b4aeef807df44660790b3d68f873c3a428f45aa38820bd861ca881b diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild b/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild similarity index 100% rename from x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild rename to x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild