commit:     80d1b1d84898f1a2cb6fde5c07b66213f2b377a3
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Nov 12 22:08:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 22:11:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80d1b1d8

net-misc/kristall: Remove qmake-utils, compile phase; install docs.

qmake-utils.eclass is not used anymore, compile phase calls emake by
default.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/kristall-0.3.ebuild  | 8 +++-----
 net-misc/kristall/kristall-9999.ebuild | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild 
b/net-misc/kristall/kristall-0.3.ebuild
index f668cbd3..2d6f83cf 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils xdg
+inherit xdg
 
 DESCRIPTION="Visual cross-platform gemini browser"
 HOMEPAGE="https://github.com/MasterQ32/kristall";
@@ -25,11 +25,9 @@ RDEPEND="
        dev-qt/qtnetwork:5[ssl]
 "
 DEPEND="${RDEPEND}"
-
-src_compile() {
-       emake
-}
+BDEPEND="dev-qt/qtcore" # qmake
 
 src_install() {
        emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" 
install
+       einstalldocs
 }

diff --git a/net-misc/kristall/kristall-9999.ebuild 
b/net-misc/kristall/kristall-9999.ebuild
index f668cbd3..2d6f83cf 100644
--- a/net-misc/kristall/kristall-9999.ebuild
+++ b/net-misc/kristall/kristall-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils xdg
+inherit xdg
 
 DESCRIPTION="Visual cross-platform gemini browser"
 HOMEPAGE="https://github.com/MasterQ32/kristall";
@@ -25,11 +25,9 @@ RDEPEND="
        dev-qt/qtnetwork:5[ssl]
 "
 DEPEND="${RDEPEND}"
-
-src_compile() {
-       emake
-}
+BDEPEND="dev-qt/qtcore" # qmake
 
 src_install() {
        emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" 
install
+       einstalldocs
 }

Reply via email to