From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Tue, 3 Mar 2020 07:03:25 +0000 (UTC) [thread overview]
Message-ID: <1583218983.d6839d6904286d520cb3586ce509fcd478cb1248.mschiff@gentoo> (raw)
commit: d6839d6904286d520cb3586ce509fcd478cb1248
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 3 06:56:53 2020 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Mar 3 07:03:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6839d69
net-dns/hash-slinger: remove old versions
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
net-dns/hash-slinger/Manifest | 2 --
net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild | 46 -------------------------
net-dns/hash-slinger/hash-slinger-2.7-r2.ebuild | 46 -------------------------
3 files changed, 94 deletions(-)
diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest
index 90fc8f89c88..4c30a704868 100644
--- a/net-dns/hash-slinger/Manifest
+++ b/net-dns/hash-slinger/Manifest
@@ -1,3 +1 @@
-DIST hash-slinger-2.6.tar.gz 34864 BLAKE2B 4bd66a30ce0f6f57676d8c8691a38743b2b4263fc600b9a3756f1ff4676477bd61a4b20df082227a3437ca2bcbb1ad4e44643f8a87cda0a1123dab8fafa26140 SHA512 1e5d67ed2ef8eae910927fbd7419928d87ba31a91ca43a1c163b05f725da96a50d30e1539c4c55a68a22f0e2c9a2f7c7101fbdcfb5fc903e87fe4c22e20f33af
-DIST hash-slinger-2.7.tar.gz 37684 BLAKE2B e8758251c51139723778ca0db271cbc730e19bba25fad3f7f784f06774ce52038f520c11b526fffd30570854112f0e7b184f6d05e4d20847ac2c014bc66151f8 SHA512 b1b3e46c4cdd8b983b55156c9bcc58afc973c2503cde48283e98306e381753547f425bfaee68707ae10b2e31b71d01485b34e4a9841c9ce2048f9551f23d0976
DIST hash-slinger-3.0.tar.gz 38056 BLAKE2B e72bbddf587225c86ccf7b5c76a48bdece2bf1925a496ae930e9a4973ae47992fea5ca6c0e9e594a1170c0bdbbb3c8712c492c870c8c2e8f523ce247e4e2a4a4 SHA512 7528f267669cdc0c18e1d00c27fff96d915b3143c5534a09c834df3e140035159feeeb8b177528e89cd25265560d0734ef1af94d2f9d28fef47d7ca391e84516
diff --git a/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild b/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
deleted file mode 100644
index a5e14629412..00000000000
--- a/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY"
-HOMEPAGE="https://people.redhat.com/pwouters/hash-slinger/"
-SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipsec +openpgp +ssh"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
- ${PYTHON_DEPS}
- net-dns/unbound[python,${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
- dev-python/ipaddr[${PYTHON_MULTI_USEDEP}]
- dev-python/m2crypto[${PYTHON_MULTI_USEDEP}]
- openpgp? ( dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}] )
- ')
- ipsec? ( net-vpn/libreswan[dnssec] )
- ssh? ( net-misc/openssh )
-"
-
-src_install() {
- local tools
- 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
-}
diff --git a/net-dns/hash-slinger/hash-slinger-2.7-r2.ebuild b/net-dns/hash-slinger/hash-slinger-2.7-r2.ebuild
deleted file mode 100644
index e36c1758e26..00000000000
--- a/net-dns/hash-slinger/hash-slinger-2.7-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY"
-HOMEPAGE="https://people.redhat.com/pwouters/hash-slinger/"
-SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ipsec +openpgp +ssh"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
- ${PYTHON_DEPS}
- net-dns/unbound[python,${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
- dev-python/ipaddr[${PYTHON_MULTI_USEDEP}]
- dev-python/m2crypto[${PYTHON_MULTI_USEDEP}]
- openpgp? ( dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}] )
- ')
- ipsec? ( net-vpn/libreswan[dnssec] )
- ssh? ( net-misc/openssh )
-"
-
-src_install() {
- local tools
- 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
-}
next reply other threads:[~2020-03-03 7:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-03 7:03 Marc Schiffbauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-17 9:43 [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/ Conrad Kostecki
2023-05-11 20:03 Sam James
2023-05-01 12:52 Sam James
2023-05-01 12:49 Sam James
2022-06-03 8:12 Sam James
2021-05-31 23:19 Sam James
2021-05-31 23:19 Sam James
2021-05-31 23:19 Sam James
2020-09-02 9:57 Marc Schiffbauer
2020-02-13 16:05 Marc Schiffbauer
2020-02-13 13:52 David Seifert
2020-02-13 6:01 Marc Schiffbauer
2020-02-09 15:54 Michał Górny
2019-12-24 19:52 Mikle Kolyada
2019-07-30 6:04 Michał Górny
2019-07-30 6:00 Michał Górny
2016-03-08 1:58 Robin H. Johnson
2015-10-30 12:04 Justin Lecher
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=1583218983.d6839d6904286d520cb3586ce509fcd478cb1248.mschiff@gentoo \
--to=mschiff@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