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 1E9D61382C5 for ; Fri, 27 Nov 2020 14:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F41C4E0817; Fri, 27 Nov 2020 14:46:41 +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 DA112E0821 for ; Fri, 27 Nov 2020 14:46:41 +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 B3718340EC7 for ; Fri, 27 Nov 2020 14:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3359146F for ; Fri, 27 Nov 2020 14:46:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606487705.86892e4bbc694ab25565baeaf5f55a312c63f7c1.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iptstate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/iptstate/Manifest net-analyzer/iptstate/iptstate-2.2.5.ebuild X-VCS-Directories: net-analyzer/iptstate/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 86892e4bbc694ab25565baeaf5f55a312c63f7c1 X-VCS-Branch: master Date: Fri, 27 Nov 2020 14:46:39 +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: 1edd9c8c-605a-4fe3-a297-983251470694 X-Archives-Hash: 1510bc4cdfc3cc7325ebbb645e9bea2a commit: 86892e4bbc694ab25565baeaf5f55a312c63f7c1 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 14:35:05 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 14:35:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86892e4b net-analyer/iptstate: drop old Signed-off-by: Aaron Bauman gentoo.org> net-analyzer/iptstate/Manifest | 1 - net-analyzer/iptstate/iptstate-2.2.5.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/net-analyzer/iptstate/Manifest b/net-analyzer/iptstate/Manifest index 459a928a881..54cbf6286e8 100644 --- a/net-analyzer/iptstate/Manifest +++ b/net-analyzer/iptstate/Manifest @@ -1,2 +1 @@ -DIST iptstate-2.2.5.tar.bz2 28270 BLAKE2B dd9369462b689a2e4fe7059666d384c34a265f03c7f6133d1f27e61eea7f8db4d3e96633b1b273584b6097c452da502d88b417d4fe23f83f494c767e377799e4 SHA512 044bbcf96225cc52b82428792d685d19f964520f7f20a9d3fa7e53430c1f552c0f09338a5d347b08e2500206cd7634a6b4a3acffbfd9e59e4657afb6df461795 DIST iptstate-2.2.6.tar.bz2 28700 BLAKE2B 66e18425a4fed423a5a03c8f9ecbc87f4553a64475ab77144f3f37969eb6a399d52d7166bb68d9c9e80753163b841c71b42bfc13796e4a9d2c23db084740f3f5 SHA512 411b357aced384c52caac17b23f3c6bd631ff34d41b6000b90ff6dfc3cf20e36e46416d3691ac699b06f16d6042a42681b42a5d3594ce287aa6cf3b3b637c999 diff --git a/net-analyzer/iptstate/iptstate-2.2.5.ebuild b/net-analyzer/iptstate/iptstate-2.2.5.ebuild deleted file mode 100644 index 0731ad67040..00000000000 --- a/net-analyzer/iptstate/iptstate-2.2.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" -HOMEPAGE="https://www.phildev.net/iptstate/ https://github.com/jaymzh/iptstate" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc x86" - -RDEPEND=" - >=sys-libs/ncurses-5.7-r7:0= - >=net-libs/libnetfilter_conntrack-0.0.50 -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - tc-export CXX PKG_CONFIG -} - -src_install() { - emake PREFIX="${D}"/usr install - dodoc BUGS Changelog CONTRIB README WISHLIST -}