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 B614913835B for ; Sat, 2 Jan 2021 11:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C3BE081A; Sat, 2 Jan 2021 11:11:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 91EB7E081A for ; Sat, 2 Jan 2021 11:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 846B5340D40 for ; Sat, 2 Jan 2021 11:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F22489 for ; Sat, 2 Jan 2021 11:11:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609585858.455cc21abfbef1f0eb76dc8e81532fda7a9d4699.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mtr/mtr-0.94.ebuild net-analyzer/mtr/mtr-9999.ebuild X-VCS-Directories: net-analyzer/mtr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 455cc21abfbef1f0eb76dc8e81532fda7a9d4699 X-VCS-Branch: master Date: Sat, 2 Jan 2021 11:11:02 +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: 8f41ba1a-b7b6-4cea-8f78-077030fbcd8c X-Archives-Hash: 99b4b0ee4bdc455f47a8e626e47cff26 commit: 455cc21abfbef1f0eb76dc8e81532fda7a9d4699 Author: Sam James gentoo org> AuthorDate: Sat Jan 2 11:05:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 2 11:10:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455cc21a net-analyzer/mtr: style changes Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-analyzer/mtr/mtr-0.94.ebuild | 16 ++++++++-------- net-analyzer/mtr/mtr-9999.ebuild | 17 ++++++++--------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/net-analyzer/mtr/mtr-0.94.ebuild b/net-analyzer/mtr/mtr-0.94.ebuild index 7f9e0050a0c..f8246b2632f 100644 --- a/net-analyzer/mtr/mtr-0.94.ebuild +++ b/net-analyzer/mtr/mtr-0.94.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools bash-completion-r1 fcaps DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool" @@ -12,6 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="gtk +ipinfo +ipv6 jansson ncurses" +# This is an inherited RESTRICT - figure out why! +RESTRICT="test" RDEPEND=" gtk? ( @@ -21,18 +24,15 @@ RDEPEND=" jansson? ( dev-libs/jansson ) ncurses? ( sys-libs/ncurses:0= ) " -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + DOCS=( AUTHORS FORMATS NEWS README.md SECURITY TODO ) FILECAPS=( cap_net_raw usr/sbin/mtr-packet ) + PATCHES=( "${FILESDIR}"/${PN}-0.88-tinfo.patch ) -RESTRICT="test" src_prepare() { default diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild index 7067fbb688f..bf0d00068f9 100644 --- a/net-analyzer/mtr/mtr-9999.ebuild +++ b/net-analyzer/mtr/mtr-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools bash-completion-r1 fcaps git-r3 DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool" @@ -10,8 +11,9 @@ EGIT_REPO_URI="https://github.com/traviscross/mtr" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="gtk +ipinfo +ipv6 jansson ncurses" +# TODO: This is an inherited RESTRICT - figure out why! +RESTRICT="test" RDEPEND=" gtk? ( @@ -21,18 +23,15 @@ RDEPEND=" jansson? ( dev-libs/jansson ) ncurses? ( sys-libs/ncurses:0= ) " -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + DOCS=( AUTHORS FORMATS NEWS README.md SECURITY TODO ) FILECAPS=( cap_net_raw usr/sbin/mtr-packet ) + PATCHES=( "${FILESDIR}"/${PN}-0.88-tinfo.patch ) -RESTRICT="test" src_prepare() { default