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 CEDDF1382C5 for ; Fri, 12 Mar 2021 17:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F66E0823; Fri, 12 Mar 2021 17:28:21 +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 D8752E0823 for ; Fri, 12 Mar 2021 17:28:21 +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 563D1335C16 for ; Fri, 12 Mar 2021 17:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB3C5C3 for ; Fri, 12 Mar 2021 17:28:18 +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: <1615570092.acd2dc08556a1a0c3f4c60205eb0d41570afab07.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sipcalc/metadata.xml net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild X-VCS-Directories: net-misc/sipcalc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: acd2dc08556a1a0c3f4c60205eb0d41570afab07 X-VCS-Branch: master Date: Fri, 12 Mar 2021 17:28:18 +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: b716ae56-3cad-4159-9db5-44b1f015b656 X-Archives-Hash: 903d14d9095e562ff431ea08dc1d7943 commit: acd2dc08556a1a0c3f4c60205eb0d41570afab07 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 12 16:59:21 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 12 17:28:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd2dc08 net-misc/sipcalc: EAPI7 bump, take maintainership Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19872 Signed-off-by: Joonas Niilola gentoo.org> net-misc/sipcalc/metadata.xml | 9 ++++++++- net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild | 13 +++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/net-misc/sipcalc/metadata.xml b/net-misc/sipcalc/metadata.xml index 6f49eba8f49..78e1c2f9528 100644 --- a/net-misc/sipcalc/metadata.xml +++ b/net-misc/sipcalc/metadata.xml @@ -1,5 +1,12 @@ - + + mmk@levelnine.at + Michael Mair-Keimberger + + + proxy-maint@gentoo.org + Proxy Maintainers + diff --git a/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild new file mode 100644 index 00000000000..17eccb499d6 --- /dev/null +++ b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator" +HOMEPAGE="http://www.routemeister.net/projects/sipcalc/ + https://github.com/sii/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"