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 670C01382C5 for ; Wed, 20 May 2020 12:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78CE8E0900; Wed, 20 May 2020 12:25:13 +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 47F1BE0900 for ; Wed, 20 May 2020 12:25:13 +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 284E834F1C2 for ; Wed, 20 May 2020 12:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4BF21E for ; Wed, 20 May 2020 12:25:10 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1589977491.1ad32a5cbbbae69877bb1db250ccfcaa7545dd45.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/librecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/librecad/librecad-2.1.3-r5.ebuild media-gfx/librecad/librecad-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ad32a5cbbbae69877bb1db250ccfcaa7545dd45 X-VCS-Branch: master Date: Wed, 20 May 2020 12:25:10 +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: 6b17ee52-210a-462d-a045-a6a3305156d6 X-Archives-Hash: 361fa6d036473c10eb1bdd9d6016d0df commit: 1ad32a5cbbbae69877bb1db250ccfcaa7545dd45 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 11:54:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 12:24:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad32a5c media-gfx/librecad: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/librecad/librecad-2.1.3-r5.ebuild | 17 +++++++++++------ media-gfx/librecad/librecad-9999.ebuild | 12 +++++++----- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/media-gfx/librecad/librecad-2.1.3-r5.ebuild b/media-gfx/librecad/librecad-2.1.3-r5.ebuild index 5bb715ffa4e..b9ce27bf50e 100644 --- a/media-gfx/librecad/librecad-2.1.3-r5.ebuild +++ b/media-gfx/librecad/librecad-2.1.3-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop qmake-utils @@ -12,9 +12,11 @@ SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.tar.gz -> ${P}.ta LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" - IUSE="debug doc tools" +BDEPEND=" + dev-qt/linguist-tools:5 +" RDEPEND=" dev-cpp/muParser dev-libs/boost:= @@ -23,16 +25,19 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 - media-libs/freetype:2" + media-libs/freetype:2 +" DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 dev-qt/qthelp:5 dev-qt/qtxml:5 " S="${WORKDIR}/LibreCAD-${PV}" -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" "${FILESDIR}/${P}-gcc-9.patch" ) +PATCHES=( + "${FILESDIR}/${P}-qt-5.11.patch" + "${FILESDIR}/${P}-gcc-9.patch" +) src_configure() { eqmake5 -r diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index 4c0e87ee95e..f24977427ab 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-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 inherit desktop git-r3 qmake-utils @@ -12,9 +12,11 @@ EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" - IUSE="3d debug doc tools" +BDEPEND=" + dev-qt/linguist-tools:5 +" RDEPEND=" dev-cpp/muParser dev-libs/boost:= @@ -23,9 +25,9 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 - media-libs/freetype:2" + media-libs/freetype:2 +" DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 dev-qt/qthelp:5 dev-qt/qtxml:5 "