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-installer/
Date: Mon, 08 Feb 2021 17:21:07
Message-Id: 1612804856.38aa6762c466b947e2dc72e4f37fd30eeafb0c41.sam@gentoo
1 commit: 38aa6762c466b947e2dc72e4f37fd30eeafb0c41
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 17:16:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 17:20:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aa6762
7
8 dev-ml/opam-installer: fix deps
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...opam-installer-2.0.7.ebuild => opam-installer-2.0.7-r1.ebuild} | 8 ++++++--
14 dev-ml/opam-installer/opam-installer-2.0.8.ebuild | 6 +++++-
15 2 files changed, 11 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild b/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild
18 similarity index 92%
19 rename from dev-ml/opam-installer/opam-installer-2.0.7.ebuild
20 rename to dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild
21 index 59f744994a0..eb52254c396 100644
22 --- a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild
23 +++ b/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild
24 @@ -12,17 +12,21 @@ inherit opam
25 DESCRIPTION="Core installer for opam packages"
26 HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
27 SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-full-${PV}.tar.gz"
28 +S="${WORKDIR}/opam-full-${PV/_/-}"
29
30 LICENSE="LGPL-2.1"
31 SLOT="0/${PV}"
32 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
33 IUSE=""
34
35 -RDEPEND=">=dev-lang/ocaml-4.02.3"
36 +RDEPEND="
37 + >=dev-lang/ocaml-4.02.3
38 + dev-ml/cmdliner:=
39 + ~dev-ml/opam-format-${PV}
40 +"
41 DEPEND="${RDEPEND}
42 dev-ml/findlib"
43
44 -S="${WORKDIR}/opam-full-${PV/_/-}"
45 OPAM_INSTALLER="${S}/opam-installer"
46
47 src_configure() {
48
49 diff --git a/dev-ml/opam-installer/opam-installer-2.0.8.ebuild b/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
50 index fad39a7a570..a6722cf81e7 100644
51 --- a/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
52 +++ b/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
53 @@ -17,7 +17,11 @@ LICENSE="LGPL-2.1"
54 SLOT="0/${PV}"
55 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
56
57 -RDEPEND=">=dev-lang/ocaml-4.02.3"
58 +RDEPEND="
59 + >=dev-lang/ocaml-4.02.3
60 + dev-ml/cmdliner:=
61 + ~dev-ml/opam-format-${PV}
62 +"
63 DEPEND="${RDEPEND}
64 dev-ml/findlib"