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/extlib | |
| 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/extlib')
| -rw-r--r-- | dev-ml/extlib/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/extlib/extlib-1.7.9-r1.ebuild | 49 | ||||
| -rw-r--r-- | dev-ml/extlib/extlib-1.8.0.ebuild | 46 | ||||
| -rw-r--r-- | dev-ml/extlib/metadata.xml | 9 |
4 files changed, 0 insertions, 106 deletions
diff --git a/dev-ml/extlib/Manifest b/dev-ml/extlib/Manifest deleted file mode 100644 index 238f79296834..000000000000 --- a/dev-ml/extlib/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST extlib-1.7.9.tar.gz 91092 BLAKE2B 6d5f0dc01813357fd9b3efcbe0e4c4308eb538deb924cbff2919bc6e24b72e3fc631b428c1e67f90ea32005b87c16147265c80d61d8feb97df0223bc9b14736b SHA512 859cf5b9743589037f9e1b5f00ea77ae2401657b3dfc6897d21c89d5f8a1d7e7ac901eb6eaa16722e6b6a0266fa634c40320d13fcf7bdfad2863512b5f79e591 -DIST extlib-1.8.0.tar.gz 90132 BLAKE2B e890a13f3d32c7c25a5fbe9dda9d85139e2d54f3275d1236f575aab88a615718a343bfcf6f0f3832d14855ac720f99c6a45a28a3aec84f2a4e27098eb648863e SHA512 f82892bcd9b3098a313c8f130c4926a093a5cbbb098f509f80d6c176c9ff3a7b345daa1c6298bd4d6da0b41b98c681aed50c68b066eba2de1fd5fc07f99dc487 diff --git a/dev-ml/extlib/extlib-1.7.9-r1.ebuild b/dev-ml/extlib/extlib-1.7.9-r1.ebuild deleted file mode 100644 index ea3f40f178a8..000000000000 --- a/dev-ml/extlib/extlib-1.7.9-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit findlib vcs-clean - -DESCRIPTION="Standard library extensions for O'Caml" -HOMEPAGE="https://github.com/ygrek/ocaml-extlib/" -SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/ocaml-${P} - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="doc +ocamlopt" - -# See bug #704146 -BDEPEND=">=dev-ml/cppo-1.6.6" -RDEPEND="<dev-lang/ocaml-5.3:=[ocamlopt?]" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - egit_clean -} - -src_compile() { - cd "${S}"/src || die - - emake -j1 all - - use ocamlopt && emake opt cmxs - use doc && emake doc -} - -src_test() { - emake -j1 test -} - -src_install() { - findlib_src_install - - dodoc README.md - - use doc && dodoc -r src/doc/ -} diff --git a/dev-ml/extlib/extlib-1.8.0.ebuild b/dev-ml/extlib/extlib-1.8.0.ebuild deleted file mode 100644 index 5c285fe173fa..000000000000 --- a/dev-ml/extlib/extlib-1.8.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit findlib vcs-clean - -DESCRIPTION="Standard library extensions for O'Caml" -HOMEPAGE="https://github.com/ygrek/ocaml-extlib/" -SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/ocaml-${P} - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="doc +ocamlopt" - -BDEPEND="dev-ml/cppo" - -src_prepare() { - default - - egit_clean -} - -src_compile() { - cd "${S}"/src || die - - emake -j1 all - - use ocamlopt && emake opt cmxs - use doc && emake doc -} - -src_test() { - emake -j1 test -} - -src_install() { - findlib_src_install - - dodoc README.md - - use doc && dodoc -r src/doc/ -} diff --git a/dev-ml/extlib/metadata.xml b/dev-ml/extlib/metadata.xml deleted file mode 100644 index 3a6d48cde411..000000000000 --- a/dev-ml/extlib/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> |
