*/*: fix BetterCompressionCheck

pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-06-05 21:50:56 +02:00
parent c0c19bf7dd
commit b2232f0b3b
32 changed files with 35 additions and 35 deletions

View File

@@ -1 +1 @@
DIST xunitparser-v1.3.4.tar.gz 13430 BLAKE2B 8369170f13360f51a51b2ac47c084fd75c60d7031a62909fe8bcb5bf72e4501eb0b5a351d967a4b00a480487d576323e7e072d5161c5e2e1ac5c5ac82edd4a1c SHA512 2e1d52ab225d82fe133cbfcbd73e403ff990e1321766bf61c4a3b947305a41a76cdfede874702eb35a2f4b5e711a239304193492621dc47dfcc76d623ef207bf
DIST xunitparser-v1.3.4.tar.bz2 12699 BLAKE2B 9631e9e28a13c1770c2c18901037e8f3d69c7cb49233c81774ca053afa8818baad063e4e096a9848aee57ff7956f1b97887a8f77c051031fbfdfd6dbf747e77e SHA512 2e763e322ce65fa5e25cd704857f20943bec0a8626d1b1c74b01e9e646e3868bf95aae07b3453004826223783739fce08dd8a2d281bc336cf05d68a76e36864c

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects"
HOMEPAGE="https://gitlab.com/woob/xunitparser/"
SRC_URI="https://gitlab.com/woob/xunitparser/-/archive/v${PV}/xunitparser-v${PV}.tar.gz"
SRC_URI="https://gitlab.com/woob/xunitparser/-/archive/v${PV}/xunitparser-v${PV}.tar.bz2"
S="${WORKDIR}/xunitparser-v${PV}/"
LICENSE="MIT"