diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-13 03:04:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-13 03:04:49 -0500 |
| commit | 00a5031b2e58fb36fc981fe226565880b4798a8b (patch) | |
| tree | b6ce2d2b06f7a32a17f7304fa0c94d5790820783 /dev-ml/opam-installer | |
| parent | ec560e4b511b5d7cb09adbd406de3ddb8386156f (diff) | |
| download | baldeagleos-repo-00a5031b2e58fb36fc981fe226565880b4798a8b.tar.gz baldeagleos-repo-00a5031b2e58fb36fc981fe226565880b4798a8b.tar.xz baldeagleos-repo-00a5031b2e58fb36fc981fe226565880b4798a8b.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/opam-installer')
| -rw-r--r-- | dev-ml/opam-installer/Manifest | 1 | ||||
| -rw-r--r-- | dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-ml/opam-installer/opam-installer-2.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-ml/opam-installer/opam-installer-2.4.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-ml/opam-installer/opam-installer-2.5.1.ebuild | 3 | ||||
| -rw-r--r-- | dev-ml/opam-installer/opam-installer-2.5.2.ebuild | 46 |
6 files changed, 51 insertions, 5 deletions
diff --git a/dev-ml/opam-installer/Manifest b/dev-ml/opam-installer/Manifest index 8cb11fd2ec5b..0822c16dd1c5 100644 --- a/dev-ml/opam-installer/Manifest +++ b/dev-ml/opam-installer/Manifest @@ -3,3 +3,4 @@ DIST opam-2.3.0.tar.gz 1128521 BLAKE2B 1567dbf9f2a944f2399820a1007a0d0943c54e158 DIST opam-2.4.1.tar.gz 1191951 BLAKE2B 21c6e5e59741699233be0375e7357ab4f8178f2e80bb347f460ac6e53b7fe3ff63dbfb21aeab6dda51ad937b30050d2eeb55e8b3bd6cacbea9f23fd8321a4646 SHA512 ee1656715f7e03c36ed9aa0a158033bbdb977d3e9017efa0ceddcd7b073e9b587eb6340ddf1916d9da197c7f48766e569221e6d8e43314bf761326329e4be0a6 DIST opam-2.5.1.tar.gz 1277085 BLAKE2B ce0b3224549144adcd9bb1a185b117a14a4ab3247e33dd882382ff5e1adae14a21acc28fb97a14577e464588d95369f4104663875151574c201819bc472b40ff SHA512 213f65253e12db5e64ece137db48eb031acb683ac3c0ecd3c02d1127a55777ef2d47298ebdffcdbb8c55a3a08ab0ec0a675698b05d72a3fd1649c89af8fdd150 DIST opam-full-2.1.6.tar.gz 11704198 BLAKE2B 20e74551760cadf1d911e72c34502e1e7e62003f8ebc83f3b9cb46c712e13fb5f85f41421cc74b051c2e348e0c0a17f4ea34bf655f7ec48cfcdab1e0d8a57a11 SHA512 2bb24db05dc39d6e8294c10b5a6bb2dd8f675a4d56e1dc9a2e9bc576f54d14a1709005219c25586df9382897ab7ba5ea0636765410f01c06958ec59be9f14b4c +DIST opam-2.5.2.tar.gz 1283376 BLAKE2B db74d81c9ef0ef5f54fef5c0b9f2965cd74c4dec33b17f5108e756534e73fc6de0613a01567061a9d837ee7d1326b840c138106bcf150f321f353f661a2b89e5 SHA512 0b15627c4a31d3abcdbb5885bf2e7f4dee9ffddad2144855d1e1e18d66edc379e3a2b0a378097c35897e571f856b61aadabb47672d75401f6f6231f33ae475c8 diff --git a/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild b/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild index de01941a57fa..1540654e448a 100644 --- a/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild @@ -7,7 +7,7 @@ inherit dune DESCRIPTION="Core installer for opam packages" HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" -SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz" +SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" diff --git a/dev-ml/opam-installer/opam-installer-2.3.0.ebuild b/dev-ml/opam-installer/opam-installer-2.3.0.ebuild index b3c525343bd8..78b608c57849 100644 --- a/dev-ml/opam-installer/opam-installer-2.3.0.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.3.0.ebuild @@ -7,7 +7,7 @@ inherit dune DESCRIPTION="Core installer for opam packages" HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" -SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz" +SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" diff --git a/dev-ml/opam-installer/opam-installer-2.4.1.ebuild b/dev-ml/opam-installer/opam-installer-2.4.1.ebuild index 7ca848dc3a1b..0fa7b1807abc 100644 --- a/dev-ml/opam-installer/opam-installer-2.4.1.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.4.1.ebuild @@ -7,7 +7,7 @@ inherit dune DESCRIPTION="Core installer for opam packages" HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" -SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz" +SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" diff --git a/dev-ml/opam-installer/opam-installer-2.5.1.ebuild b/dev-ml/opam-installer/opam-installer-2.5.1.ebuild index 1682578a12b0..9398e779d603 100644 --- a/dev-ml/opam-installer/opam-installer-2.5.1.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.5.1.ebuild @@ -7,7 +7,7 @@ inherit dune DESCRIPTION="Core installer for opam packages" HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" -SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz" +SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" @@ -17,7 +17,6 @@ IUSE="+ocamlopt" RESTRICT="test" # sandbox not working RDEPEND=" - <dev-ml/cmdliner-2.0.0:=[ocamlopt?] dev-ml/jsonm:=[ocamlopt?] dev-ml/ocamlgraph:=[ocamlopt?] dev-ml/ocaml-sha:=[ocamlopt?] diff --git a/dev-ml/opam-installer/opam-installer-2.5.2.ebuild b/dev-ml/opam-installer/opam-installer-2.5.2.ebuild new file mode 100644 index 000000000000..9398e779d603 --- /dev/null +++ b/dev-ml/opam-installer/opam-installer-2.5.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Core installer for opam packages" +HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" +SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" +S="${WORKDIR}/opam-${PV/_/-}" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+ocamlopt" +RESTRICT="test" # sandbox not working + +RDEPEND=" + dev-ml/jsonm:=[ocamlopt?] + dev-ml/ocamlgraph:=[ocamlopt?] + dev-ml/ocaml-sha:=[ocamlopt?] + ~dev-ml/opam-common-${PV}:=[ocamlopt?] + dev-ml/opam-file-format:=[ocamlopt?] + dev-ml/re:=[ocamlopt?] + dev-ml/swhid_core:=[ocamlopt?] + dev-ml/stdlib-shims:=[ocamlopt?] + dev-ml/uchar:=[ocamlopt?] + dev-ml/uutf:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND="dev-ml/findlib" + +src_configure() { + : +} + +src_compile() { + dune-compile ${PN} +} + +src_install() { + dune-install ${PN} + mv "${ED}"/usr/share/doc/${PF}/${PN}/* \ + "${ED}"/usr/share/doc/${PF} || die +} |
