mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user