Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics/
Date: Wed, 27 Apr 2022 08:07:57
Message-Id: 1651046859.ccc10387b96ea546e6b8048fc1e166ea06a6b4a3.tupone@gentoo
1 commit: ccc10387b96ea546e6b8048fc1e166ea06a6b4a3
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:07:39 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 08:07:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc10387
7
8 dev-ml/ocaml_intrinsics: badFileName
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ocaml_intrinsics/Manifest | 2 +-
14 dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild | 3 ++-
15 2 files changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/ocaml_intrinsics/Manifest b/dev-ml/ocaml_intrinsics/Manifest
18 index 308610b35240..e222c3b6f123 100644
19 --- a/dev-ml/ocaml_intrinsics/Manifest
20 +++ b/dev-ml/ocaml_intrinsics/Manifest
21 @@ -1 +1 @@
22 -DIST v0.15.1.tar.gz 24925 BLAKE2B 15d74ee891aced288aa734ef4d70a4816f2d2725d0d445620154bec7d1667d3ac06c5ddd778777d15858cbf198ecd978b22959fe68e159ddd9dbbd32304c3077 SHA512 cb0ac26bc34c97eb0429e6833342dbd9fca6f1f4a40b8121f9e6364bd2cdc40676a164d7405454727ced9a4455adb0e3cac5118beb7ab70206adbd3e7f7937e2
23 +DIST ocaml_intrinsics-0.15.1.tar.gz 24925 BLAKE2B 15d74ee891aced288aa734ef4d70a4816f2d2725d0d445620154bec7d1667d3ac06c5ddd778777d15858cbf198ecd978b22959fe68e159ddd9dbbd32304c3077 SHA512 cb0ac26bc34c97eb0429e6833342dbd9fca6f1f4a40b8121f9e6364bd2cdc40676a164d7405454727ced9a4455adb0e3cac5118beb7ab70206adbd3e7f7937e2
24
25 diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild
26 index 8e29520e8c44..e4b6ad5d30b8 100644
27 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild
28 +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild
29 @@ -7,7 +7,8 @@ inherit dune
30
31 DESCRIPTION="invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc)"
32 HOMEPAGE="https://github.com/janestreet/ocaml_intrinsics"
33 -SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz"
34 +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
35 + -> ${P}.tar.gz"
36
37 LICENSE="MIT"
38 SLOT="0/$(ver_cut 1-2)"