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 13C66138334 for ; Mon, 7 Oct 2019 19:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F15E086A; Mon, 7 Oct 2019 19:33:19 +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 3F401E086A for ; Mon, 7 Oct 2019 19:33:19 +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 3CA6334BA09 for ; Mon, 7 Oct 2019 19:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA7982E for ; Mon, 7 Oct 2019 19:33:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570476774.32b68006f88f0c640a2c099afd208f42033051e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/snobol/snobol-1.1.ebuild dev-lang/snobol/snobol-1.4.1.ebuild X-VCS-Directories: dev-lang/snobol/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32b68006f88f0c640a2c099afd208f42033051e3 X-VCS-Branch: master Date: Mon, 7 Oct 2019 19:33:16 +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: 0135b6d8-523c-4e0e-8b84-6b049c405265 X-Archives-Hash: 7739fc4f49ab9aae801e61c35343a30d commit: 32b68006f88f0c640a2c099afd208f42033051e3 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 10:20:29 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 19:32:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b68006 dev-lang/snobol: Inline mirror://snobol4 Signed-off-by: Michał Górny gentoo.org> dev-lang/snobol/snobol-1.1.ebuild | 2 +- dev-lang/snobol/snobol-1.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/snobol/snobol-1.1.ebuild b/dev-lang/snobol/snobol-1.1.ebuild index 194e67486d8..562b03b8eec 100644 --- a/dev-lang/snobol/snobol-1.1.ebuild +++ b/dev-lang/snobol/snobol-1.1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="http://www.snobol4.org/csnobol4/" MY_PN="snobol4" MY_P="${MY_PN}-${PV}" #SRC_URI="ftp://ftp.snobol4.org/snobol4/${MY_P}.tar.gz ftp://ftp.ultimate.com/snobol/${MY_P}.tar.gz" -SRC_URI="mirror://snobol4/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/snobol/snobol-1.4.1.ebuild b/dev-lang/snobol/snobol-1.4.1.ebuild index bf9f75eca7c..3e9ecb94905 100644 --- a/dev-lang/snobol/snobol-1.4.1.ebuild +++ b/dev-lang/snobol/snobol-1.4.1.ebuild @@ -7,7 +7,7 @@ MY_P="${PN}4-${PV}" DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" -SRC_URI="mirror://snobol4/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0"