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 97AB413997D for ; Tue, 12 Nov 2019 22:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C91E0E086B; Tue, 12 Nov 2019 22:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AD4D4E086B for ; Tue, 12 Nov 2019 22:22:57 +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 BFA2334C8D3 for ; Tue, 12 Nov 2019 22:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62F68AB for ; Tue, 12 Nov 2019 22:22:54 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1573597321.5b8cf47a85ee6467cb28a230679a24e9c1cacbbb.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/dMagnetic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/dMagnetic/Manifest games-engines/dMagnetic/dMagnetic-0.18.ebuild X-VCS-Directories: games-engines/dMagnetic/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5b8cf47a85ee6467cb28a230679a24e9c1cacbbb X-VCS-Branch: master Date: Tue, 12 Nov 2019 22:22:54 +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: e108486b-f785-4c68-9087-d8ad5ae75750 X-Archives-Hash: 8b113006b4e6735c4b7e83ed811e5a1e commit: 5b8cf47a85ee6467cb28a230679a24e9c1cacbbb Author: James Le Cuirot gentoo org> AuthorDate: Tue Nov 12 22:21:36 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Nov 12 22:22:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8cf47a games-engines/dMagnetic: Keep download as .tar.gz and not .tar I thought the server was really sending a .tar but it was my browser decompressing it. Nevertheless, the server appears to be misconfigured. Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-engines/dMagnetic/Manifest | 2 +- games-engines/dMagnetic/dMagnetic-0.18.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-engines/dMagnetic/Manifest b/games-engines/dMagnetic/Manifest index 015eb000db1..34d73105309 100644 --- a/games-engines/dMagnetic/Manifest +++ b/games-engines/dMagnetic/Manifest @@ -1 +1 @@ -DIST dMagnetic_0.18.tar 61210 BLAKE2B 9707ea8e6545b06b998bd8cf979d45088fcbabc64553a2688fcb56b23a7d161e56276718bb73f112a4d6b3a3a6955589fd6e26cfe2bd9604c334b20acc0a74ea SHA512 0703c45f674e2bf1391d9a0c9f1c52b6fd5c6fa329c051281894df53fe1cbe84662c6489a2e10a7d6009c2a31891c3c61bf615ef2706cf98e1f4b760764ef3b5 +DIST dMagnetic_0.18.tar.gz 61210 BLAKE2B 9707ea8e6545b06b998bd8cf979d45088fcbabc64553a2688fcb56b23a7d161e56276718bb73f112a4d6b3a3a6955589fd6e26cfe2bd9604c334b20acc0a74ea SHA512 0703c45f674e2bf1391d9a0c9f1c52b6fd5c6fa329c051281894df53fe1cbe84662c6489a2e10a7d6009c2a31891c3c61bf615ef2706cf98e1f4b760764ef3b5 diff --git a/games-engines/dMagnetic/dMagnetic-0.18.ebuild b/games-engines/dMagnetic/dMagnetic-0.18.ebuild index 0097d62d0b8..24ce0397466 100644 --- a/games-engines/dMagnetic/dMagnetic-0.18.ebuild +++ b/games-engines/dMagnetic/dMagnetic-0.18.ebuild @@ -8,7 +8,7 @@ inherit prefix toolchain-funcs MY_P="${PN}_${PV}" DESCRIPTION="A Magnetic Scrolls Interpreter for playing a collection of old text adventures" HOMEPAGE="https://www.dettus.net/dMagnetic/" -SRC_URI="https://www.dettus.net/${PN}/${MY_P}.tar.gz -> ${MY_P}.tar" +SRC_URI="https://www.dettus.net/${PN}/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64"