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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91211138334 for ; Tue, 23 Oct 2018 19:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8121EE08A8; Tue, 23 Oct 2018 19:53:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58F7DE08A8 for ; Tue, 23 Oct 2018 19:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C0AB335CDE for ; Tue, 23 Oct 2018 19:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 603273F0 for ; Tue, 23 Oct 2018 19:53:27 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1540324389.fa85fda2f060709c121f0ee76ef5db08ef97a48d.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tqsl/Manifest media-radio/tqsl/tqsl-2.4.1.ebuild X-VCS-Directories: media-radio/tqsl/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: fa85fda2f060709c121f0ee76ef5db08ef97a48d X-VCS-Branch: master Date: Tue, 23 Oct 2018 19:53:27 +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-Archives-Salt: 9b53e16e-b1a5-4ab3-9040-a46d67bec45b X-Archives-Hash: 22c63f395e67ab02af5e5720af982b84 commit: fa85fda2f060709c121f0ee76ef5db08ef97a48d Author: Richard Freeman gentoo org> AuthorDate: Tue Oct 23 19:53:09 2018 +0000 Commit: Richard Freeman gentoo org> CommitDate: Tue Oct 23 19:53:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa85fda2 media-radio/tqsl: replace SRC_URI with github mirror Signed-off-by: Richard Freeman gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-radio/tqsl/Manifest | 2 +- media-radio/tqsl/tqsl-2.4.1.ebuild | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest index 455ea10cb77..d38ef8c3c45 100644 --- a/media-radio/tqsl/Manifest +++ b/media-radio/tqsl/Manifest @@ -1,2 +1,2 @@ DIST tqsl-2.3.1.tar.gz 2896807 BLAKE2B f2937950b5328cfb0a13b87797f40594799e01139d5b307199095b8cdbe6f4532e911fd9661ad3b663d8616d9287d8a359f2fefb4364c6450ba4be2505a89c63 SHA512 edaa21b1605bcb38790a66d61e1498a04f41c4f9b3b577908a6e57cd38e1ac2e1724e9c6d5421e0ca4a4ea72d1d5f5d54f08bf5a6c202bf68181ec12f27d4afd -DIST tqsl-2.4.1.zip 4393331 BLAKE2B e101d8b2c35b820d68f399bbc0917fa92df0111ff9ea9cc6f353fad63911ad5db8e9c06cd00ae479b2726fe5ffbd69b0241b5d7356151e80ce9824cc85e8e2cb SHA512 0a3a092ee5169d5eee3d997e0760ed4c0ed361f27f6b6f6c356efc568bbd737e23c6329bffa6cee3e939555b2adc07fe917a69960f9b38ddaac057614e53b71b +DIST tqsl-2.4.1.tar.gz 4191260 BLAKE2B a70652c12e0704daecbd6d38bddcc386de55242feea9d2905c65dcfa01337c0a2f31ec8596b7cf58b35c77da0f6b79ecf9188bc4f74df51b9e2479361643e3ca SHA512 7b61cf2dc37a3216548e9b82335bae2947be2c2ea4c43860fb4baffd4ce13f5f3d61cd999a293d4baae87835c56d2eb2fcce8a36f17eeba4e18ccab3e5053b60 diff --git a/media-radio/tqsl/tqsl-2.4.1.ebuild b/media-radio/tqsl/tqsl-2.4.1.ebuild index a41473bc7e9..49242766478 100644 --- a/media-radio/tqsl/tqsl-2.4.1.ebuild +++ b/media-radio/tqsl/tqsl-2.4.1.ebuild @@ -3,13 +3,11 @@ EAPI=6 -inherit eutils cmake-utils wxwidgets +inherit eutils cmake-utils wxwidgets vcs-snapshot DESCRIPTION="ARRL Logbook of the World" HOMEPAGE="http://www.arrl.org/tqsl-download" -SRC_URI="https://sourceforge.net/code-snapshots/git/t/tr/trustedqsl/tqsl.git/trustedqsl-tqsl-fa49d1a6a2a9c06181f72558f732e7960cb3f430.zip -> ${P}.zip" - -S=${WORKDIR}/trustedqsl-tqsl-fa49d1a6a2a9c06181f72558f732e7960cb3f430/ +SRC_URI="https://github.com/rich0/trustedqsl-tqsl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LOTW" SLOT="0"