commit:     5d75654506e063fc2a5028ab9c15d293501c6103
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:43:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:48:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d756545

net-dns/hash-slinger: drop 3.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/hash-slinger/Manifest                |  1 -
 net-dns/hash-slinger/hash-slinger-3.1.ebuild | 49 ----------------------------
 2 files changed, 50 deletions(-)

diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest
index c895d12cf4e8..a9ac022e7d12 100644
--- a/net-dns/hash-slinger/Manifest
+++ b/net-dns/hash-slinger/Manifest
@@ -1,2 +1 @@
-DIST hash-slinger-3.1.tar.gz 38224 BLAKE2B 
35d60b648704e1aa96fbec000ff07c06a31a1f45c58f708fdad1bab464849d4de60963acde9f2c26eb4304454ed1406f698c8007dbf471794f16f26b8ebdb080
 SHA512 
04ad33b718f716cfd08bd52ee50db81372b7dc13895695e1b23cf904306166b73e388285c7cce8a0a0e5003e783bc61dea4c9ede7a44f22c16e24e2411c7f427
 DIST hash-slinger-3.2.tar.gz 38376 BLAKE2B 
8c89f9a372818166c862d97354a60dddc2795c70f23b39225ad0fc3a2657cc5e048dca228dc004db0240fcf80e74bc799528d3459a65e6de347a493df5abf7b3
 SHA512 
01a25b3bc00bd9cd86c448f087c48ad04248a5a8755c2f154272b833efdce058a1fc62ea3f5cc6e9ff35180754b3e44db03c4e4888fd9051b749eff5fc8c3110

diff --git a/net-dns/hash-slinger/hash-slinger-3.1.ebuild 
b/net-dns/hash-slinger/hash-slinger-3.1.ebuild
deleted file mode 100644
index dc80a6e90168..000000000000
--- a/net-dns/hash-slinger/hash-slinger-3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit python-single-r1
-
-DESCRIPTION="Various tools to generate DNS records like SSHFP, TLSA, 
OPENPGPKEY, IPSECKEY"
-HOMEPAGE="https://github.com/letoams/hash-slinger";
-SRC_URI="https://github.com/letoams/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ipsec +openpgp +ssh"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               dev-python/dnspython[${PYTHON_USEDEP}]
-               dev-python/ipaddr[${PYTHON_USEDEP}]
-               dev-python/m2crypto[${PYTHON_USEDEP}]
-       ')
-       net-dns/unbound[python,${PYTHON_SINGLE_USEDEP}]
-       ipsec? ( net-vpn/libreswan[dnssec] )
-       openpgp? ( $(python_gen_cond_dep 
'dev-python/python-gnupg[${PYTHON_USEDEP}]') )
-       ssh? ( net-misc/openssh )
-"
-
-src_install() {
-       local tools tool
-
-       tools="tlsa"
-
-       use ssh && tools+=" sshfp"
-       use openpgp && tools+=" openpgpkey"
-       use ipsec && tools+=" ipseckey"
-
-       for tool in $tools ; do
-               doman ${tool}.1
-               python_doscript ${tool}
-       done
-
-       dodoc BUGS CHANGES README
-}

Reply via email to