Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/
Date: Tue, 28 Jun 2022 08:52:54
Message-Id: 1656406368.399fb44ef24b54a26825f24d8a0bae9337782afa.fordfrog@gentoo
1 commit: 399fb44ef24b54a26825f24d8a0bae9337782afa
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 08:52:40 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 08:52:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399fb44e
7
8 media-sound/exaile: eapi8, added python 3.10, deps versions cleanup
9
10 Bug: https://bugs.gentoo.org/846062
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../{exaile-9999.ebuild => exaile-4.1.1-r1.ebuild} | 20 ++++++++++----------
14 media-sound/exaile/exaile-9999.ebuild | 18 +++++++++---------
15 2 files changed, 19 insertions(+), 19 deletions(-)
16
17 diff --git a/media-sound/exaile/exaile-9999.ebuild b/media-sound/exaile/exaile-4.1.1-r1.ebuild
18 similarity index 77%
19 copy from media-sound/exaile/exaile-9999.ebuild
20 copy to media-sound/exaile/exaile-4.1.1-r1.ebuild
21 index 93bda21f7a3e..a8ee142fac0e 100644
22 --- a/media-sound/exaile/exaile-9999.ebuild
23 +++ b/media-sound/exaile/exaile-4.1.1-r1.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 -PYTHON_COMPAT=( python3_{8..9} )
33 +PYTHON_COMPAT=( python3_{8..10} )
34 inherit python-single-r1 xdg
35
36 if [[ ${PV} == "9999" ]]; then
37 @@ -30,18 +30,18 @@ BDEPEND="
38 )
39 "
40 RDEPEND="${PYTHON_DEPS}
41 - >=media-libs/gst-plugins-base-1.6:1.0
42 - >=media-libs/gst-plugins-good-1.4:1.0
43 + media-libs/gst-plugins-base:1.0
44 + media-libs/gst-plugins-good:1.0
45 media-plugins/gst-plugins-meta:1.0
46 - >=x11-libs/gtk+-3.10:3[introspection]
47 - libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
48 + x11-libs/gtk+:3[introspection]
49 + libnotify? ( x11-libs/libnotify[introspection] )
50 $(python_gen_cond_dep '
51 dev-python/bsddb3[${PYTHON_USEDEP}]
52 dev-python/dbus-python[${PYTHON_USEDEP}]
53 dev-python/gst-python:1.0[${PYTHON_USEDEP}]
54 dev-python/pycairo[${PYTHON_USEDEP}]
55 - >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
56 - >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
57 + dev-python/pygobject:3[${PYTHON_USEDEP}]
58 + media-libs/mutagen[${PYTHON_USEDEP}]
59 scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
60 ')
61 "
62 @@ -49,7 +49,7 @@ RDEPEND="${PYTHON_DEPS}
63 RESTRICT="test" #315589
64
65 PATCHES=(
66 - "${FILESDIR}/${PN}-4.1.1-metainfo.patch"
67 + "${FILESDIR}/${P}-metainfo.patch"
68 )
69
70 pkg_setup() {
71
72 diff --git a/media-sound/exaile/exaile-9999.ebuild b/media-sound/exaile/exaile-9999.ebuild
73 index 93bda21f7a3e..36c7f3272d08 100644
74 --- a/media-sound/exaile/exaile-9999.ebuild
75 +++ b/media-sound/exaile/exaile-9999.ebuild
76 @@ -1,9 +1,9 @@
77 -# Copyright 1999-2021 Gentoo Authors
78 +# Copyright 1999-2022 Gentoo Authors
79 # Distributed under the terms of the GNU General Public License v2
80
81 -EAPI=7
82 +EAPI=8
83
84 -PYTHON_COMPAT=( python3_{8..9} )
85 +PYTHON_COMPAT=( python3_{8..10} )
86 inherit python-single-r1 xdg
87
88 if [[ ${PV} == "9999" ]]; then
89 @@ -30,18 +30,18 @@ BDEPEND="
90 )
91 "
92 RDEPEND="${PYTHON_DEPS}
93 - >=media-libs/gst-plugins-base-1.6:1.0
94 - >=media-libs/gst-plugins-good-1.4:1.0
95 + media-libs/gst-plugins-base:1.0
96 + media-libs/gst-plugins-good:1.0
97 media-plugins/gst-plugins-meta:1.0
98 - >=x11-libs/gtk+-3.10:3[introspection]
99 - libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
100 + x11-libs/gtk+:3[introspection]
101 + libnotify? ( x11-libs/libnotify[introspection] )
102 $(python_gen_cond_dep '
103 dev-python/bsddb3[${PYTHON_USEDEP}]
104 dev-python/dbus-python[${PYTHON_USEDEP}]
105 dev-python/gst-python:1.0[${PYTHON_USEDEP}]
106 dev-python/pycairo[${PYTHON_USEDEP}]
107 - >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
108 - >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
109 + dev-python/pygobject:3[${PYTHON_USEDEP}]
110 + media-libs/mutagen[${PYTHON_USEDEP}]
111 scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
112 ')
113 "