diff --git a/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-20170119.ebuild b/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-20170119.ebuild index 21baff6a5..cc0e26b0f 100644 --- a/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-20170119.ebuild +++ b/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-20170119.ebuild @@ -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" diff --git a/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-99999999.ebuild b/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-99999999.ebuild index 9baee1ff5..eac8e4518 100644 --- a/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-99999999.ebuild +++ b/x11-themes/papirus-smplayer-theme/papirus-smplayer-theme-99999999.ebuild @@ -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"