summaryrefslogtreecommitdiff
path: root/dev-ml/reactiveData
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-ml/reactiveData
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/reactiveData')
-rw-r--r--dev-ml/reactiveData/Manifest3
-rw-r--r--dev-ml/reactiveData/reactiveData-0.2.1.ebuild5
-rw-r--r--dev-ml/reactiveData/reactiveData-9999.ebuild35
3 files changed, 3 insertions, 40 deletions
diff --git a/dev-ml/reactiveData/Manifest b/dev-ml/reactiveData/Manifest
index 1d2d20dbaa21..88fcaf1a74de 100644
--- a/dev-ml/reactiveData/Manifest
+++ b/dev-ml/reactiveData/Manifest
@@ -1,4 +1,3 @@
DIST reactiveData-0.2.1.tar.gz 21219 BLAKE2B f3b1c4a4007fc3aefbc34d64ba5ffba5216aee675796719fde11c3c970a431cffbd6dccb35c8cc0192fcc68c7f80f06da91b1000d50ee9f3116efd6febc7e242 SHA512 e4dad870fd1f669566394d9c2ab52665a3d27f6b2dd3807dba245d89ca90eda08b98b266fb0795bcfa5cb4ffed7a86aa719f8db5c316b0d920ee3c342493d029
-EBUILD reactiveData-0.2.1.ebuild 799 BLAKE2B 8a8813f1087d99b8bc862e2e901453f20ebfa99bd60ac0058beec25af9d9a601945ef61ad0a22f55034f5ba90454d1cd76da3294139dc5ca6983b2cef558a9f4 SHA512 67ea3c05e58ef03f4ac85ef654ddd5510f07ffbf7c35e44b43ece5b38cfe3107ed949f64467762d239b6f2698383382006e9013f5e9f783ebddd246d54a03367
-EBUILD reactiveData-9999.ebuild 799 BLAKE2B 8a8813f1087d99b8bc862e2e901453f20ebfa99bd60ac0058beec25af9d9a601945ef61ad0a22f55034f5ba90454d1cd76da3294139dc5ca6983b2cef558a9f4 SHA512 67ea3c05e58ef03f4ac85ef654ddd5510f07ffbf7c35e44b43ece5b38cfe3107ed949f64467762d239b6f2698383382006e9013f5e9f783ebddd246d54a03367
+EBUILD reactiveData-0.2.1.ebuild 787 BLAKE2B d098db0dd47abf687ed5c80edc532199863c2a3a871bea9a6a8173625e7d771af6ff161729eaec2c38c14ec0afccd0d1bfc3d5854d04265868197f98fdadfd20 SHA512 3559bb7ac0dfa1107a4fa79d521136bd3f10ce7de8ca28e01e87f73426861665253c944ec4c62b80a21d47b04ca538e0b8ace8f0b36afc3470ad5ac5862b1b06
MISC metadata.xml 252 BLAKE2B 0b8b251004679a063d2f41a2ca47839b37d6d89c0d5c1eb34cd71afe3eaa503112cb66c3fccfdb42e74d62985e34b400e2f2ed24a8530c678bafc9081e779a4d SHA512 5761a6f3e33b0de155f584f5405069bc1514db270c118d18e5471a51f3a9e4fcfe33c8f2e558a4082937097ab44620ea0ee7b711b910609d087820e288dccfc5
diff --git a/dev-ml/reactiveData/reactiveData-0.2.1.ebuild b/dev-ml/reactiveData/reactiveData-0.2.1.ebuild
index 5cbd4d885110..f016dcff52af 100644
--- a/dev-ml/reactiveData/reactiveData-0.2.1.ebuild
+++ b/dev-ml/reactiveData/reactiveData-0.2.1.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
inherit opam
DESCRIPTION="Functional reactive programming with incremental changes in data structures"
HOMEPAGE="https://github.com/ocsigen/reactiveData"
-if [ "${PV#9999}" != "${PV}" ] ; then
+if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
- SRC_URI=""
EGIT_REPO_URI="https://github.com/ocsigen/reactiveData"
else
SRC_URI="https://github.com/ocsigen/reactiveData/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-ml/reactiveData/reactiveData-9999.ebuild b/dev-ml/reactiveData/reactiveData-9999.ebuild
deleted file mode 100644
index 5cbd4d885110..000000000000
--- a/dev-ml/reactiveData/reactiveData-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit opam
-
-DESCRIPTION="Functional reactive programming with incremental changes in data structures"
-HOMEPAGE="https://github.com/ocsigen/reactiveData"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/ocsigen/reactiveData"
-else
- SRC_URI="https://github.com/ocsigen/reactiveData/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-3-with-linking-exception"
-SLOT="0/${PV}"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-ml/react:="
-DEPEND="${RDEPEND}
- dev-ml/findlib
- dev-ml/ocamlbuild
-"
-
-src_compile() {
- ocaml pkg/build.ml \
- native=$(usex ocamlopt true false) \
- native-dynlink=$(usex ocamlopt true false) \
- || die
-}