commit: 02cf464d46362af7eb6fb488a97c2375c6a0735f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 09:51:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:38:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cf464d
dev-python/graph-tool: switch to smaller distfile
Contents are identical modulo a few timestamps.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/graph-tool/Manifest | 2 +-
dev-python/graph-tool/graph-tool-2.58.ebuild | 4 ++--
dev-python/graph-tool/graph-tool-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/graph-tool/Manifest b/dev-python/graph-tool/Manifest
index 6effef3aebdb..47a341ab504d 100644
--- a/dev-python/graph-tool/Manifest
+++ b/dev-python/graph-tool/Manifest
@@ -1 +1 @@
-DIST graph-tool-2.58.tar.bz2 15189499 BLAKE2B
c3137df7e2c49bb453969f6355bda66090daaa993085ccffd0b055e6b6f55e5b7f13d851d860aaed08d961e47df360e88194cde6eced50a1d3e40701c9c823f2
SHA512
89d62c865ab7a2ade1fabf27fef3c74e7bc9fa85a25e3094941d9d7f1824dc2e426eae7a62660d57140c54bf6fefd07673ab9ec3a72ad05c63c84a7da9ba2ffa
+DIST graph-tool-2.58.tar.xz 14949712 BLAKE2B
f7edfc112e737aad09317b2a754eefa8fad0135d580766b24ef5eb08d9e748a65a7372d95b9b00ffd891a2fe033f7ca29348b700e145361c48c95fe31a9f1500
SHA512
bfb604073c71b1f4a605008e5bfa6414370bc5c14e1b501e1821c1d363370e2f1f7c6dcedabf67723286cac07def1442c24577308458a75c4fc70aee69bf22ee
diff --git a/dev-python/graph-tool/graph-tool-2.58.ebuild
b/dev-python/graph-tool/graph-tool-2.58.ebuild
index 002fda98dac3..cc33f7016710 100644
--- a/dev-python/graph-tool/graph-tool-2.58.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.58.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://git.skewed.de/count0/graph-tool.git"
inherit autotools git-r3
else
- SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2"
+ SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.xz"
KEYWORDS="~amd64"
fi
diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild
b/dev-python/graph-tool/graph-tool-9999.ebuild
index b61774538a69..933f090ee1fa 100644
--- a/dev-python/graph-tool/graph-tool-9999.ebuild
+++ b/dev-python/graph-tool/graph-tool-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://git.skewed.de/count0/graph-tool.git"
inherit autotools git-r3
else
- SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2"
+ SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.xz"
KEYWORDS="~amd64"
fi