Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/
Date: Thu, 21 May 2020 19:29:14
Message-Id: 1590089342.6269a9beb9cc40240ef100a1235b3e770f34bce3.asturm@gentoo
1 commit: 6269a9beb9cc40240ef100a1235b3e770f34bce3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 19:29:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 19:29:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6269a9be
7
8 x11-libs/qwtpolar: EAPI-7 bump, update HOMEPAGE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild
17 index 2206f2747bf..39bb2faf54f 100644
18 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild
19 +++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit qmake-utils
29
30 DESCRIPTION="Library for displaying values on a polar coordinate system"
31 -HOMEPAGE="http://qwtpolar.sourceforge.net/"
32 +HOMEPAGE="https://qwtpolar.sourceforge.io/"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
34
35 LICENSE="qwt"