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/react | |
| 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/react')
| -rw-r--r-- | dev-ml/react/Manifest | 1 | ||||
| -rw-r--r-- | dev-ml/react/metadata.xml | 22 | ||||
| -rw-r--r-- | dev-ml/react/react-1.2.2-r1.ebuild | 38 |
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-ml/react/Manifest b/dev-ml/react/Manifest deleted file mode 100644 index 6d81d5467abc..000000000000 --- a/dev-ml/react/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST react-1.2.2.tbz 40013 BLAKE2B 302f480cf2cc88fc8a97b262d41809ed4fe904d3ea4cdec8ba80a8bdc99b3ffc1c9f19cf853c3d40587a34ba7608734e60ede5b756479676af95f9470e1badac SHA512 18cdd544d484222ba02db6bd9351571516532e7a1c107b59bbe39193837298f5c745eab6754f8bc6ff125b387be7018c6d6e6ac99f91925a5e4f53af688522b1 diff --git a/dev-ml/react/metadata.xml b/dev-ml/react/metadata.xml deleted file mode 100644 index 959d68873dec..000000000000 --- a/dev-ml/react/metadata.xml +++ /dev/null @@ -1,22 +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> - <longdescription lang="en"> - React is an OCaml module for functional reactive programming (FRP). It - provides support to program with time varying values : applicative events - and signals. React doesn't define any primitive event or signal, this lets - the client chooses the concrete timeline. React is made of a single, - independent, module and distributed under the new BSD license. Given an - absolute notion of time Rtime helps you to manage a timeline and provides - time stamp events, delayed events and delayed signals. - </longdescription> - <upstream> - <bugs-to>https://github.com/dbuenzli/react/issues/</bugs-to> - <remote-id type="github">dbuenzli/react</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/react/react-1.2.2-r1.ebuild b/dev-ml/react/react-1.2.2-r1.ebuild deleted file mode 100644 index d00b8889f92b..000000000000 --- a/dev-ml/react/react-1.2.2-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit opam - -DESCRIPTION="OCaml module for functional reactive programming" -HOMEPAGE="http://erratique.ch/software/react https://github.com/dbuenzli/react" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dbuenzli/react.git" -else - SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz" - KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -fi - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-ml/findlib - >=dev-ml/topkg-0.9 -" - -src_compile() { - ocaml pkg/pkg.ml build \ - --tests $(usex test 'true' 'false') \ - || die -} - -src_test() { - ocaml pkg/pkg.ml test || die -} |
