Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_core/
Date: Sun, 24 May 2020 18:34:33
Message-Id: 1590345239.dd480f0f0262e0f3b7692ec333f7d5d8c2680d11.tupone@gentoo
1 commit: dd480f0f0262e0f3b7692ec333f7d5d8c2680d11
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 18:33:59 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 18:33:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd480f0f
7
8 www-apps/liquid_feedback_core: move to EAPI 7
9
10 Closes: https://bugs.gentoo.org/724178
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 .../liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild | 12 +++++-------
15 .../liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild | 12 +++++-------
16 2 files changed, 10 insertions(+), 14 deletions(-)
17
18 diff --git a/www-apps/liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild b/www-apps/liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild
19 index a914251c479..6980d685f12 100644
20 --- a/www-apps/liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild
21 +++ b/www-apps/liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=7
29
30 -inherit eutils toolchain-funcs
31 +inherit toolchain-funcs
32
33 MY_P=${PN}-v${PV}
34
35 @@ -16,14 +16,12 @@ SLOT="0"
36 KEYWORDS="~amd64"
37 IUSE=""
38
39 -RDEPEND="dev-db/postgresql"
40 +RDEPEND="dev-db/postgresql:="
41 DEPEND="${RDEPEND}"
42
43 S=${WORKDIR}/${MY_P}
44
45 -src_prepare() {
46 - epatch "${FILESDIR}"/${PN}-2.2.3-gentoo.patch
47 -}
48 +PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo.patch )
49
50 src_compile() {
51 emake \
52
53 diff --git a/www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild b/www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild
54 index 982f8b95469..0e52e88b06a 100644
55 --- a/www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild
56 +++ b/www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild
57 @@ -1,9 +1,9 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 +# Copyright 1999-2020 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 -EAPI=4
63 +EAPI=7
64
65 -inherit eutils toolchain-funcs
66 +inherit toolchain-funcs
67
68 MY_P=${PN}-v${PV}
69
70 @@ -16,14 +16,12 @@ SLOT="0"
71 KEYWORDS="~amd64"
72 IUSE=""
73
74 -RDEPEND="dev-db/postgresql"
75 +RDEPEND="dev-db/postgresql:="
76 DEPEND="${RDEPEND}"
77
78 S=${WORKDIR}/${MY_P}
79
80 -src_prepare() {
81 - epatch "${FILESDIR}"/${PN}-3.0.4-gentoo.patch
82 -}
83 +PATCHES=( "${FILESDIR}"/${PN}-3.0.4-gentoo.patch )
84
85 src_compile() {
86 emake \