Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/socnetv/
Date: Thu, 21 May 2020 18:26:09
Message-Id: 1590085556.b8f5b5701737874ac3863980822e1df14497410d.asturm@gentoo
1 commit: b8f5b5701737874ac3863980822e1df14497410d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:25:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:25:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f5b570
7
8 app-misc/socnetv: Update HOMEPAGE, EAPI-7 bump, eutils -> desktop.eclass
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-misc/socnetv/socnetv-2.2.ebuild | 13 +++++--------
14 1 file changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/app-misc/socnetv/socnetv-2.2.ebuild b/app-misc/socnetv/socnetv-2.2.ebuild
17 index 6de2120eae4..347dc4a70b7 100644
18 --- a/app-misc/socnetv/socnetv-2.2.ebuild
19 +++ b/app-misc/socnetv/socnetv-2.2.ebuild
20 @@ -1,16 +1,13 @@
21 -# Copyright 1999-2017 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 eutils qmake-utils toolchain-funcs
29 -
30 -MY_PN="SocNetV"
31 -MY_P="${MY_PN}-${PV}"
32 +inherit desktop qmake-utils toolchain-funcs
33
34 DESCRIPTION="Qt Social Network Visualizer"
35 -HOMEPAGE="http://socnetv.sourceforge.net/"
36 -SRC_URI="mirror://sourceforge/socnetv/${MY_P}.tar.gz"
37 +HOMEPAGE="https://socnetv.org/"
38 +SRC_URI="mirror://sourceforge/socnetv/SocNetV-${PV}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"