Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/
Date: Wed, 08 Dec 2021 04:18:21
Message-Id: 1638937089.f8da24c8d51d7594eaa9af05948cbe808806a88c.xgqt@gentoo
1 commit: f8da24c8d51d7594eaa9af05948cbe808806a88c
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 04:14:30 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 04:18:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8da24c8
7
8 dev-ml/reason: install missing rtop subpackage and small docs
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 dev-ml/reason/{reason-3.7.0.ebuild => reason-3.7.0-r1.ebuild} | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/dev-ml/reason/reason-3.7.0.ebuild b/dev-ml/reason/reason-3.7.0-r1.ebuild
17 similarity index 87%
18 rename from dev-ml/reason/reason-3.7.0.ebuild
19 rename to dev-ml/reason/reason-3.7.0-r1.ebuild
20 index b306ddf38640..c5b7bcec869d 100644
21 --- a/dev-ml/reason/reason-3.7.0.ebuild
22 +++ b/dev-ml/reason/reason-3.7.0-r1.ebuild
23 @@ -24,3 +24,10 @@ RDEPEND="
24 dev-ml/utop:=
25 "
26 DEPEND="${RDEPEND}"
27 +
28 +src_install() {
29 + dune_src_install reason
30 + dune_src_install rtop
31 +
32 + dodoc *.md
33 +}