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 5EC1913835A for ; Fri, 22 May 2020 16:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9262CE087A; Fri, 22 May 2020 16:08:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7CF87E087A for ; Fri, 22 May 2020 16:08:25 +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 4048E34F2A2 for ; Fri, 22 May 2020 16:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BEAC232 for ; Fri, 22 May 2020 16:08:21 +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: <1590163690.38b0e54922bba32f7c1b9b52ced375e340bc7929.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwt/qwt-6.1.3-r2.ebuild X-VCS-Directories: x11-libs/qwt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 38b0e54922bba32f7c1b9b52ced375e340bc7929 X-VCS-Branch: master Date: Fri, 22 May 2020 16:08:21 +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: 6a0ba4fb-bc74-44f8-9507-2458e3f40265 X-Archives-Hash: 67b7a2b352abf7dce4061cddd205f369 commit: 38b0e54922bba32f7c1b9b52ced375e340bc7929 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 22 14:40:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 22 16:08:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b0e549 x11-libs/qwt: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/qwt/qwt-6.1.3-r2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-libs/qwt/qwt-6.1.3-r2.ebuild b/x11-libs/qwt/qwt-6.1.3-r2.ebuild index 539d33c4abe..f9fd1d42359 100644 --- a/x11-libs/qwt/qwt-6.1.3-r2.ebuild +++ b/x11-libs/qwt/qwt-6.1.3-r2.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit multibuild qmake-utils +EAPI=7 MY_P="${PN}-${PV/_/-}" +inherit multibuild qmake-utils DESCRIPTION="2D plotting library for Qt5" -HOMEPAGE="http://qwt.sourceforge.net/" +HOMEPAGE="https://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" @@ -125,7 +124,7 @@ src_install() { fi if use doc; then - HTML_DOCS=( doc/html/. ) + local HTML_DOCS=( doc/html/. ) else rm -rf "${ED}"/usr/share/doc/${PF}/html || die fi