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 3D22213835A for ; Mon, 7 Jun 2021 08:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C27E087B; Mon, 7 Jun 2021 08:33:35 +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 3B576E087B for ; Mon, 7 Jun 2021 08:33:35 +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 1CD29335CE9 for ; Mon, 7 Jun 2021 08:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66D327A6 for ; Mon, 7 Jun 2021 08:33:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623054799.ab52a029698a0830fc3580c803f001a611205793.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ab52a029698a0830fc3580c803f001a611205793 X-VCS-Branch: master Date: Mon, 7 Jun 2021 08:33:31 +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: f33698fe-34f9-4599-9686-9cd650336a7a X-Archives-Hash: c74255ef1b16b2dbe0bbfcc7c210d173 commit: ab52a029698a0830fc3580c803f001a611205793 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat May 8 16:58:56 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 7 08:33:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab52a029 app-misc/socnetv: remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> app-misc/socnetv/socnetv-2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/socnetv/socnetv-2.2.ebuild b/app-misc/socnetv/socnetv-2.2.ebuild index 347dc4a70b7..21357723af6 100644 --- a/app-misc/socnetv/socnetv-2.2.ebuild +++ b/app-misc/socnetv/socnetv-2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop qmake-utils toolchain-funcs +inherit desktop qmake-utils DESCRIPTION="Qt Social Network Visualizer" HOMEPAGE="https://socnetv.org/"