sci-physics/herwig: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:05:24 +0000 (11:05 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:05:24 +0000 (11:05 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
sci-physics/herwig/herwig-6.5.21-r1.ebuild

index 8348c8f2d55b3fa193d6f5fc2b74e7709a18458e..f7caad21826473afcc18637d125d8cc4ef5345a7 100644 (file)
@@ -14,10 +14,10 @@ MY_PINC="${PN^^}${PV1}${PV2}.INC"
 DESCRIPTION="High Energy Physics Event Generator"
 HOMEPAGE="https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/"
 SRC_URI="
-       ${HOMEPAGE}/${MY_P}.f
-       ${HOMEPAGE}/${MY_P}.inc
-       ${HOMEPAGE}/${MY_PINC}
-       doc? ( ${HOMEPAGE}/hw65_manual.pdf )"
+       https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/${MY_P}.f
+       https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/${MY_P}.inc
+       https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/${MY_PINC}
+       doc? ( https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/hw65_manual.pdf )"
 
 LICENSE="all-rights-reserved"
 RESTRICT="mirror bindist"