Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-core/
Date: Tue, 09 Feb 2021 19:56:45
Message-Id: 1612900401.6ddee47c9dfbac0b823e85902d91ab6daac24abd.sam@gentoo
1 commit: 6ddee47c9dfbac0b823e85902d91ab6daac24abd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 19:45:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 19:53:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddee47c
7
8 dev-ml/opam-core: fix opam-installer usage
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/opam-core/{opam-core-2.0.8.ebuild => opam-core-2.0.8-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ml/opam-core/opam-core-2.0.8.ebuild b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
17 similarity index 92%
18 rename from dev-ml/opam-core/opam-core-2.0.8.ebuild
19 rename to dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
20 index 9d6e32634c0..3d65cfc5c40 100644
21 --- a/dev-ml/opam-core/opam-core-2.0.8.ebuild
22 +++ b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
23 @@ -10,7 +10,8 @@ inherit opam
24 DESCRIPTION="Core libraries for opam"
25 HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
26 SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
27 -S="${WORKDIR}/opam-${PV/_/-}"
28 +S="${WORKDIR}/opam-${PV}"
29 +OPAM_INSTALLER="${S}/opam-installer"
30
31 LICENSE="LGPL-2.1"
32 SLOT="0/${PV}"