commit:     399fb44ef24b54a26825f24d8a0bae9337782afa
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 08:52:40 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 08:52:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399fb44e

media-sound/exaile: eapi8, added python 3.10, deps versions cleanup

Bug: https://bugs.gentoo.org/846062
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../{exaile-9999.ebuild => exaile-4.1.1-r1.ebuild}   | 20 ++++++++++----------
 media-sound/exaile/exaile-9999.ebuild                | 18 +++++++++---------
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/media-sound/exaile/exaile-9999.ebuild 
b/media-sound/exaile/exaile-4.1.1-r1.ebuild
similarity index 77%
copy from media-sound/exaile/exaile-9999.ebuild
copy to media-sound/exaile/exaile-4.1.1-r1.ebuild
index 93bda21f7a3e..a8ee142fac0e 100644
--- a/media-sound/exaile/exaile-9999.ebuild
+++ b/media-sound/exaile/exaile-4.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "9999" ]]; then
@@ -30,18 +30,18 @@ BDEPEND="
        )
 "
 RDEPEND="${PYTHON_DEPS}
-       >=media-libs/gst-plugins-base-1.6:1.0
-       >=media-libs/gst-plugins-good-1.4:1.0
+       media-libs/gst-plugins-base:1.0
+       media-libs/gst-plugins-good:1.0
        media-plugins/gst-plugins-meta:1.0
-       >=x11-libs/gtk+-3.10:3[introspection]
-       libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
+       x11-libs/gtk+:3[introspection]
+       libnotify? ( x11-libs/libnotify[introspection] )
        $(python_gen_cond_dep '
                dev-python/bsddb3[${PYTHON_USEDEP}]
                dev-python/dbus-python[${PYTHON_USEDEP}]
                dev-python/gst-python:1.0[${PYTHON_USEDEP}]
                dev-python/pycairo[${PYTHON_USEDEP}]
-               >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-               >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               media-libs/mutagen[${PYTHON_USEDEP}]
                scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
        ')
 "
@@ -49,7 +49,7 @@ RDEPEND="${PYTHON_DEPS}
 RESTRICT="test" #315589
 
 PATCHES=(
-       "${FILESDIR}/${PN}-4.1.1-metainfo.patch"
+       "${FILESDIR}/${P}-metainfo.patch"
 )
 
 pkg_setup() {

diff --git a/media-sound/exaile/exaile-9999.ebuild 
b/media-sound/exaile/exaile-9999.ebuild
index 93bda21f7a3e..36c7f3272d08 100644
--- a/media-sound/exaile/exaile-9999.ebuild
+++ b/media-sound/exaile/exaile-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "9999" ]]; then
@@ -30,18 +30,18 @@ BDEPEND="
        )
 "
 RDEPEND="${PYTHON_DEPS}
-       >=media-libs/gst-plugins-base-1.6:1.0
-       >=media-libs/gst-plugins-good-1.4:1.0
+       media-libs/gst-plugins-base:1.0
+       media-libs/gst-plugins-good:1.0
        media-plugins/gst-plugins-meta:1.0
-       >=x11-libs/gtk+-3.10:3[introspection]
-       libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
+       x11-libs/gtk+:3[introspection]
+       libnotify? ( x11-libs/libnotify[introspection] )
        $(python_gen_cond_dep '
                dev-python/bsddb3[${PYTHON_USEDEP}]
                dev-python/dbus-python[${PYTHON_USEDEP}]
                dev-python/gst-python:1.0[${PYTHON_USEDEP}]
                dev-python/pycairo[${PYTHON_USEDEP}]
-               >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-               >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               media-libs/mutagen[${PYTHON_USEDEP}]
                scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
        ')
 "

Reply via email to