diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-03-16 21:32:52 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-03-16 21:42:29 +0100 |
commit | a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a (patch) | |
tree | 6894f96721cde1efb33e958b677b2bbbbfa71f7a | |
parent | x11-terms/st: Define src_configure(). (diff) | |
download | gentoo-a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a.tar.gz gentoo-a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a.tar.bz2 gentoo-a496ab3cce9d0113bcc4fe6041595d35bb2e1a9a.zip |
net-analyzer/chaosreader: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | net-analyzer/chaosreader/chaosreader-0.94.ebuild | 24 |
1 files changed, 0 insertions, 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 0e9d613171e6..000000000000 --- 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 -} |