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 92B1B138359 for ; Thu, 12 Nov 2020 22:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEF1E08F3; Thu, 12 Nov 2020 22:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B090DE08F3 for ; Thu, 12 Nov 2020 22:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3047F340E0D for ; Thu, 12 Nov 2020 22:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9951439 for ; Thu, 12 Nov 2020 22:13:27 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1605219070.80d1b1d84898f1a2cb6fde5c07b66213f2b377a3.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/kristall/kristall-0.3.ebuild net-misc/kristall/kristall-9999.ebuild X-VCS-Directories: net-misc/kristall/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 80d1b1d84898f1a2cb6fde5c07b66213f2b377a3 X-VCS-Branch: dev Date: Thu, 12 Nov 2020 22:13:27 +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: df45bd05-4a85-4eef-bbdc-5e485cec5cfe X-Archives-Hash: 54d50577d8033e937bfe0e42312150cb commit: 80d1b1d84898f1a2cb6fde5c07b66213f2b377a3 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Nov 12 22:08:26 2020 +0000 Commit: Ronny Gutbrod tastytea de> 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 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 }