diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ml/cudf | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/cudf')
| -rw-r--r-- | dev-ml/cudf/Manifest | 1 | ||||
| -rw-r--r-- | dev-ml/cudf/cudf-0.10-r1.ebuild | 99 | ||||
| -rw-r--r-- | dev-ml/cudf/metadata.xml | 11 |
3 files changed, 0 insertions, 111 deletions
diff --git a/dev-ml/cudf/Manifest b/dev-ml/cudf/Manifest deleted file mode 100644 index b54469da8028..000000000000 --- a/dev-ml/cudf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cudf-v0.10.tar.bz2 47664 BLAKE2B 6ecdfc4243d80f12f6904b334f93ff47beb94535b6ba84992c6a31d244a7c2dcb6072e67828d96b31d4628bb244022fd962efcdcae5299f5a57694f3aa6c95a8 SHA512 b36ecad224070d2c07d4123fb7e39160390ddec4196505e66aad9fbd982bd7ca320ff5f0e771e7996da49bff22fb87fc057060277695b75cd68de19e57cb3855 diff --git a/dev-ml/cudf/cudf-0.10-r1.ebuild b/dev-ml/cudf/cudf-0.10-r1.ebuild deleted file mode 100644 index 4dcacb01d097..000000000000 --- a/dev-ml/cudf/cudf-0.10-r1.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune toolchain-funcs - -MYP=${PN}-v${PV} -DESCRIPTION="Library to parse, pretty print, and evaluate CUDF documents" -HOMEPAGE="http://www.mancoosi.org/cudf/" -SRC_URI="https://gitlab.com/irill/${PN}/-/archive/v${PV}/${MYP}.tar.bz2" - -S="${WORKDIR}"/${MYP} - -LICENSE="LGPL-3+" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt llvm-libunwind test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/extlib:= - dev-ml/findlib:= - dev-libs/glib:2 - llvm-libunwind? ( llvm-runtimes/libunwind:= ) - !llvm-libunwind? ( sys-libs/libunwind:= ) - sys-libs/ncurses:= - app-arch/zstd -" -DEPEND="${RDEPEND} - test? ( dev-ml/ounit2 ) - dev-ml/ocamlbuild - dev-lang/perl -" -BDEPEND="virtual/pkgconfig" - -QA_FLAGS_IGNORED='.*' - -src_prepare() { - default - - sed -i \ - -e 's|make|$(MAKE)|g' \ - Makefile || die - - if has_version ">=dev-lang/ocaml-5" ; then - sed -i \ - -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind -lzstd|g' \ - -e "s|ar r|$(tc-getAR) r|g" \ - c-lib/Makefile || die - sed -i \ - -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind -lzstd|g' \ - c-lib/Makefile.variants || die - if use ocamlopt ; then - sed -i \ - -e 's|-lunix|-lunixnat|g' \ - c-lib/Makefile || die - else - sed -i \ - -e 's|-lunix|-lunixbyt|g' \ - c-lib/Makefile || die - fi - else - sed -i \ - -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind|g' \ - -e "s|ar r|$(tc-getAR) r|g" \ - c-lib/Makefile || die - sed -i \ - -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind|g' \ - c-lib/Makefile.variants || die - fi - - tc-export CC PKG_CONFIG - - sed -i \ - -e "s|-lncurses|$( $(tc-getPKG_CONFIG) --libs ncurses)|g" \ - c-lib/cudf.pc.in || die -} - -src_compile() { - dune_src_compile - emake c-lib - if use ocamlopt ; then - emake c-lib-opt - fi -} - -src_test() { - dune_src_test - emake c-lib-test -} - -src_install() { - dune_src_install - mv "${ED}"/usr/share/doc/${PF}/{cudf/README,} || die - rmdir "${ED}"/usr/share/doc/${PF}/cudf || die - emake DESTDIR="${ED}" -C c-lib/ LIBDIR="/usr/$(get_libdir)" -e install - dodoc BUGS ChangeLog -} diff --git a/dev-ml/cudf/metadata.xml b/dev-ml/cudf/metadata.xml deleted file mode 100644 index 8d13239227d4..000000000000 --- a/dev-ml/cudf/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ml@gentoo.org</email> - <name>ML</name> - </maintainer> - <upstream> - <remote-id type="gitlab">irill/cudf</remote-id> - </upstream> -</pkgmetadata> |
