media-sound/qloud: eprefix-ify and eapi bump

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-11-19 21:23:30 +05:00
parent bec3c0bb5f
commit c2fb46179c
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit qmake-utils inherit qmake-utils
@ -16,14 +16,11 @@ HOMEPAGE="https://github.com/molke-productions/qloud"
if [[ "${PV}" != "9999" ]]; then if [[ "${PV}" != "9999" ]]; then
SRC_URI="https://github.com/molke-productions/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/molke-productions/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
else
SRC_URI=""
fi fi
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test" RESTRICT="test"
@ -44,16 +41,15 @@ RDEPEND="
x11-libs/qwt:6 x11-libs/qwt:6
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}"
"
src_prepare() { src_prepare() {
default default
sed -e "s!/usr/local!/usr!" \ sed -e "s!/usr/local!${EPREFIX}/usr!" \
-i config.pri || die -i config.pri || die
sed -e "s!/usr/include/qwt!/usr/include/qwt6!" \ sed -e "s!/usr/include/qwt!${EPREFIX}/usr/include/qwt6!" \
-i src/src.pro || die -i src/src.pro || die
sed -e "s!-lqwt!-lqwt6-qt5!" \ sed -e "s!-lqwt!-lqwt6-qt5!" \