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 D29BD1382C5 for ; Mon, 11 Jan 2021 18:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D615E09F0; Mon, 11 Jan 2021 18:15:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DD965E09F0 for ; Mon, 11 Jan 2021 18:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 92423340836 for ; Mon, 11 Jan 2021 18:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32649B8 for ; Mon, 11 Jan 2021 18:15:54 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1610388950.87255a0b31fd6f1d547b033be23a224d186983f8.xgqt@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-9999.ebuild X-VCS-Directories: app-arch/libarchive-qt/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 87255a0b31fd6f1d547b033be23a224d186983f8 X-VCS-Branch: dev Date: Mon, 11 Jan 2021 18:15:54 +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: 0eed6cf6-4e51-43aa-94ef-018046e11078 X-Archives-Hash: faa23ba7c50eef49b4c9abcf5d35ae65 commit: 87255a0b31fd6f1d547b033be23a224d186983f8 Author: Maciej Barć protonmail com> AuthorDate: Mon Jan 11 18:15:50 2021 +0000 Commit: Maciej Barć protonmail com> 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 -}