diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-ml/ppx_stable | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/ppx_stable')
| -rw-r--r-- | dev-ml/ppx_stable/Manifest | 3 | ||||
| -rw-r--r-- | dev-ml/ppx_stable/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-ml/ppx_stable/ppx_stable-0.16.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-ml/ppx_stable/ppx_stable-0.17.0-r2.ebuild | 27 | ||||
| -rw-r--r-- | dev-ml/ppx_stable/ppx_stable-0.17.1.ebuild | 26 |
5 files changed, 0 insertions, 88 deletions
diff --git a/dev-ml/ppx_stable/Manifest b/dev-ml/ppx_stable/Manifest deleted file mode 100644 index 670d71725846..000000000000 --- a/dev-ml/ppx_stable/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ppx_stable-0.16.0.tar.gz 18298 BLAKE2B 3308ecc99f3c5a6c9b5a270f04effc62dfdb52116b91255eb0383e3244a2710124a211a81d52954ee5ac94251f84847d12787dd79b7c3d96a68d1bd4abf52458 SHA512 bbc40494718d99228e194f766be75c67a657cb50fe6090d05ba30606be40406c93323b64ae3d2400ab6a1563c3e9fa04c2ba82da7db47b7c1cfec103f75d19cb -DIST ppx_stable-0.17.0.tar.gz 24850 BLAKE2B 7197c96be025f61cfec88b9157f03dc76b38099d18b81f884352ca5f4cbc8cac2bf42d3a37dcda974dbfc73aacbc83a68eb158c5d7dea6a637e603057d2dc728 SHA512 1e13b874e803f16e175ebd61928d1486586974067f54f40de196bc300df347a5ac83841c214c024d98196e0d5a1e443a9d9c52f14fc04571826099b292ba6113 -DIST ppx_stable-0.17.1.tar.gz 24861 BLAKE2B 5e5d5300e4e6be36e980af98e4692181e1d45f35dcbb17d7a679293766e33e58d084946f4e1722f716b1c6d5253d3ca461e762abeb16fde00b6fe2506dbda0de SHA512 aff081814ac95dc4ebcaa275ccd6fb4e6d7de5de4ef3fc6a633debeeae213136d46c526fb8dc33896542dcde0319957d04308f4a5b8012342fc6a9ccfb5dc072 diff --git a/dev-ml/ppx_stable/metadata.xml b/dev-ml/ppx_stable/metadata.xml deleted file mode 100644 index 3a6d48cde411..000000000000 --- a/dev-ml/ppx_stable/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ml@gentoo.org</email> - <name>ML</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-ml/ppx_stable/ppx_stable-0.16.0.ebuild b/dev-ml/ppx_stable/ppx_stable-0.16.0.ebuild deleted file mode 100644 index a780f7b8e8cf..000000000000 --- a/dev-ml/ppx_stable/ppx_stable-0.16.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Stable types conversions generator" -HOMEPAGE="https://github.com/janestreet/ppx_stable" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt" - -DEPEND=" - >=dev-lang/ocaml-4.14 - dev-ml/base:${SLOT} - >=dev-ml/ppxlib-0.28.0:= - >=dev-ml/ocaml-compiler-libs-0.11.0:= -" -RDEPEND="${DEPEND}" diff --git a/dev-ml/ppx_stable/ppx_stable-0.17.0-r2.ebuild b/dev-ml/ppx_stable/ppx_stable-0.17.0-r2.ebuild deleted file mode 100644 index 75a4dd929706..000000000000 --- a/dev-ml/ppx_stable/ppx_stable-0.17.0-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Stable types conversions generator" -HOMEPAGE="https://github.com/janestreet/ppx_stable" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" -IUSE="+ocamlopt" - -# Jane Street Minor -JSM=$(ver_cut 1-2)* - -RDEPEND=" - >=dev-lang/ocaml-5 - =dev-ml/base-${JSM}:=[ocamlopt?] - >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] - <dev-ml/ppxlib-0.36.0 -" -DEPEND="${RDEPEND}" -BDEPEND=">=dev-ml/dune-3.11" diff --git a/dev-ml/ppx_stable/ppx_stable-0.17.1.ebuild b/dev-ml/ppx_stable/ppx_stable-0.17.1.ebuild deleted file mode 100644 index d1dee17b2b60..000000000000 --- a/dev-ml/ppx_stable/ppx_stable-0.17.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Stable types conversions generator" -HOMEPAGE="https://github.com/janestreet/ppx_stable" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" -IUSE="+ocamlopt" - -# Jane Street Minor -JSM=$(ver_cut 1-2)* - -RDEPEND=" - >=dev-lang/ocaml-5 - =dev-ml/base-${JSM}:=[ocamlopt?] - >=dev-ml/ppxlib-0.36.0:=[ocamlopt?] -" -DEPEND="${RDEPEND}" -BDEPEND=">=dev-ml/dune-3.11" |
