public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/
Date: Wed,  4 Oct 2023 21:56:17 +0000 (UTC)	[thread overview]
Message-ID: <1696456540.11e90dd364e64085b406e762fa42d2caefeda72a.conikost@gentoo> (raw)

commit:     11e90dd364e64085b406e762fa42d2caefeda72a
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Oct  4 21:19:03 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 21:55:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e90dd3

net-analyzer/wtfis: drop 0.6.1-r2, 0.6.2-r1, 0.7.0-r1

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-analyzer/wtfis/Manifest              |  3 ---
 net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild | 40 --------------------------------
 net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild | 39 -------------------------------
 net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild | 39 -------------------------------
 4 files changed, 121 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 209244788be0..be735c0292bc 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,4 +1 @@
-DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382 SHA512 75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3
-DIST wtfis-0.6.2.gh.tar.gz 473959 BLAKE2B 776b8cafa5acca6648c168198b47ae9f47b8d72b8454880adcb6e63280f9bf60c83184e5ce3054058232eecbf80ead880d4d454ce3b7ca664d4a0bf1d4451e59 SHA512 11ca3987d4ee8e66ad662136b7d4262c26556359c253382fefae3b70aa1c09b95c326a5347299c519eaf54724099402917977ad322eb07dbec765a9d21f39549
-DIST wtfis-0.7.0.gh.tar.gz 545486 BLAKE2B ac4272ce7b1a1b6c0f0a3c17af155e4be25ac6e466ddcb983f3b9eb20c3e20be29447092c515e1429fd51c79bc89ed282b46886c05eaae97bb31d5816d57ba57 SHA512 678c504ca7c682b1fd0bde345fb6007513e5ecaa5a7dc77f220778ee1de10636b44462e319a8d67b9fbe10c77f29ce2c31692a82777ca91713fd257c28c407f5
 DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442 SHA512 9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845

diff --git a/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild b/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
deleted file mode 100644
index e10203eef827..000000000000
--- a/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis"
-
-if [[ ${PV} = "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
-else
-	SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	KEYWORDS="amd64 ~loong x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	<dev-python/pydantic-2[${PYTHON_USEDEP}]
-	>=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
-	>=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
-	>=dev-python/rich-12.6.0[${PYTHON_USEDEP}]
-	<dev-python/rich-13.5.0[${PYTHON_USEDEP}]
-	>=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/rich[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild b/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
deleted file mode 100644
index 65fc9e8d4f00..000000000000
--- a/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis"
-
-if [[ ${PV} = "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
-else
-	SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/pydantic-2.0.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
-	>=dev-python/rich-12.6.0[${PYTHON_USEDEP}]
-	<dev-python/rich-13.5.0[${PYTHON_USEDEP}]
-	>=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/rich[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild b/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild
deleted file mode 100644
index c710b351a5ba..000000000000
--- a/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis"
-
-if [[ ${PV} = "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
-else
-	SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/pydantic-2.0.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
-	>=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
-	<dev-python/rich-13.5.0[${PYTHON_USEDEP}]
-	>=net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/rich[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2023-10-04 21:56 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-04 21:56 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-23 11:32 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/ Jakov Smolić
2024-08-23 11:32 Jakov Smolić
2024-08-13  7:36 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-04  9:29 Jakov Smolić
2024-07-04  9:29 Jakov Smolić
2024-06-02  8:31 Joonas Niilola
2024-06-02  8:31 Joonas Niilola
2024-06-02  8:31 Joonas Niilola
2024-04-23 20:38 Sam James
2024-04-23  9:28 Sam James
2024-03-17 13:53 Florian Schmaus
2024-03-17 13:53 Florian Schmaus
2023-10-04  7:40 Joonas Niilola
2023-10-04  7:40 Joonas Niilola
2023-09-27 17:59 WANG Xuerui
2023-09-01 17:02 Arthur Zamarin
2023-09-01 17:02 Arthur Zamarin
2023-08-26  4:01 Sam James
2023-08-26  4:01 Sam James
2023-08-07  5:06 Sam James
2023-08-07  5:06 Sam James
2023-07-06 13:50 Michał Górny
2023-04-04 22:52 Sam James
2023-04-04 22:52 Sam James
2023-03-19  3:22 Sam James
2023-03-02 16:48 Joonas Niilola
2023-03-02 16:48 Joonas Niilola
2023-01-31  5:56 Sam James
2023-01-31  4:04 Sam James
2023-01-05  5:21 Sam James
2023-01-04 18:36 Arthur Zamarin
2023-01-04 18:36 Arthur Zamarin
2022-12-15  4:44 Sam James
2022-12-15  4:44 Sam James
2022-12-01  7:45 Florian Schmaus
2022-11-24 12:00 WANG Xuerui
2022-11-23  1:45 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696456540.11e90dd364e64085b406e762fa42d2caefeda72a.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox