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 CB73F13835A for ; Mon, 20 Jul 2020 21:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 991E4E08F4; Mon, 20 Jul 2020 21:34:28 +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 7FB1FE0900 for ; Mon, 20 Jul 2020 21:34:28 +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 92FF434F3CF for ; Mon, 20 Jul 2020 21:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7F52EF for ; Mon, 20 Jul 2020 21:34:24 +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: <1595280826.c17d1b4ca32b453e4fd280057416a364bb54dd85.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild X-VCS-Directories: net-analyzer/ostinato/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c17d1b4ca32b453e4fd280057416a364bb54dd85 X-VCS-Branch: master Date: Mon, 20 Jul 2020 21:34:24 +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: 419508f9-973e-4386-8f87-ff34b03e51fd X-Archives-Hash: de7a921866ef39376ceecd3a633e79a4 commit: c17d1b4ca32b453e4fd280057416a364bb54dd85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 15 11:38:19 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 20 21:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17d1b4c net-analyzer/ostinato: EAPI-7 bump Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild index 34b40de482c..e2e38eaf051 100644 --- a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild +++ b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 COMMIT=9a4e7e7550c6b20a8f0f1393a55036492c1b7703 inherit qmake-utils -DESCRIPTION="A packet generator and analyzer" +DESCRIPTION="Packet generator and analyzer" HOMEPAGE="https://ostinato.org/" SRC_URI="https://github.com/pstavirs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"