mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
net-analyzer/vomit: drop, unmaintained
This commit is contained in:
parent
17bf2a4202
commit
8c5f9026f3
3 changed files with 0 additions and 74 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST vomit-0.2c.tar.gz 77755 SHA256 b2aff5a6ecb556864e9d1338fae07ec85c43f5e7642c6d57aaa980434ccdc24c
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
diff -Nru a/vomit.c b/vomit.c
|
||||
--- a/vomit.c 2004-01-03 01:07:59.000000000 +0100
|
||||
+++ b/vomit.c 2010-08-12 16:33:41.957998002 +0200
|
||||
@@ -74,14 +74,6 @@
|
||||
}
|
||||
|
||||
void
|
||||
-sigcb(int sig)
|
||||
-{
|
||||
- extern int event_gotsig;
|
||||
-
|
||||
- event_gotsig = 1;
|
||||
-}
|
||||
-
|
||||
-void
|
||||
usage(char *name)
|
||||
{
|
||||
fprintf(stderr,
|
||||
@@ -99,7 +91,6 @@
|
||||
{
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
- extern int (*event_sigcb)(void);
|
||||
int ch;
|
||||
char *name = argv[0];
|
||||
char *fromfile = NULL;
|
||||
@@ -149,12 +140,6 @@
|
||||
if ((pcap_off = pcap_dloff(pcap_pd)) < 0)
|
||||
errx(1, "couldn't determine link layer offset");
|
||||
|
||||
- signal(SIGHUP, sigcb);
|
||||
- signal(SIGINT, sigcb);
|
||||
- signal(SIGTERM, sigcb);
|
||||
-
|
||||
- event_sigcb = cleanup;
|
||||
-
|
||||
voip_init();
|
||||
|
||||
event_dispatch();
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
WANT_AUTOMAKE="1.4"
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Converts a Cisco IP phone conversation into a wav file"
|
||||
HOMEPAGE="http://vomit.xtdnet.nl/"
|
||||
SRC_URI="http://vomit.xtdnet.nl/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND="net-libs/libpcap
|
||||
dev-libs/libdnet
|
||||
dev-libs/libevent"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s|-O2 -Wall -g|$CFLAGS|g" Makefile.* || die
|
||||
epatch "${FILESDIR}"/${PN}-remove-old-libevent-code.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc README || die
|
||||
}
|
||||
Loading…
Reference in a new issue