app-misc/freewvs: drop 0.1.4-r1

Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
Hanno Böck
2026-07-14 20:35:25 +02:00
parent ecfea02395
commit 71a0a8c820
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST freewvs-0.1.4.tar.gz 18674 BLAKE2B 8923cd4dc9df529ff55d0ac807106e77d31b0e2ea7b7acab9d0bbd40526818d1d62d74718f2addf79f45e5b7154b0e6351ed3245e864f022f04ab6d4c235d228 SHA512 01632a5c3dd3dc58577225ea57debd5e44ca1a24b30d9cf0c9f17547f72b030b50caaf2ffa4a61ad5d0c1546eedda914da96ce39814ec3c2c421823e9d8e5760
DIST freewvs-0.1.5.tar.gz 19922 BLAKE2B f3cc7f2a1837287da409af91e28ced4b4b6cbc00370f221d38d2aaf6d080ee80ef8b041b54f838868b01820ce08a5139526062f402dcf1cac451c56329adad72 SHA512 3d1d55adbe4324ec8a7ba67dad3706ba6342347f84ca64e6f48e809d16b132570f281c9073d7b842cb1cd1503ae25b5ef50ffa49237dd1966974aa330a89f588

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Scans filesystem for known vulnerable web applications"
HOMEPAGE="https://freewvs.schokokeks.org/"
LICENSE="0BSD"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.md )
pkg_postinst() {
einfo To use freewvs you need to run
einfo update-freewvsdb
einfo first. You should run this on a regular basis to update
einfo the web application data, e.g. via a cronjob.
}
# Only codingstyle and similar tests, require dependencies
# not packaged in Gentoo
RESTRICT="test"