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 AF0C213835B for ; Sat, 3 Apr 2021 21:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2DF2E0866; Sat, 3 Apr 2021 21:58:44 +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 DA524E0866 for ; Sat, 3 Apr 2021 21:58:44 +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 389A4340B77 for ; Sat, 3 Apr 2021 21:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62119636 for ; Sat, 3 Apr 2021 21:58:41 +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: <1617485616.50d778f49f96ec5b1de41d862ea510811e9d37ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sipcalc/sipcalc-1.1.6.ebuild X-VCS-Directories: net-misc/sipcalc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50d778f49f96ec5b1de41d862ea510811e9d37ab X-VCS-Branch: master Date: Sat, 3 Apr 2021 21:58:41 +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: 95e5791d-839c-4a2a-92b4-8f20aead9bff X-Archives-Hash: 1fdf8a72c941def418399e18d8b682e9 commit: 50d778f49f96ec5b1de41d862ea510811e9d37ab Author: Sam James gentoo org> AuthorDate: Sat Apr 3 21:33:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 21:33:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d778f4 net-misc/sipcalc: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> net-misc/sipcalc/sipcalc-1.1.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild b/net-misc/sipcalc/sipcalc-1.1.6.ebuild index 25bc9b8a9cd..4d992820870 100644 --- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild +++ b/net-misc/sipcalc/sipcalc-1.1.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator" HOMEPAGE="http://www.routemeister.net/projects/sipcalc/" SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux" -IUSE=""