diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-07-10 20:52:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-14 22:37:37 +0200 |
commit | 22475c33ee1776fe213c3388b4953ae65ad8d42b (patch) | |
tree | a35f995f9ec27773c50abb3685d14d457fa7bc3e /net-analyzer/chaosreader | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-22475c33ee1776fe213c3388b4953ae65ad8d42b.tar.gz gentoo-22475c33ee1776fe213c3388b4953ae65ad8d42b.tar.bz2 gentoo-22475c33ee1776fe213c3388b4953ae65ad8d42b.zip |
net-analyzer/chaosreader: remove old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://bugs.gentoo.org/638468
Closes: https://github.com/gentoo/gentoo/pull/12419
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/chaosreader')
-rw-r--r-- | net-analyzer/chaosreader/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/chaosreader/Manifest b/net-analyzer/chaosreader/Manifest index a52d4d09f5f7..2261157cb9cf 100644 --- a/net-analyzer/chaosreader/Manifest +++ b/net-analyzer/chaosreader/Manifest @@ -1,2 +1 @@ -DIST chaosreader-0.94.bz2 41039 BLAKE2B 664ac7de3ea15dcc2942f7d9ffa4a7ffd2066a521345877127594ece197cab8d49d2f3441335c012dc09041543cda31c723d021ae86a512b4d578f958acc3afc SHA512 f2c2b31e6f7fc27c5cb59a43ce9cdea67de520c79f6354c9a0f627c098d73f4666461fb4f3c393a0a9ac36105979fe36b08035c4404371db2f573dd534e1adad DIST chaosreader-0.96.tar.gz 99124 BLAKE2B 04e9dd45543033bb3d15264fcc9168b7e2cec6f304f10142df36c363e841afc91659d7956bbb60b05cc6ab4e8fd519adaf9a2e69be2efc129fd2f38ca0d99f1f SHA512 46ba4a66152403e150e652bf6fa08af98cd3d709ea2cb834a32411ca5dde5f94a7e972404626787e604c1449c29ab5f335673b305ab83856c0dfff7cbf2f4de4 diff --git a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild deleted file mode 100644 index 1b7d356fcb14..000000000000 --- a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils - -DESCRIPTION="Trace TCP/UDP/... sessions and fetch application data." -HOMEPAGE="http://chaosreader.sourceforge.net - https://github.com/brendangregg/Chaosreader" -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 - epatch "${FILESDIR}"/chaosreader-0.94-chunkcheck.patch - epatch "${FILESDIR}"/chaosreader-0.94-darwin.patch - epatch "${FILESDIR}"/chaosreader-0.94-divisionbyzero.patch - epatch "${FILESDIR}"/chaosreader-0.94-oldmultiline.patch -} - -src_install() { - newbin ${P} chaosreader -} |