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 E13A61382C5 for ; Sun, 29 Nov 2020 10:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 216F5E0863; Sun, 29 Nov 2020 10:04:35 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 033F4E0863 for ; Sun, 29 Nov 2020 10:04:34 +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 221463414BD for ; Sun, 29 Nov 2020 10:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6519D3F0 for ; Sun, 29 Nov 2020 10:04:31 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1606632566.be8345ef433ab36b69eba6d4431d6fe02e9bd7c7.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitahead/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/gitahead/gitahead-2.6.3.ebuild X-VCS-Directories: dev-vcs/gitahead/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: be8345ef433ab36b69eba6d4431d6fe02e9bd7c7 X-VCS-Branch: dev Date: Sun, 29 Nov 2020 10:04:31 +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: 77c8b299-66f3-4b31-af99-d0bd64630b6f X-Archives-Hash: 2c44bcf9427bc0deccdc0e21c6c2dda4 commit: be8345ef433ab36b69eba6d4431d6fe02e9bd7c7 Author: Theo Anderson posteo de> AuthorDate: Sun Nov 29 06:49:26 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun Nov 29 06:49:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be8345ef dev-vcs/gitahead: reorder inherit Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-vcs/gitahead/gitahead-2.6.3.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 76c021d0..dcda35cb 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake desktop xdg wrapper +inherit desktop xdg cmake wrapper DESCRIPTION="Graphical Git client to help understand and manage source code history" HOMEPAGE="https://github.com/gitahead/gitahead" @@ -16,10 +16,10 @@ SRC_URI=" https://github.com/commonmark/cmark/archive/f0793895eefc8ca14499831a24abee549a5af53e.tar.gz -> ${P}-dep_cmark_cmark.tar.gz " -RESTRICT="test" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND=" dev-qt/qtconcurrent:5 @@ -30,9 +30,7 @@ RDEPEND=" dev-qt/qttest:5 dev-qt/qtwidgets:5 " -DEPEND=" - ${RDEPEND} -" +DEPEND="${RDEPEND}" src_unpack() { unpack "${P}.tar.gz" @@ -51,14 +49,6 @@ src_unpack() { done } -src_prepare() { - cmake_src_prepare -} - -src_configure() { - cmake_src_configure -} - src_install() { cd "${BUILD_DIR}" || die