diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 12:20:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-07 21:32:54 +0200 |
commit | 32b68006f88f0c640a2c099afd208f42033051e3 (patch) | |
tree | e6fa6ec5de8b35d28d3dd657c03298f9bd6421e6 /dev-lang/snobol | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.196,4.9.196,4.14.1... (diff) | |
download | gentoo-32b68006f88f0c640a2c099afd208f42033051e3.tar.gz gentoo-32b68006f88f0c640a2c099afd208f42033051e3.tar.bz2 gentoo-32b68006f88f0c640a2c099afd208f42033051e3.zip |
dev-lang/snobol: Inline mirror://snobol4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/snobol')
-rw-r--r-- | dev-lang/snobol/snobol-1.1.ebuild | 2 | ||||
-rw-r--r-- | 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 194e67486d81..562b03b8eecd 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 bf9f75eca7c8..3e9ecb949052 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" |