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 4BFC3138331 for ; Fri, 16 Mar 2018 20:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE99E086F; Fri, 16 Mar 2018 20:45:10 +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 80344E086F for ; Fri, 16 Mar 2018 20:45:10 +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 36751335C8D for ; Fri, 16 Mar 2018 20:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F37245 for ; Fri, 16 Mar 2018 20:45:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1521232949.a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/chaosreader/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/chaosreader/chaosreader-0.94.ebuild X-VCS-Directories: net-analyzer/chaosreader/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a X-VCS-Branch: master Date: Fri, 16 Mar 2018 20:45:06 +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-Archives-Salt: 68e17f03-019f-4e99-8891-d930a9bf1b48 X-Archives-Hash: 036374adfd91b33982634940416dc97b commit: a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a Author: Pacho Ramos gentoo org> AuthorDate: Fri Mar 16 20:32:52 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Mar 16 20:42:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a496ab3c net-analyzer/chaosreader: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-analyzer/chaosreader/chaosreader-0.94.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/net-analyzer/chaosreader/chaosreader-0.94.ebuild b/net-analyzer/chaosreader/chaosreader-0.94.ebuild deleted file mode 100644 index 0e9d613171e..00000000000 --- a/net-analyzer/chaosreader/chaosreader-0.94.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils - -DESCRIPTION="Trace TCP/UDP/... sessions and fetch application data." -HOMEPAGE="http://chaosreader.sourceforge.net" -SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -LICENSE="GPL-2" -IUSE="" -DEPEND=">=dev-lang/perl-5.8.0" -S=${WORKDIR} - -src_prepare() { - epatch "${FILESDIR}"/chaosreader-0.94-zombies.patch -} - -src_install() { - newbin ${P} chaosreader || die -}