From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CACA2158094 for ; Tue, 28 Jun 2022 08:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12FB1E09E6; Tue, 28 Jun 2022 08:52:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7772E09E6 for ; Tue, 28 Jun 2022 08:52:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C725A3415B5 for ; Tue, 28 Jun 2022 08:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08412105 for ; Tue, 28 Jun 2022 08:52:51 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1656406368.399fb44ef24b54a26825f24d8a0bae9337782afa.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/exaile/exaile-4.1.1-r1.ebuild media-sound/exaile/exaile-9999.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 399fb44ef24b54a26825f24d8a0bae9337782afa X-VCS-Branch: master Date: Tue, 28 Jun 2022 08:52:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98735b4a-aa4f-4701-83fb-f4942ae494ba X-Archives-Hash: be550f6b92b30261a1a6b8da7dc7374b commit: 399fb44ef24b54a26825f24d8a0bae9337782afa Author: Miroslav Šulc gentoo org> AuthorDate: Tue Jun 28 08:52:40 2022 +0000 Commit: Miroslav Šulc gentoo 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 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}] ) ') "