net-firewall/hblock: drop 3.1.3
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
ef5392fc1b
commit
21ba99196d
@ -1,2 +1 @@
|
||||
DIST hblock-3.1.3.tar.gz 761144 BLAKE2B 83c3c0ba8a4b63e4cbc76bfbb822f05445a78679dbe3f60ee75c5da710bc63eff4156b60a938d203a9020c607dff07d6c2a24148fc52a4aeeb310889a0b32b72 SHA512 b71229a85965b17162e8b797d0170ad4b565411b93707e43d277cdc061f95449435b4212ed5ca77980da74e673e950f8b074bd1761b8e9caf826db340e7a4e83
|
||||
DIST hblock-3.2.0.tar.gz 755740 BLAKE2B d3ab21a9eb7d467edf127700dba4afdb1c3daee76f910c858cc44ebc5a07e411a1fbecac27439c79c0cc387234df79a91559b0656876a192c48500f289a4a6ff SHA512 0f1fc4823111c4117a5fac1e079e023e1ba8cebf678fc443a9815c697a0bfc6f5d35cc7ec1ec8c48750e410d9baf5675b0a1f5662960b17d9c27f88f9a8424bc
|
||||
|
@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit systemd
|
||||
|
||||
DESCRIPTION="Improve your security and privacy by blocking ads, tracking and malware domains"
|
||||
HOMEPAGE="https://hblock.molinero.dev/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/hectorm/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/hectorm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="binchecks mirror strip test"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
|| (
|
||||
net-misc/curl[http2,ssl]
|
||||
net-misc/wget[ssl]
|
||||
www-client/fetch
|
||||
)
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
dobin "${PN}"
|
||||
|
||||
systemd_dounit "${S}"/resources/systemd/hblock.service
|
||||
systemd_dounit "${S}"/resources/systemd/hblock.timer
|
||||
}
|
Loading…
Reference in New Issue
Block a user