commit: 1ec920013be630fa8a5b49adb293c6d9efa59b20
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 05:46:32 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 25 05:46:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec92001
www-apps/liquid_feedback_frontend: EAPI 7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild | 5 +++--
.../liquid_feedback_frontend/liquid_feedback_frontend-3.0.6.ebuild | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
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
index a482ccbabca..1c9f8c97b1d 100644
--- 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
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit estack eutils toolchain-funcs
@@ -35,6 +35,7 @@ src_prepare() {
rm -f locale/help/*.${lang}.txt
fi
done
+ default
}
src_compile() {
@@ -59,7 +60,7 @@ src_install() {
insinto /etc/${PN}
doins "${FILESDIR}"/myconfig.lua config/*
- dosym /etc/${PN} /var/lib/${PN}/config
+ dosym ../../../etc/${PN} /var/lib/${PN}/config
insinto /usr/share/${PN}
doins "${FILESDIR}"/lqfb-apache.conf
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
index 79a779ceea4..6cac5a55db6 100644
--- 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
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit eutils toolchain-funcs
@@ -37,7 +37,7 @@ src_install() {
insinto /etc/${PN}
doins "${FILESDIR}"/myconfig.lua config/*
- dosym /etc/${PN} /var/lib/${PN}/config
+ dosym ../../../etc/${PN} /var/lib/${PN}/config
insinto /usr/share/${PN}
doins "${FILESDIR}"/lqfb-apache.conf