From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51908158043 for ; Fri, 19 Apr 2024 10:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F793E29FF; Fri, 19 Apr 2024 10:38:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 012FEE29FF for ; Fri, 19 Apr 2024 10:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A66E34348C for ; Fri, 19 Apr 2024 10:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBE6F1733 for ; Fri, 19 Apr 2024 10:38:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713523117.02cf464d46362af7eb6fb488a97c2375c6a0735f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graph-tool/Manifest dev-python/graph-tool/graph-tool-2.58.ebuild dev-python/graph-tool/graph-tool-9999.ebuild X-VCS-Directories: dev-python/graph-tool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02cf464d46362af7eb6fb488a97c2375c6a0735f X-VCS-Branch: master Date: Fri, 19 Apr 2024 10:38:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63f50044-9d38-4918-a1db-d91d0fd1f1f5 X-Archives-Hash: 3a3fb4a762db89bada5a0741b540a633 commit: 02cf464d46362af7eb6fb488a97c2375c6a0735f Author: Sam James gentoo org> AuthorDate: Fri Apr 19 09:51:04 2024 +0000 Commit: Sam James gentoo 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 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