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 F0CC71382C5 for ; Tue, 12 Jan 2021 20:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A58E0ACF; Tue, 12 Jan 2021 20:12:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DBFEE0ACD for ; Tue, 12 Jan 2021 20:12:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58DDC340DC5 for ; Tue, 12 Jan 2021 20:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B6049C for ; Tue, 12 Jan 2021 20:12:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610388950.87255a0b31fd6f1d547b033be23a224d186983f8.andrewammerlaan@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-9999.ebuild X-VCS-Directories: app-arch/libarchive-qt/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 87255a0b31fd6f1d547b033be23a224d186983f8 X-VCS-Branch: master Date: Tue, 12 Jan 2021 20:12:24 +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: 1df7db9e-d8af-460d-8cf7-b6a3496f52d6 X-Archives-Hash: 7655dbdbd919658f3c73567e0408e641 commit: 87255a0b31fd6f1d547b033be23a224d186983f8 Author: Maciej Barć protonmail com> AuthorDate: Mon Jan 11 18:15:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 11 18:15:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87255a0b app-arch/libarchive-qt: move live versions to cmake Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć protonmail.com> app-arch/libarchive-qt/libarchive-qt-9999.ebuild | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild index 0d0e81ad..39ebdda5 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 cmake xdg +inherit multilib xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" @@ -29,14 +29,3 @@ DEPEND=" dev-qt/qtgui:5 " RDEPEND="${DEPEND}" - -src_configure() { - local lib="$(get_libdir)" - # '^^' because we need to upcase the definition - eqmake5 DEFINES+="${lib^^}" -} - -src_install() { - einstalldocs - emake INSTALL_ROOT="${D}" install -}