commit:     4154ccfbaf40a9974b98a6af07f291f5fc7fb51f
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 01:53:47 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 01:54:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4154ccfb

media-sound/pithos: Revbump, EAPI=8, py310, py311

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 .../{pithos-1.5.1.ebuild => pithos-1.5.1-r1.ebuild}      | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/media-sound/pithos/pithos-1.5.1.ebuild 
b/media-sound/pithos/pithos-1.5.1-r1.ebuild
similarity index 83%
rename from media-sound/pithos/pithos-1.5.1.ebuild
rename to media-sound/pithos/pithos-1.5.1-r1.ebuild
index 3ac4ffed7e64..3f062c66de6c 100644
--- a/media-sound/pithos/pithos-1.5.1.ebuild
+++ b/media-sound/pithos/pithos-1.5.1-r1.ebuild
@@ -1,16 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
 inherit xdg meson gnome2-utils virtualx python-r1
 
-if [[ ${PV} =~ [9]{4,} ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-else
-       SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 DESCRIPTION="Pandora.com client for the GNOME desktop"
 HOMEPAGE="https://pithos.github.io/";
@@ -21,7 +16,8 @@ KEYWORDS="~amd64"
 IUSE="appindicator +keybinder libnotify test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+       ${PYTHON_DEPS}
        dev-python/pygobject[${PYTHON_USEDEP}]
        app-crypt/libsecret[introspection]
        dev-libs/appstream-glib[introspection]

Reply via email to