net-analyzer/blaeu: add 1.1.9, drop 1.1.3

This commit is contained in:
Alarig Le Lay 2022-09-20 17:55:17 +02:00
parent b7195165b6
commit dcca406b55
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST blaeu-release-1.1.3.tar.gz 31150 BLAKE2B e2393c0d4735b4de22a88999cb016e17d00b642d5c3dc8144a6cde89957089a377dd3a48f202bf5cda376ead63a1210c1e2b661396d176799fac60a47e6ab338 SHA512 1fee103540011aadc5ac2db8183abfead4bf9cd1350abe2560fea7c70cc93fce05247794d4715b09d4da46d4c7c1114b09117e867448410eed338e592f63380a
DIST blaeu-release-1.1.6.tar.gz 32274 BLAKE2B 47e92fbb07656a461e6304b25b382689efc7d060f952c34fec187e18a42953b0fcb135426b7114242c6c8c9d6a6bed1500dddd322d994bdaa31cda68dadd3bbc SHA512 c8916f1ff0ffc1926e7f03b0c7e35310d1a5cbd366eeb456cafe37afe649edea327aea32d652c66e431520d790473858b3a2e839b9d678f1559b831f43d92b53
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

@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
@ -15,9 +15,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/cymruwhois[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]"
DEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/cymruwhois[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
src_unpack() {