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_frontend/
Date: Mon, 25 May 2020 05:46:57
Message-Id: 1590385592.1ec920013be630fa8a5b49adb293c6d9efa59b20.tupone@gentoo
1 commit: 1ec920013be630fa8a5b49adb293c6d9efa59b20
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 05:46:32 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 05:46:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec92001
7
8 www-apps/liquid_feedback_frontend: EAPI 7
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 .../liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild | 5 +++--
14 .../liquid_feedback_frontend/liquid_feedback_frontend-3.0.6.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 5 deletions(-)
16
17 diff --git a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
18 index a482ccbabca..1c9f8c97b1d 100644
19 --- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
20 +++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 inherit estack eutils toolchain-funcs
29
30 @@ -35,6 +35,7 @@ src_prepare() {
31 rm -f locale/help/*.${lang}.txt
32 fi
33 done
34 + default
35 }
36
37 src_compile() {
38 @@ -59,7 +60,7 @@ src_install() {
39
40 insinto /etc/${PN}
41 doins "${FILESDIR}"/myconfig.lua config/*
42 - dosym /etc/${PN} /var/lib/${PN}/config
43 + dosym ../../../etc/${PN} /var/lib/${PN}/config
44
45 insinto /usr/share/${PN}
46 doins "${FILESDIR}"/lqfb-apache.conf
47
48 diff --git a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-3.0.6.ebuild b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-3.0.6.ebuild
49 index 79a779ceea4..6cac5a55db6 100644
50 --- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-3.0.6.ebuild
51 +++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-3.0.6.ebuild
52 @@ -1,7 +1,7 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 +# Copyright 1999-2020 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 -EAPI=4
58 +EAPI=7
59
60 inherit eutils toolchain-funcs
61
62 @@ -37,7 +37,7 @@ src_install() {
63
64 insinto /etc/${PN}
65 doins "${FILESDIR}"/myconfig.lua config/*
66 - dosym /etc/${PN} /var/lib/${PN}/config
67 + dosym ../../../etc/${PN} /var/lib/${PN}/config
68
69 insinto /usr/share/${PN}
70 doins "${FILESDIR}"/lqfb-apache.conf