From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1158676-garchives=archives.gentoo.org@lists.gentoo.org>
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 9E1CA138350
	for <garchives@archives.gentoo.org>; Fri,  3 Apr 2020 16:55:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C6347E09B5;
	Fri,  3 Apr 2020 16:55:52 +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 A8FB9E09B5
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Apr 2020 16:55:52 +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 D7C1434F040
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Apr 2020 16:55:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C47DE1BC
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Apr 2020 16:55:47 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1585932697.4c909836b954d2f9a30d0974c64dd51b18ca50ed.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-leechcraft/lc-core/lc-core-9999.ebuild
X-VCS-Directories: app-leechcraft/lc-core/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 4c909836b954d2f9a30d0974c64dd51b18ca50ed
X-VCS-Branch: master
Date: Fri,  3 Apr 2020 16:55:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9507b34b-fd22-463e-9c38-6b612807e08d
X-Archives-Hash: 781855f282a41ae78c8a5035cf984863

commit:     4c909836b954d2f9a30d0974c64dd51b18ca50ed
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Wed Mar 11 01:20:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 16:51:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c909836

app-leechcraft/lc-core: update to EAPI=7, reorganize deps

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-leechcraft/lc-core/lc-core-9999.ebuild | 39 +++++++++++++++++-------------
 1 file changed, 22 insertions(+), 17 deletions(-)

diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index 8383dd36fa6..1bd79f8b5ca 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="https://github.com/0xd34df00d/leechcraft.git"
 
@@ -11,47 +11,52 @@ DESCRIPTION="Core of LeechCraft, the modular network client"
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug doc +sqlite postgres +qwt"
+IUSE="debug doc postgres +qwt +sqlite"
 
-COMMON_DEPEND=">=dev-libs/boost-1.62
+DEPEND="
+	>=dev-libs/boost-1.62
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtxml:5
+	dev-qt/qtdbus:5
 	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
 	dev-qt/qtscript:5
 	dev-qt/qtsql:5[postgres?,sqlite?]
-	dev-qt/qtdbus:5
 	dev-qt/qtwebkit:5
-	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
-	dev-qt/qtconcurrent:5
-	dev-qt/linguist-tools:5
-	qwt? ( x11-libs/qwt:6 )"
-DEPEND="${COMMON_DEPEND}
-	doc? ( app-doc/doxygen )"
-RDEPEND="${COMMON_DEPEND}
+	dev-qt/qtxml:5
+	qwt? ( x11-libs/qwt:6 )
+"
+RDEPEND="${DEPEND}
 	dev-qt/qtsvg:5
 	|| (
 		kde-frameworks/oxygen-icons
 		x11-themes/kfaenza
-	 )"
+	)
+"
+BDEPEND="
+	dev-qt/linguist-tools:5
+	doc? ( app-doc/doxygen )
+"
 
 REQUIRED_USE="|| ( postgres sqlite )"
 
 src_configure() {
 	local mycmakeargs=(
 		-DWITH_PLUGINS=False
+		-DSKIP_MAN_COMPRESS=True
 		-DWITH_DOCS=$(usex doc)
 		-DWITH_QWT=$(usex qwt)
 	)
 	if [[ ${PV} != 9999 ]]; then
 		mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} )
 	fi
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 	use doc && dodoc -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/*
 }