app-misc/freewvs: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-05-20 08:24:02 +02:00
parent ff30296b02
commit e6e42a817e
3 changed files with 0 additions and 57 deletions

View File

@@ -1,2 +1 @@
DIST freewvs-0.1.2.tar.gz 20093 BLAKE2B de82188bd6be8e59490b3bb5faaad59466b1888603ffc3949662dc8d74fc7607a253a6779df0a87a66e09f204dfb754edd3ae4c7a8504687fa75ba9e880e0540 SHA512 a247cd46458886a4854c97a628218708a36e5c2e5e633a86651e9ccf1d7d4e1108d224234821b9d45199c471d46f2cb57600a8b1cf4a62d0ae98c6dfbb0dd64b
DIST freewvs-0.1.3.tar.gz 20463 BLAKE2B 13fa629aeefb72f36f76ca3712fd0928681f05b88b96ad917138f8b745881135f82e8b467f59c9880a113b702e8fcb64e925066c57be5931afacfc7285c2af83 SHA512 cb0d00d4577be478136c470a7f80a667d2cbd73e516b168138bba95549b5f41025a1e11f39a214cf375b8b16ebc3334433976f63b30c100c0c08521d2c1e9c51

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9,10} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="Scans filesystem for known vulnerable web applications"
HOMEPAGE="https://freewvs.schokokeks.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="CC0-1.0"
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"

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9,10} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="Scans filesystem for known vulnerable web applications"
HOMEPAGE="https://freewvs.schokokeks.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="CC0-1.0"
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"