mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-lang/fpc: use downloads.freepascal.org for SRC_URI
Followup to c7b0a652d99ba6813e0d2f8ef6a60382cf4a149a. They're still using sourceforge as a mirror but this leads to noise w/ "missing" remote-id and seems more futureproof to use this location anyway. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
2c6c8dc154
commit
fdcb03b668
@ -1,19 +1,22 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit prefix toolchain-funcs
|
inherit prefix toolchain-funcs
|
||||||
|
|
||||||
HOMEPAGE="https://www.freepascal.org/"
|
|
||||||
DESCRIPTION="Free Pascal Compiler"
|
DESCRIPTION="Free Pascal Compiler"
|
||||||
SRC_URI="https://downloads.sourceforge.net/freepascal/fpcbuild-${PV}.tar.gz
|
HOMEPAGE="https://www.freepascal.org/"
|
||||||
https://downloads.sourceforge.net/freepascal/fpc-${PV}.source.tar.gz
|
SRC_URI="
|
||||||
amd64? ( https://downloads.sourceforge.net/freepascal/${P}.x86_64-linux.tar )
|
https://downloads.freepascal.org/fpc/dist/${PV}/source/fpcbuild-${PV}.tar.gz
|
||||||
arm64? ( https://downloads.sourceforge.net/freepascal/${P}.aarch64-linux.tar )
|
https://downloads.freepascal.org/fpc/dist/${PV}/source/fpc-${PV}.source.tar.gz
|
||||||
sparc? ( https://downloads.sourceforge.net/freepascal/${P}.sparc64-linux.tar )
|
doc? ( https://downloads.freepascal.org/fpc/dist/${PV}/docs/doc-html.tar.gz -> ${P}-doc-html.tar.gz )
|
||||||
x86? ( https://downloads.sourceforge.net/freepascal/${P}.i386-linux.tar )
|
|
||||||
doc? ( https://downloads.sourceforge.net/freepascal/Documentation/${PV}/doc-html.tar.gz -> ${P}-doc-html.tar.gz )"
|
amd64? ( https://downloads.freepascal.org/fpc/dist/${PV}/x86_64-linux/${P}.x86_64-linux.tar )
|
||||||
|
arm64? ( https://downloads.freepascal.org/fpc/dist/${PV}/aarch64-linux/${P}.aarch64-linux.tar )
|
||||||
|
sparc? ( https://downloads.freepascal.org/fpc/dist/${PV}/sparc64-linux/${P}.sparc64-linux.tar )
|
||||||
|
x86? ( https://downloads.freepascal.org/fpc/dist/${PV}/i386-linux/${P}.i386-linux.tar )
|
||||||
|
"
|
||||||
S="${WORKDIR}/fpcbuild-${PV}/fpcsrc"
|
S="${WORKDIR}/fpcbuild-${PV}/fpcsrc"
|
||||||
|
|
||||||
LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
|
LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user