Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/reactiveData/
Date: Wed, 21 Apr 2021 02:10:09
Message-Id: 1618970976.5e71d3fb247b636e1ceb7c864306415890c45177.sam@gentoo
1 commit: 5e71d3fb247b636e1ceb7c864306415890c45177
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 00:28:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 02:09:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e71d3fb
7
8 dev-ml/reactiveData: port to EAPI 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/reactiveData/reactiveData-0.2.1.ebuild | 5 ++---
13 dev-ml/reactiveData/reactiveData-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ml/reactiveData/reactiveData-0.2.1.ebuild b/dev-ml/reactiveData/reactiveData-0.2.1.ebuild
17 index 5cbd4d88511..f016dcff52a 100644
18 --- a/dev-ml/reactiveData/reactiveData-0.2.1.ebuild
19 +++ b/dev-ml/reactiveData/reactiveData-0.2.1.ebuild
20 @@ -1,16 +1,15 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 +EAPI=7
26
27 inherit opam
28
29 DESCRIPTION="Functional reactive programming with incremental changes in data structures"
30 HOMEPAGE="https://github.com/ocsigen/reactiveData"
31
32 -if [ "${PV#9999}" != "${PV}" ] ; then
33 +if [[ "${PV#9999}" != "${PV}" ]] ; then
34 inherit git-r3
35 - SRC_URI=""
36 EGIT_REPO_URI="https://github.com/ocsigen/reactiveData"
37 else
38 SRC_URI="https://github.com/ocsigen/reactiveData/archive/${PV}.tar.gz -> ${P}.tar.gz"
39
40 diff --git a/dev-ml/reactiveData/reactiveData-9999.ebuild b/dev-ml/reactiveData/reactiveData-9999.ebuild
41 index 5cbd4d88511..f016dcff52a 100644
42 --- a/dev-ml/reactiveData/reactiveData-9999.ebuild
43 +++ b/dev-ml/reactiveData/reactiveData-9999.ebuild
44 @@ -1,16 +1,15 @@
45 # Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 -EAPI="5"
49 +EAPI=7
50
51 inherit opam
52
53 DESCRIPTION="Functional reactive programming with incremental changes in data structures"
54 HOMEPAGE="https://github.com/ocsigen/reactiveData"
55
56 -if [ "${PV#9999}" != "${PV}" ] ; then
57 +if [[ "${PV#9999}" != "${PV}" ]] ; then
58 inherit git-r3
59 - SRC_URI=""
60 EGIT_REPO_URI="https://github.com/ocsigen/reactiveData"
61 else
62 SRC_URI="https://github.com/ocsigen/reactiveData/archive/${PV}.tar.gz -> ${P}.tar.gz"