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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1187158011 for ; Mon, 20 Sep 2021 13:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA75E08CD; Mon, 20 Sep 2021 13:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF79DE08CD for ; Mon, 20 Sep 2021 13:38:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F07BE3430D4 for ; Mon, 20 Sep 2021 13:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FFF3EE for ; Mon, 20 Sep 2021 13:38:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632144786.351f21cccedc0e0f9a2b50387f7d01501276d202.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-arch/libarchive-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild app-arch/libarchive-qt/libarchive-qt-9999.ebuild X-VCS-Directories: app-arch/libarchive-qt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 351f21cccedc0e0f9a2b50387f7d01501276d202 X-VCS-Branch: master Date: Mon, 20 Sep 2021 13:38:04 +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: 6e8821fd-3677-49d0-8e51-537e01a1be4c X-Archives-Hash: 2c7ad4db24184dbe3ecbc8c728526c7f commit: 351f21cccedc0e0f9a2b50387f7d01501276d202 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 20 13:33:06 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 20 13:33:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=351f21cc app-arch/libarchive-qt: remove unused eclass: multilib Signed-off-by: Arthur Zamarin gentoo.org> app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild | 2 +- app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild | 2 +- app-arch/libarchive-qt/libarchive-qt-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild index 74abd09fd..ad8ad3261 100644 --- a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg cmake +inherit xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild index 74abd09fd..ad8ad3261 100644 --- a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg cmake +inherit xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild index 74abd09fd..ad8ad3261 100644 --- a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg cmake +inherit xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 856EE158011 for ; Mon, 20 Sep 2021 13:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67743E0901; Mon, 20 Sep 2021 13:35:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B0C9E0903 for ; Mon, 20 Sep 2021 13:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5D023430D4 for ; Mon, 20 Sep 2021 13:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50883BD for ; Mon, 20 Sep 2021 13:35:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632144786.351f21cccedc0e0f9a2b50387f7d01501276d202.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild app-arch/libarchive-qt/libarchive-qt-9999.ebuild X-VCS-Directories: app-arch/libarchive-qt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 351f21cccedc0e0f9a2b50387f7d01501276d202 X-VCS-Branch: dev Date: Mon, 20 Sep 2021 13:35:00 +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: 52c9a83e-7082-46d6-b455-048a17a4679a X-Archives-Hash: 008b4cb8a044ef583291a48f79f850a8 Message-ID: <20210920133500.UWGPucxLN6BjgoHpbhBHxSB8-z1p8ZxKz9Rje1ulVKU@z> commit: 351f21cccedc0e0f9a2b50387f7d01501276d202 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 20 13:33:06 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 20 13:33:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=351f21cc app-arch/libarchive-qt: remove unused eclass: multilib Signed-off-by: Arthur Zamarin gentoo.org> app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild | 2 +- app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild | 2 +- app-arch/libarchive-qt/libarchive-qt-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild index 74abd09fd..ad8ad3261 100644 --- a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg cmake +inherit xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild index 74abd09fd..ad8ad3261 100644 --- a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg cmake +inherit xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild index 74abd09fd..ad8ad3261 100644 --- a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg cmake +inherit xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt"