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 B3EAF158043 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 59E5BE29FD; Fri, 19 Apr 2024 10:38:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3B501E29FD 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 5272B343492 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 90242172F 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: <1713523115.bef686d5722fa2fce251c197564b4847349a67f9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libebook/Manifest app-text/libebook/libebook-0.1.3-r3.ebuild X-VCS-Directories: app-text/libebook/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bef686d5722fa2fce251c197564b4847349a67f9 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: 06a0fede-1c7c-4799-a1a3-4e8e87c53ae6 X-Archives-Hash: eaa581b8d35ef7546794b1b42e150e9b commit: bef686d5722fa2fce251c197564b4847349a67f9 Author: Sam James gentoo org> AuthorDate: Fri Apr 19 10:01:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 19 10:38:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef686d5 app-text/libebook: switch to smaller distfile Contents are identical. Signed-off-by: Sam James gentoo.org> app-text/libebook/Manifest | 2 +- app-text/libebook/libebook-0.1.3-r3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest index 640e6982bbfd..105c5030daaf 100644 --- a/app-text/libebook/Manifest +++ b/app-text/libebook/Manifest @@ -1 +1 @@ -DIST libe-book-0.1.3.tar.bz2 510498 BLAKE2B e29f9f80a85210447494af20cf30ce7f231ef43f40af9683df7f63e172f5ff8d944d74b995b5850856b2736044b1a5a1ac386262e52a48575325339224a1d339 SHA512 9afa2949f702a34fd6278145ce8d18d504326ed5a103bbc872d0493fcf3e2166d41d094bb0d74b80aa913ca6d082f5bd3259799a4a3c7359331ccdfa1e029a21 +DIST libe-book-0.1.3.tar.xz 416268 BLAKE2B 569bb68603bec5635a7ecdc8312f759816aff3d8e45e0ea9a14dc8c291ebb4dfd8ed430994d255e6be95a6ef4407f459c8d9c3d3945d4fd63841e0401f1c70a2 SHA512 56dfa93816b8a1b7e223bda517ff81547fd7b311c3fe2bea64b12c4290642d4b9ed3778df06c4ee7a65f2b9db57702c00c32aec819efb7820115165af3d5ebdc diff --git a/app-text/libebook/libebook-0.1.3-r3.ebuild b/app-text/libebook/libebook-0.1.3-r3.ebuild index 2e5bf4b9cfc0..b1c6b846d593 100644 --- a/app-text/libebook/libebook-0.1.3-r3.ebuild +++ b/app-text/libebook/libebook-0.1.3-r3.ebuild @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="Library parsing various ebook formats" HOMEPAGE="https://sourceforge.net/projects/libebook/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="MPL-2.0"