diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 13:42:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:48:51 +0100 |
commit | a4e4f8722021987979080bc588b7b48c4268817c (patch) | |
tree | af6da81e01b89a4402e53073ab6949044bc74cd6 /net-analyzer | |
parent | net-analyzer/linkchecker: drop 10.1.0 (diff) | |
download | gentoo-a4e4f8722021987979080bc588b7b48c4268817c.tar.gz gentoo-a4e4f8722021987979080bc588b7b48c4268817c.tar.bz2 gentoo-a4e4f8722021987979080bc588b7b48c4268817c.zip |
net-analyzer/snallygaster: drop 0.0.11, 0.0.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/snallygaster/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/snallygaster/snallygaster-0.0.11.ebuild | 25 | ||||
-rw-r--r-- | net-analyzer/snallygaster/snallygaster-0.0.12.ebuild | 25 |
3 files changed, 0 insertions, 51 deletions
diff --git a/net-analyzer/snallygaster/Manifest b/net-analyzer/snallygaster/Manifest index 4ed2543dbaad..b772d52adb82 100644 --- a/net-analyzer/snallygaster/Manifest +++ b/net-analyzer/snallygaster/Manifest @@ -1,2 +1 @@ -DIST snallygaster-0.0.11.tar.gz 25238 BLAKE2B 11867c0a71cd1701205f499cc7e492520018d39dcdeae0d8e8ae130e2034fd15d20039ed2c7325c879b1640b67a02515685640d5278e0aaafba864fd9d47a7a0 SHA512 6c050f8d67748fa148a578e37f3788305251d210691047f045d63dd531eca4ef4eb9e1d74a22ce9db13c71e471ced304d8138b8f283a1fe4841381532baab733 DIST snallygaster-0.0.12.tar.gz 25234 BLAKE2B 69082fe94fc65d78b99519511b6850d569401d326788448dffac2baca3e359e166b161e69b5169dc0772c4eba5e3cf70968ed75fe09efad7924869971a0869c8 SHA512 507b5bbaa8a013bbbb18b53778781e1e212e295f113ea91b1b73d5162f93d35be74780fa0cba7499d62f40c8cd27b4cdfd79526bd0ab07018090460ca937eb48 diff --git a/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild deleted file mode 100644 index 21ae30abcff9..000000000000 --- a/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 - -DESCRIPTION="Finds file leaks and other security problems on HTTP servers" -HOMEPAGE="https://github.com/hannob/snallygaster" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-python/dnspython - dev-python/urllib3 - dev-python/beautifulsoup4" -RDEPEND="${DEPEND}" -DOCS=( README.md TESTS.md ) - -# Only codingstyle and similar tests, require dependencies -# not packaged in Gentoo -RESTRICT="test" diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild deleted file mode 100644 index e8e505e61bf4..000000000000 --- a/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild +++ /dev/null @@ -1,25 +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="Finds file leaks and other security problems on HTTP servers" -HOMEPAGE="https://github.com/hannob/snallygaster" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-python/dnspython - dev-python/urllib3 - dev-python/beautifulsoup4" -RDEPEND="${DEPEND}" -DOCS=( README.md TESTS.md ) - -# Only codingstyle and similar tests, require dependencies -# not packaged in Gentoo -RESTRICT="test" |