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 F0BD5139345 for ; Fri, 16 Jul 2021 01:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33BD6E0C83; Fri, 16 Jul 2021 01:35:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E809AE0C83 for ; Fri, 16 Jul 2021 01:34:59 +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 20B50342D54 for ; Fri, 16 Jul 2021 01:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6726A7DB for ; Fri, 16 Jul 2021 01:34:56 +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: <1626399201.4f4ffd4947cd2160e535ea5f8d1f8350ad97a2f7.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: 4f4ffd4947cd2160e535ea5f8d1f8350ad97a2f7 X-VCS-Branch: master Date: Fri, 16 Jul 2021 01:34:56 +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: 30d4798e-26c0-40ee-8cda-7bd24ef44fff X-Archives-Hash: 2359325f2ea6b5bc7d0c7bebef92ea73 commit: 4f4ffd4947cd2160e535ea5f8d1f8350ad97a2f7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jul 14 06:35:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 16 01:33:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4ffd49 net-misc/sipcalc: remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21631 Signed-off-by: Sam James gentoo.org> net-misc/sipcalc/sipcalc-1.1.6.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild b/net-misc/sipcalc/sipcalc-1.1.6.ebuild deleted file mode 100644 index 4d992820870..00000000000 --- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# 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/" -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"