net-analyzer/blaeu: Dropping old releases

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-01-20 18:25:47 +01:00
parent 97e6b9c669
commit 7058236ff4
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 0 additions and 52 deletions

View File

@ -1,3 +1 @@
DIST archive.tar.gz 31056 BLAKE2B 814da13c18182daf761f502b3379d527e70d0c97f222607b331d40192458b39c293d170186fe6b758313468117e4360c1cff164dec188cacfec692d01e9267ec SHA512 89883ea73d3e9fab95189f80d7bf81ece364402a784a1daf622dd6ea4b54330930147d7eb36bd4684139093758334931c2bd0eae7407da62b27b057f2e13e45c
DIST blaeu-release-1.1.2.tar.gz 31151 BLAKE2B abdaba8442cc0b585d08639009451aeb59ba796a2db3e68ba0752988cbbab13db196fe713926b62352de34664b07749f0b0e4145ed1080db1d1bdb452850594a SHA512 010bf8f71de5600a20621965c6c6eca5e4bad9992678d3602a1748490139ecb4c2518aff67b18e46cce5ce832ed84dfd7a98b9a2a60dd7cd67dc2de3b9d888dc
DIST blaeu-release-1.1.3.tar.gz 31150 BLAKE2B e2393c0d4735b4de22a88999cb016e17d00b642d5c3dc8144a6cde89957089a377dd3a48f202bf5cda376ead63a1210c1e2b661396d176799fac60a47e6ab338 SHA512 1fee103540011aadc5ac2db8183abfead4bf9cd1350abe2560fea7c70cc93fce05247794d4715b09d4da46d4c7c1114b09117e867448410eed338e592f63380a

View File

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

View File

@ -1,25 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{4,5,6} )
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}]"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
mv ${PN}-release-${PV} ${P}
}