From: Jonas Stein Date: Tue, 5 May 2020 00:16:38 +0000 (+0200) Subject: dev-ml/ocamlmod: QA Fix SRC_URI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b;p=gentoo.git dev-ml/ocamlmod: QA Fix SRC_URI Use variable instead of static URI Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jonas Stein --- diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild index 6a49bd4c7cdb..d8a4b5c50ad2 100644 --- a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild +++ b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit oasis DESCRIPTION="Generate OCaml modules from source files" HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/ocamlmod-0.0.8.tar.gz" +SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild index 8133a7a466f3..29b1d9d71889 100644 --- a/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild +++ b/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit oasis DESCRIPTION="Generate OCaml modules from source files" HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1702/ocamlmod-0.0.9.tar.gz" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1702/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}"