diff options
author | Jonas Stein <jstein@gentoo.org> | 2020-05-05 02:16:38 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2020-05-05 02:16:38 +0200 |
commit | a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b (patch) | |
tree | 1e5e4f8763ebb422020fa69a7f944db9611a55b7 /dev-ml | |
parent | sys-kernel/gentoo-sources: Clean-up of the 5.5.X series (diff) | |
download | gentoo-a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b.tar.gz gentoo-a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b.tar.bz2 gentoo-a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild | 4 | ||||
-rw-r--r-- | 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 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}" |