net-analyzer/blaeu: add 1.1.10

This commit is contained in:
Alarig Le Lay 2024-06-07 01:22:18 +02:00
parent 227c9eab7b
commit d974b4f1ca
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 29 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST blaeu-release-1.1.10.tar.gz 33151 BLAKE2B f0c0fc63022b2b83eba93b32a04005e2445e46a982beed7012208910b2961950527cfb5a5d4d095aafd23a04e357d25b2331cc56611cea9c2118eedb33b22b9e SHA512 bde2489414877b40afb43d8a8004e6d9170b4c08e0bb520a35aa2fff2eb9ea4183a579f3145e245fc5fd456380ba39c9bcb1a9aac6ecd4e3cfa03b6d81296515
DIST blaeu-release-1.1.8.tar.gz 32850 BLAKE2B e37301ef35deb327868b9b6b36d5abe49a27110ca9d2f34ccad1353a1635522fcbec58dcf0ced15b61ab634c38c97d2c6a7cf4146aef7743399a0891450166dc SHA512 c5b680042b3ad92780d2fcbaf57dabda3b0ee9b1dca03368320190792fdb57cbb50dae79c3dbd60691778cdedb4252f504c3a0b067b02c918d4b39830f4c63f9
DIST blaeu-release-1.1.9.tar.gz 32862 BLAKE2B 27a40d2a85e0d880c0e4abf725f24d03fed17b2502b0fcb3ca27df872fb6640e9938efcc80ad07c5609e68339bf81185f7379f17c9743e995f80208c1e86ab6f SHA512 08221129b58a679d50b8fc29f2c92abb59a12a11518953725f710d2239acdda9a4813a77ba38a506b44c6a0348cddc007d91b635bfd6274310b60b378bd32f00

View File

@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
HOMEPAGE="https://framagit.org/bortzmeyer/blaeu"
SRC_URI="https://framagit.org/bortzmeyer/${PN}/-/archive/release-${PV}/${PN}-release-${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/cymruwhois[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
mv ${PN}-release-${PV} ${P}
}