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 87FB6158044 for ; Fri, 19 Apr 2024 10:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C56AAE29EE; Fri, 19 Apr 2024 10:38:49 +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 68900E29FA for ; Fri, 19 Apr 2024 10:38:49 +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 B277234348D for ; Fri, 19 Apr 2024 10:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57621172C 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: <1713523113.e21dcb718c847e975f15fb056033b202446f1746.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/gammu/Manifest app-mobilephone/gammu/gammu-1.42.0-r1.ebuild X-VCS-Directories: app-mobilephone/gammu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e21dcb718c847e975f15fb056033b202446f1746 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: 6fc77a5f-9aa2-49ea-8c35-316e0850bba2 X-Archives-Hash: d6a749c0308023549d0eef6e8cd1fcd7 commit: e21dcb718c847e975f15fb056033b202446f1746 Author: Sam James gentoo org> AuthorDate: Fri Apr 19 10:28:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 19 10:38:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21dcb71 app-mobilephone/gammu: switch to smaller distfile Contents are identical. Signed-off-by: Sam James gentoo.org> app-mobilephone/gammu/Manifest | 2 +- app-mobilephone/gammu/gammu-1.42.0-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-mobilephone/gammu/Manifest b/app-mobilephone/gammu/Manifest index 6a177effc321..b083ab159211 100644 --- a/app-mobilephone/gammu/Manifest +++ b/app-mobilephone/gammu/Manifest @@ -1 +1 @@ -DIST gammu-1.42.0.tar.bz2 2193946 BLAKE2B 074f870624efbd28aaf9ecb445063ff7ec070cd1498c00a2e93a8842ed2afd5a0bc6475d950885eec883bed158528dda0588809c2d55ef78c83f0eed3e1b4aff SHA512 f440df357578ce7f5ddd17f2f0f6405b4dacbca3e5da65a469f3f1e92c71bf899a7ef0977438c803ed9b1d7d15324d4a43bd9d97d986119a522243e2e6304971 +DIST gammu-1.42.0.tar.xz 1747520 BLAKE2B 13f2627ad189e8ca92da2b16c4f7f5f792f601ca5f7620e251526f79b399b54eb3fb46b420ccb81d4bb44c7777d417c96390001d30dbbe9740eb3d737c574716 SHA512 b1826b011b7af15c87bd1e9214536607450553f9b5c7ba9b40ea2a1b9d8dcc8cab61106055fcb4aeb69e78ea29d2f4986ffd7df20210ed76bc6a0c474e140ba1 diff --git a/app-mobilephone/gammu/gammu-1.42.0-r1.ebuild b/app-mobilephone/gammu/gammu-1.42.0-r1.ebuild index ba396cb0f1fc..00ba2ed482b2 100644 --- a/app-mobilephone/gammu/gammu-1.42.0-r1.ebuild +++ b/app-mobilephone/gammu/gammu-1.42.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="A tool to handle your cellular phone" HOMEPAGE="https://wammu.eu/gammu/" -SRC_URI="https://dl.cihar.com/${PN}/releases/${P}.tar.bz2" +SRC_URI="https://dl.cihar.com/${PN}/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"