w_scan: remove package

Homepage is gone, can't fetch source.
This commit is contained in:
UsernameRandomlyGenerated 2021-07-22 17:33:32 +02:00 committed by Érico Nogueira Rolim
parent 696b43b228
commit 1082d43ad1
4 changed files with 1 additions and 71 deletions

View file

@ -301,6 +301,7 @@ replaces="
vte-python<=0.28.2_16
vte290-devel<=0.36.5_5
vte290<=0.36.5_5
w_scan<=20170107_1
wireguard-go<=0.0.20181222_2
wireshark-gtk<=3.0.7_1
libxnoise<=0.2.21_4

View file

@ -1,21 +0,0 @@
--- a/Makefile.in 2014-11-22 12:00:00.000000000 +0100
+++ b/Makefile.in 2016-05-03 23:44:44.859376553 +0200
@@ -836,7 +836,7 @@
@echo "/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */" > version.h
@echo "#ifndef W_SCAN_VERSION_H" >> version.h
@echo "#define W_SCAN_VERSION_H" >> version.h
- @echo "uint version=$(__VERSION);" >> version.h
+ @echo "unsigned int version=$(__VERSION);" >> version.h
@echo "#endif" >> version.h
@echo "" >> version.h
@chmod a-x version.h
--- a/version.h 2014-11-22 11:59:56.000000000 +0100
+++ b/version.h 2016-05-03 23:42:59.612376864 +0200
@@ -1,6 +1,6 @@
/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
#ifndef W_SCAN_VERSION_H
#define W_SCAN_VERSION_H
-uint version=20170107;
+unsigned int version=20170107;
#endif

View file

@ -1,32 +0,0 @@
--- a/dump-xml.c 2014-11-22 09:49:26.000000000 +0100
+++ b/dump-xml.c 2016-05-03 23:36:55.792377942 +0200
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "si_types.h"
#include "dump-xml.h"
--- a/scan.c 2014-11-23 10:59:26.000000000 +0100
+++ b/scan.c 2016-05-03 23:39:03.783377563 +0200
@@ -51,6 +51,7 @@
-#include <sys/poll.h>
+#include <poll.h>
#include <unistd.h>
#include <fcntl.h>
+#include <time.h>
#include <signal.h>
#include <assert.h>
#include <getopt.h>
--- a/emulate.c 2014-11-22 09:49:26.000000000 +0100
+++ b/emulate.c 2016-05-03 23:40:41.457377274 +0200
@@ -3,6 +3,7 @@
#include <stdint.h>
#include <string.h>
#include <ctype.h>
+#include <time.h>
-#include <sys/errno.h>
+#include <errno.h>
#include "emulate.h"

View file

@ -1,18 +0,0 @@
# Template file for 'w_scan'
pkgname=w_scan
version=20170107
revision=1
build_style="gnu-configure"
hostmakedepends="automake libtool"
short_desc="Universal ATSC and DVB blind scanner"
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
license="GPL-2.0-only"
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
checksum="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe"
CFLAGS="-fcommon"
pre_configure() {
autoreconf -if
}