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 1A1FF1392E8 for ; Sat, 24 Jul 2021 05:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E738E0DC2; Sat, 24 Jul 2021 05:21:19 +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 42596E0DC2 for ; Sat, 24 Jul 2021 05:21:19 +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 ECF7A3407E6 for ; Sat, 24 Jul 2021 05:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB0B78A for ; Sat, 24 Jul 2021 05:21:16 +0000 (UTC) From: "Gerben Jan Dijkman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gerben Jan Dijkman" Message-ID: <1627104072.9a3cb7ca855b5424d2d9a35ae43a5cd1c251dd16.gjdijkman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/gnome-calls/gnome-calls-0.3.4.ebuild X-VCS-Directories: net-voip/gnome-calls/ X-VCS-Committer: gjdijkman X-VCS-Committer-Name: Gerben Jan Dijkman X-VCS-Revision: 9a3cb7ca855b5424d2d9a35ae43a5cd1c251dd16 X-VCS-Branch: dev Date: Sat, 24 Jul 2021 05:21:16 +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: 4115167f-9964-4b19-a4aa-f1e4f3f0aa7f X-Archives-Hash: 846a88de37bcbb30d9dce08775eda7b7 commit: 9a3cb7ca855b5424d2d9a35ae43a5cd1c251dd16 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Jul 24 05:21:12 2021 +0000 Commit: Gerben Jan Dijkman gjdwebserver nl> CommitDate: Sat Jul 24 05:21:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a3cb7ca net-voip/gnome-calls: Removed inherit GIT Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> net-voip/gnome-calls/gnome-calls-0.3.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild b/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild index f3fb4f257..24ccb3bcf 100644 --- a/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild +++ b/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild @@ -4,12 +4,11 @@ EAPI=7 VALA_USE_DEPEND="vapigen" -inherit vala meson gnome2-utils git-r3 xdg +inherit vala meson gnome2-utils xdg DESCRIPTION="Phone dialer and call handler" HOMEPAGE="https://gitlab.gnome.org/GNOME/calls" SRC_URI="https://gitlab.gnome.org/GNOME/calls/-/archive/v${PV}/calls-v${PV}.tar.gz" -EGIT_REPO_URI="https://gitlab.gnome.org//GNOME/calls.git" LICENSE="GPL-3" SLOT="0"