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 E679315808B for ; Tue, 12 Apr 2022 21:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 003E2E0909; Tue, 12 Apr 2022 21:04:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55738E0924 for ; Tue, 12 Apr 2022 21:04:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9401341AFA for ; Tue, 12 Apr 2022 21:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0184239F for ; Tue, 12 Apr 2022 21:04:09 +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: <1649797428.9842f1cc3fa6420fd5cc7795e55a0d709dd451ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xiphos/Manifest app-text/xiphos/xiphos-4.2.1.ebuild X-VCS-Directories: app-text/xiphos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9842f1cc3fa6420fd5cc7795e55a0d709dd451ae X-VCS-Branch: master Date: Tue, 12 Apr 2022 21:04:09 +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: 9037854b-bedb-41f7-8997-ae42914db571 X-Archives-Hash: 0e0a8eafe9770bc4891694c187a24995 commit: 9842f1cc3fa6420fd5cc7795e55a0d709dd451ae Author: Sam James gentoo org> AuthorDate: Tue Apr 12 12:29:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 21:03:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9842f1cc app-text/xiphos: switch to xz Smaller tarballs. Signed-off-by: Sam James gentoo.org> app-text/xiphos/Manifest | 2 +- app-text/xiphos/xiphos-4.2.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest index cb991a816fdb..739b78fae71c 100644 --- a/app-text/xiphos/Manifest +++ b/app-text/xiphos/Manifest @@ -1 +1 @@ -DIST xiphos-4.2.1.tar.gz 28373966 BLAKE2B 33f4cb8884add292047d4c9a594ee467f6a294c0732af54802ffa556c5d97978f398fc1b5da52d5620413305d4efe9ea1a3e680dc4db1dde962d5c9028c360cf SHA512 4ce92b86e1915fa4d0ffa867a3542ff697195dd176dff1c5d00193a9556ecfc60623049bf45837a2f60317c392b3c4365742a7490ac8304a6f1b9491e3318077 +DIST xiphos-4.2.1.tar.xz 21586484 BLAKE2B 7529f770766dfc5bae6cb04bfeb3d3cc0714c4ebbd2282aca549e50b8a9ca4c74cdb8cb69667f1036ee33ee1c5d90e562cff80d520ce72651736e1f5f4274ba1 SHA512 624bd2e931c15e1665724918e756706f048e824dc13c2f1d5a05c32a93697137e75012564a14b7d2d0aa90c6a109c52ead51901e657d35a457ccf5f42204a0fe diff --git a/app-text/xiphos/xiphos-4.2.1.ebuild b/app-text/xiphos/xiphos-4.2.1.ebuild index 6dab6793c988..a5bdd72a9066 100644 --- a/app-text/xiphos/xiphos-4.2.1.ebuild +++ b/app-text/xiphos/xiphos-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit cmake xdg-utils DESCRIPTION="A Gtk+-based Bible-study frontend for SWORD" HOMEPAGE="https://xiphos.org/" -SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1" SLOT="0"