Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitahead/
Date: Sun, 29 Nov 2020 10:04:35
Message-Id: 1606632566.be8345ef433ab36b69eba6d4431d6fe02e9bd7c7.telans@gentoo
1 commit: be8345ef433ab36b69eba6d4431d6fe02e9bd7c7
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sun Nov 29 06:49:26 2020 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sun Nov 29 06:49:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be8345ef
7
8 dev-vcs/gitahead: reorder inherit
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-vcs/gitahead/gitahead-2.6.3.ebuild | 16 +++-------------
14 1 file changed, 3 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
17 index 76c021d0..dcda35cb 100644
18 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
19 +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit cmake desktop xdg wrapper
25 +inherit desktop xdg cmake wrapper
26
27 DESCRIPTION="Graphical Git client to help understand and manage source code history"
28 HOMEPAGE="https://github.com/gitahead/gitahead"
29 @@ -16,10 +16,10 @@ SRC_URI="
30 https://github.com/commonmark/cmark/archive/f0793895eefc8ca14499831a24abee549a5af53e.tar.gz -> ${P}-dep_cmark_cmark.tar.gz
31 "
32
33 -RESTRICT="test"
34 LICENSE="MIT"
35 SLOT="0"
36 KEYWORDS="~amd64"
37 +RESTRICT="test"
38
39 RDEPEND="
40 dev-qt/qtconcurrent:5
41 @@ -30,9 +30,7 @@ RDEPEND="
42 dev-qt/qttest:5
43 dev-qt/qtwidgets:5
44 "
45 -DEPEND="
46 - ${RDEPEND}
47 -"
48 +DEPEND="${RDEPEND}"
49
50 src_unpack() {
51 unpack "${P}.tar.gz"
52 @@ -51,14 +49,6 @@ src_unpack() {
53 done
54 }
55
56 -src_prepare() {
57 - cmake_src_prepare
58 -}
59 -
60 -src_configure() {
61 - cmake_src_configure
62 -}
63 -
64 src_install() {
65 cd "${BUILD_DIR}" || die