diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-05-24 20:33:59 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-05-24 20:33:59 +0200 |
commit | dd480f0f0262e0f3b7692ec333f7d5d8c2680d11 (patch) | |
tree | 8b6096993d63f6841af80f0bf28e8ca31bc78b56 /www-apps | |
parent | ghc-package.eclass: disable CFLAGS QA check, bug #722078 (diff) | |
download | gentoo-dd480f0f0262e0f3b7692ec333f7d5d8c2680d11.tar.gz gentoo-dd480f0f0262e0f3b7692ec333f7d5d8c2680d11.tar.bz2 gentoo-dd480f0f0262e0f3b7692ec333f7d5d8c2680d11.zip |
www-apps/liquid_feedback_core: move to EAPI 7
Closes: https://bugs.gentoo.org/724178
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild | 12 | ||||
-rw-r--r-- | www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild | 12 |
2 files changed, 10 insertions, 14 deletions
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 index a914251c479c..6980d685f120 100644 --- 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs MY_P=${PN}-v${PV} @@ -16,14 +16,12 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-db/postgresql" +RDEPEND="dev-db/postgresql:=" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.2.3-gentoo.patch -} +PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo.patch ) src_compile() { emake \ 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 index 982f8b95469d..0e52e88b06a7 100644 --- 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2018 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 +inherit toolchain-funcs MY_P=${PN}-v${PV} @@ -16,14 +16,12 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-db/postgresql" +RDEPEND="dev-db/postgresql:=" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.4-gentoo.patch -} +PATCHES=( "${FILESDIR}"/${PN}-3.0.4-gentoo.patch ) src_compile() { emake \ |