commit:     be8345ef433ab36b69eba6d4431d6fe02e9bd7c7
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Nov 29 06:49:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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 <telans <AT> 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
 

Reply via email to