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 CA676138334 for ; Sat, 17 Aug 2019 11:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DEFE08B0; Sat, 17 Aug 2019 11:19:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E578AE08B0 for ; Sat, 17 Aug 2019 11:19:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E5070349CB4 for ; Sat, 17 Aug 2019 11:19:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FB7C766 for ; Sat, 17 Aug 2019 11:19:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566040762.c9570430a069fc9600a662a0b85014a65c0af938.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/hexcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/hexcalc/Manifest sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild X-VCS-Directories: sci-calculators/hexcalc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c9570430a069fc9600a662a0b85014a65c0af938 X-VCS-Branch: master Date: Sat, 17 Aug 2019 11:19:40 +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: 5c4da7ec-eb83-41cf-99b9-00f2a51c3ad6 X-Archives-Hash: 84bce15b4f06f5b98f0563cc6db9ddb9 commit: c9570430a069fc9600a662a0b85014a65c0af938 Author: David Seifert gentoo org> AuthorDate: Sat Aug 17 11:19:22 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Aug 17 11:19:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9570430 sci-calculators/hexcalc: [QA] Version the distfile Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> sci-calculators/hexcalc/Manifest | 2 +- sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-calculators/hexcalc/Manifest b/sci-calculators/hexcalc/Manifest index cb7402cd75e..84dcd88cc81 100644 --- a/sci-calculators/hexcalc/Manifest +++ b/sci-calculators/hexcalc/Manifest @@ -1 +1 @@ -DIST hexcalc.tar.Z 18033 BLAKE2B 6f6c8102cd1a2ffdb325bc0805bea02d8e186bc3da7cda3dd4830882f384cfaecc7dc1d0fc8873718bc850f80010a875653864be92edd6519ae4fd5033e53498 SHA512 f684d6d6bd6df3f7f0dd626345d8ef166b12513bb378e74f8c59c2b92970f99c665ca32585217e75d55bf0fd93b5fc5c6a5b73e8b438f4821c13219f8ac74766 +DIST hexcalc-1.11.tar.Z 18033 BLAKE2B 6f6c8102cd1a2ffdb325bc0805bea02d8e186bc3da7cda3dd4830882f384cfaecc7dc1d0fc8873718bc850f80010a875653864be92edd6519ae4fd5033e53498 SHA512 f684d6d6bd6df3f7f0dd626345d8ef166b12513bb378e74f8c59c2b92970f99c665ca32585217e75d55bf0fd93b5fc5c6a5b73e8b438f4821c13219f8ac74766 diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild index 47681a7b93f..6bd8d47141e 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A simple hex calculator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/" -SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" +SRC_URI="mirror://gentoo/${PN}.tar.Z -> ${P}.tar.Z" LICENSE="GPL-2" SLOT="0"