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-repository/
Date: Mon, 08 Feb 2021 17:21:09
Message-Id: 1612804857.5eadea90a038c9bdd31328d37e1821ed4e9c525d.sam@gentoo
1 commit: 5eadea90a038c9bdd31328d37e1821ed4e9c525d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 17:19:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 17:20:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eadea90
7
8 dev-ml/opam-repository: 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 ...epository-2.0.7.ebuild => opam-repository-2.0.7-r1.ebuild} | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ml/opam-repository/opam-repository-2.0.7.ebuild b/dev-ml/opam-repository/opam-repository-2.0.7-r1.ebuild
17 similarity index 89%
18 rename from dev-ml/opam-repository/opam-repository-2.0.7.ebuild
19 rename to dev-ml/opam-repository/opam-repository-2.0.7-r1.ebuild
20 index 11652c5bbcb..c0970787f1d 100644
21 --- a/dev-ml/opam-repository/opam-repository-2.0.7.ebuild
22 +++ b/dev-ml/opam-repository/opam-repository-2.0.7-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -8,23 +8,22 @@ inherit dune
30 DESCRIPTION="opam repository libraries"
31 HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
32 SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
33 +S="${WORKDIR}/opam-${PV/_/-}"
34
35 LICENSE="LGPL-2.1"
36 SLOT="0/${PV}"
37 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
38 IUSE="+ocamlopt"
39 +RESTRICT="test"
40
41 RDEPEND="
42 - dev-ml/opam-format:=
43 - dev-ml/re:=
44 + ~dev-ml/opam-format-${PV}:=
45 + dev-ml/re:=
46 dev-ml/dose3:=
47 dev-ml/opam-file-format:=
48 "
49 DEPEND="${RDEPEND}"
50
51 -S="${WORKDIR}/opam-${PV/_/-}"
52 -RESTRICT="test"
53 -
54 src_prepare() {
55 default
56 cat <<- EOF >> "${S}/dune"