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 F3CB51382C5 for ; Thu, 21 May 2020 18:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10ECCE0935; Thu, 21 May 2020 18:26:09 +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 EA078E0935 for ; Thu, 21 May 2020 18:26:08 +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 CA68A34BA07 for ; Thu, 21 May 2020 18:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C57AF254 for ; Thu, 21 May 2020 18:26:05 +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: <1590085556.b8f5b5701737874ac3863980822e1df14497410d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/socnetv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/socnetv/socnetv-2.2.ebuild X-VCS-Directories: app-misc/socnetv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b8f5b5701737874ac3863980822e1df14497410d X-VCS-Branch: master Date: Thu, 21 May 2020 18:26:05 +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: a178b7f2-2e5f-4f21-b0b6-3d4077cffe75 X-Archives-Hash: 8006e36fee535cbdddc08f3bace800f3 commit: b8f5b5701737874ac3863980822e1df14497410d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 18:25:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 18:25:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f5b570 app-misc/socnetv: Update HOMEPAGE, EAPI-7 bump, eutils -> desktop.eclass Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/socnetv/socnetv-2.2.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/app-misc/socnetv/socnetv-2.2.ebuild b/app-misc/socnetv/socnetv-2.2.ebuild index 6de2120eae4..347dc4a70b7 100644 --- a/app-misc/socnetv/socnetv-2.2.ebuild +++ b/app-misc/socnetv/socnetv-2.2.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils qmake-utils toolchain-funcs - -MY_PN="SocNetV" -MY_P="${MY_PN}-${PV}" +inherit desktop qmake-utils toolchain-funcs DESCRIPTION="Qt Social Network Visualizer" -HOMEPAGE="http://socnetv.sourceforge.net/" -SRC_URI="mirror://sourceforge/socnetv/${MY_P}.tar.gz" +HOMEPAGE="https://socnetv.org/" +SRC_URI="mirror://sourceforge/socnetv/SocNetV-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0"