dev-vcs/gitahead: reorder inherit

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-11-29 19:49:26 +13:00
parent b68f729c2c
commit be8345ef43

View File

@@ -3,7 +3,7 @@
EAPI=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" DESCRIPTION="Graphical Git client to help understand and manage source code history"
HOMEPAGE="https://github.com/gitahead/gitahead" 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 https://github.com/commonmark/cmark/archive/f0793895eefc8ca14499831a24abee549a5af53e.tar.gz -> ${P}-dep_cmark_cmark.tar.gz
" "
RESTRICT="test"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND=" RDEPEND="
dev-qt/qtconcurrent:5 dev-qt/qtconcurrent:5
@@ -30,9 +30,7 @@ RDEPEND="
dev-qt/qttest:5 dev-qt/qttest:5
dev-qt/qtwidgets:5 dev-qt/qtwidgets:5
" "
DEPEND=" DEPEND="${RDEPEND}"
${RDEPEND}
"
src_unpack() { src_unpack() {
unpack "${P}.tar.gz" unpack "${P}.tar.gz"
@@ -51,14 +49,6 @@ src_unpack() {
done done
} }
src_prepare() {
cmake_src_prepare
}
src_configure() {
cmake_src_configure
}
src_install() { src_install() {
cd "${BUILD_DIR}" || die cd "${BUILD_DIR}" || die