From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6443415ACFC for ; Mon, 1 May 2023 12:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9268E086D; Mon, 1 May 2023 12:49:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A762E086C for ; Mon, 1 May 2023 12:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C30033414FD for ; Mon, 1 May 2023 12:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5630CA60 for ; Mon, 1 May 2023 12:49:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682945331.a4e4f8722021987979080bc588b7b48c4268817c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/snallygaster/Manifest net-analyzer/snallygaster/snallygaster-0.0.11.ebuild net-analyzer/snallygaster/snallygaster-0.0.12.ebuild X-VCS-Directories: net-analyzer/snallygaster/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4e4f8722021987979080bc588b7b48c4268817c X-VCS-Branch: master Date: Mon, 1 May 2023 12:49:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f305b7ad-d188-4adc-a4d1-bae5bafefe2f X-Archives-Hash: 1afa3dc5d415acfab57a5569e0c73729 commit: a4e4f8722021987979080bc588b7b48c4268817c Author: Sam James gentoo org> AuthorDate: Mon May 1 12:42:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 12:48:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e4f872 net-analyzer/snallygaster: drop 0.0.11, 0.0.12 Signed-off-by: Sam James gentoo.org> net-analyzer/snallygaster/Manifest | 1 - .../snallygaster/snallygaster-0.0.11.ebuild | 25 ---------------------- .../snallygaster/snallygaster-0.0.12.ebuild | 25 ---------------------- 3 files changed, 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"