commit: a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Tue May 5 00:16:38 2020 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Tue May 5 00:16:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c7dcec
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 <jstein <AT> gentoo.org> dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild | 4 ++-- dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild index 6a49bd4c7cd..d8a4b5c50ad 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 8133a7a466f..29b1d9d7188 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}"
