From c41efda78fd1345dd70a5fd0515e971628c11c08 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Fri, 30 Jan 2026 09:06:57 +0100 Subject: [PATCH] hosts-update: remove package Deprecated and obsolete: https://github.com/graysky2/hosts-update --- .../hosts-update/patches/disable-systemd.patch | 12 ------------ srcpkgs/hosts-update/template | 16 ---------------- 2 files changed, 28 deletions(-) delete mode 100644 srcpkgs/hosts-update/patches/disable-systemd.patch delete mode 100644 srcpkgs/hosts-update/template diff --git a/srcpkgs/hosts-update/patches/disable-systemd.patch b/srcpkgs/hosts-update/patches/disable-systemd.patch deleted file mode 100644 index 29ade7b2549..00000000000 --- a/srcpkgs/hosts-update/patches/disable-systemd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru a/Makefile b/Makefile ---- a/Makefile 2015-09-09 07:54:02.000000000 -0700 -+++ b/Makefile 2015-11-23 02:32:22.886247897 -0800 -@@ -26,7 +26,7 @@ - install -Dm644 doc/$(PN).1 "$(DESTDIR)$(MANDIR)/$(PN).1" - gzip -9 "$(DESTDIR)$(MANDIR)/$(PN).1" - --install: install-bin install-man install-systemd -+install: install-bin install-man - - install-systemd: - $(Q)echo -e '\033[1;32mInstalling systemd files...\033[0m' diff --git a/srcpkgs/hosts-update/template b/srcpkgs/hosts-update/template deleted file mode 100644 index 5d872b4f4e8..00000000000 --- a/srcpkgs/hosts-update/template +++ /dev/null @@ -1,16 +0,0 @@ -# Template file for 'hosts-update' -pkgname=hosts-update -version=1.38 -revision=1 -build_style=gnu-makefile -depends="bash curl" -short_desc="Updates /etc/hosts with the mvps blocklist" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/graysky2/hosts-update" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum="9a0fdb028beaf9fa4c2ec5f1a0030fcfe1a996ea42b874b944ec07885ca0f2ba" - -post_install() { - vlicense MIT -}