From 8c52bffbc6b3b246e8f78107c2c42adc83c1bf50 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Thu, 22 Jul 2021 17:33:32 +0200 Subject: [PATCH] w_scan: remove package Homepage is gone, can't fetch source. --- srcpkgs/removed-packages/template | 1 + srcpkgs/w_scan/patches/fix-uint.patch | 21 ---------------- srcpkgs/w_scan/patches/musl-time_h.patch | 32 ------------------------ srcpkgs/w_scan/template | 18 ------------- 4 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 srcpkgs/w_scan/patches/fix-uint.patch delete mode 100644 srcpkgs/w_scan/patches/musl-time_h.patch delete mode 100644 srcpkgs/w_scan/template diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 42acb4784bc2..d13f191e4a55 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -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 diff --git a/srcpkgs/w_scan/patches/fix-uint.patch b/srcpkgs/w_scan/patches/fix-uint.patch deleted file mode 100644 index 0265ccd217b9..000000000000 --- a/srcpkgs/w_scan/patches/fix-uint.patch +++ /dev/null @@ -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 - diff --git a/srcpkgs/w_scan/patches/musl-time_h.patch b/srcpkgs/w_scan/patches/musl-time_h.patch deleted file mode 100644 index 81f252aaef55..000000000000 --- a/srcpkgs/w_scan/patches/musl-time_h.patch +++ /dev/null @@ -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 - #include - #include -+#include - - #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 -+#include - #include - #include -+#include - #include - #include - #include ---- 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 - #include - #include -+#include --#include -+#include - #include "emulate.h" - diff --git a/srcpkgs/w_scan/template b/srcpkgs/w_scan/template deleted file mode 100644 index eae95b0654ee..000000000000 --- a/srcpkgs/w_scan/template +++ /dev/null @@ -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 " -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 -}