Diff ocaml-sha-1.15.2 with a ocaml-sha-1.15.4
| /usr/portage/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild 2024-12-25 14:59:48.391270072 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 7 | 7 | |
| 8 | 8 |
inherit dune |
| 9 | 9 | |
| 10 |
MYP=sha-${PV}
|
|
| 10 | 11 |
DESCRIPTION="Binding to the SHA cryptographic functions" |
| 11 | 12 |
HOMEPAGE="https://github.com/djs55/ocaml-sha/" |
| 12 |
SRC_URI="https://github.com/djs55/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 13 |
SRC_URI="https://github.com/djs55/${PN}/releases/download/v${PV}/${MYP}.tbz"
|
|
| 13 | 14 | |
| 14 | 15 |
LICENSE="ISC" |
| 15 | 16 |
SLOT="0/${PV}"
|
| 16 |
KEYWORDS="~amd64 ~x86" |
|
| 17 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
| 17 | 18 |
IUSE="+ocamlopt test" |
| 18 | 19 |
RESTRICT="!test? ( test )" |
| 19 | 20 | |
| 20 | 21 |
RDEPEND="dev-ml/stdlib-shims:=" |
| 21 | 22 |
DEPEND="${RDEPEND}"
|
| 22 | 23 |
BDEPEND="test? ( dev-ml/ounit2 )" |
| 24 | ||
| 25 |
S="${WORKDIR}"/${MYP}
|
|