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
EAPI=6
EAPI=8
DESCRIPTION="Papirus icon themes for SMPlayer"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme"
if [[ ${PV} == 99999999 ]];then
inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="${HOMEPAGE}.git"
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"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
media-video/smplayer"
RDEPEND="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
EAPI=6
EAPI=8
DESCRIPTION="Papirus icon themes for SMPlayer"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme"
if [[ ${PV} == 99999999 ]];then
inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="${HOMEPAGE}.git"
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"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
media-video/smplayer"
RDEPEND="media-video/smplayer"

Loading…
Cancel
Save