www-apps/liquid_feedback_frontend: EAPI 7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2020-05-25 07:46:32 +02:00
parent 7c4fb5b5e9
commit 1ec920013b
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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