x11-themes/papirus-smplayer-theme: bump EAPI to 8

fix pkgchek warnings, some cleans

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
pull/19/head
Victor Kustov 1 year ago
parent dca883172e
commit 932d0688a7

@ -1,24 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2023 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=6 EAPI=8
DESCRIPTION="Papirus icon themes for SMPlayer" DESCRIPTION="Papirus icon themes for SMPlayer"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme"
if [[ ${PV} == 99999999 ]];then if [[ ${PV} == 99999999 ]];then
inherit git-r3 inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="${HOMEPAGE}.git" EGIT_REPO_URI="${HOMEPAGE}.git"
else else
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
fi fi
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
IUSE=""
DEPEND="" RDEPEND="media-video/smplayer"
RDEPEND="${DEPEND}
media-video/smplayer"

@ -1,24 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2023 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=6 EAPI=8
DESCRIPTION="Papirus icon themes for SMPlayer" DESCRIPTION="Papirus icon themes for SMPlayer"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme"
if [[ ${PV} == 99999999 ]];then if [[ ${PV} == 99999999 ]];then
inherit git-r3 inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="${HOMEPAGE}.git" EGIT_REPO_URI="${HOMEPAGE}.git"
else else
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~arm ~x86 ~amd64" KEYWORDS="~arm ~x86 ~amd64"
fi fi
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
IUSE="" RDEPEND="media-video/smplayer"
DEPEND=""
RDEPEND="${DEPEND}
media-video/smplayer"

Loading…
Cancel
Save