diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 00:24:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 00:43:07 +0100 |
commit | ba422c8c0fbc16d653a1ba1662a18829bb23d5ad (patch) | |
tree | 4e4681f2b4b2e0bc4993b28dea6284ed654d4ada /app-benchmarks | |
parent | sys-kernel/raspberrypi-sources: add new version 5.4.9999 (diff) | |
download | gentoo-ba422c8c0fbc16d653a1ba1662a18829bb23d5ad.tar.gz gentoo-ba422c8c0fbc16d653a1ba1662a18829bb23d5ad.tar.bz2 gentoo-ba422c8c0fbc16d653a1ba1662a18829bb23d5ad.zip |
app-benchmarks/cpuburn: update HOMEPAGE and SRC_URI
Updating homepage from my private server to archive.org.
Moving source file from my private server to devbox.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild index 93e6f0dda681..ed2a072e4682 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild @@ -6,8 +6,8 @@ EAPI="7" MY_PV="${PV/./_}" DESCRIPTION="CPU testing utilities in optimized assembler for maximum loading" -HOMEPAGE="https://downloads.bl4ckb0x.de/pages.sbcglobal.net/redelm/" -SRC_URI="https://downloads.bl4ckb0x.de/pages.sbcglobal.net/redelm/${PN}_${MY_PV}_tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://web.archive.org/web/20110623074500/pages.sbcglobal.net/redelm/" +SRC_URI="https://dev.gentoo.org/~conikost/files/${PN}_${MY_PV}_tar.gz -> ${P}.tar.gz" KEYWORDS="-* amd64 arm x86" LICENSE="GPL-2" |