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 40DDC158094 for ; Fri, 29 Jul 2022 21:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCC5E10FB; Fri, 29 Jul 2022 21:39:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FE44E10F9 for ; Fri, 29 Jul 2022 21:39:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A31C3340EB7 for ; Fri, 29 Jul 2022 21:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20892556 for ; Fri, 29 Jul 2022 21:39:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1659130695.eba81902ba0ca8ae44cfc0d84dac035b5283aee3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easytag/easytag-2.4.3-r2.ebuild media-sound/easytag/easytag-2.4.3-r3.ebuild X-VCS-Directories: media-sound/easytag/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: eba81902ba0ca8ae44cfc0d84dac035b5283aee3 X-VCS-Branch: master Date: Fri, 29 Jul 2022 21:39:12 +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: 2181b9b8-7c97-40ff-9145-be909c78cff7 X-Archives-Hash: 517474e5c91bc0261382b59580de46fa commit: eba81902ba0ca8ae44cfc0d84dac035b5283aee3 Author: David Seifert gentoo org> AuthorDate: Fri Jul 29 21:38:15 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jul 29 21:38:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba81902 media-sound/easytag: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...sytag-2.4.3-r2.ebuild => easytag-2.4.3-r3.ebuild} | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/media-sound/easytag/easytag-2.4.3-r2.ebuild b/media-sound/easytag/easytag-2.4.3-r3.ebuild similarity index 88% rename from media-sound/easytag/easytag-2.4.3-r2.ebuild rename to media-sound/easytag/easytag-2.4.3-r3.ebuild index bfadc0488b19..98b5ca0d6565 100644 --- a/media-sound/easytag/easytag-2.4.3-r2.ebuild +++ b/media-sound/easytag/easytag-2.4.3-r3.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags" @@ -12,13 +11,11 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG" LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" - IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack" RESTRICT="!test? ( test )" REQUIRED_USE=" opus? ( vorbis ) - speex? ( vorbis ) -" + speex? ( vorbis )" RDEPEND=" >=dev-libs/glib-2.38:2 @@ -40,9 +37,9 @@ RDEPEND=" >=media-libs/libogg-1.3.1 >=media-libs/libvorbis-1.3.4 ) - wavpack? ( >=media-sound/wavpack-4.70 ) -" -DEPEND="${RDEPEND} + wavpack? ( >=media-sound/wavpack-4.70 )" +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xml-dtd:4.4 app-text/yelp-tools dev-util/glib-utils @@ -54,10 +51,9 @@ DEPEND="${RDEPEND} test? ( dev-libs/appstream-glib >=dev-util/desktop-file-utils-0.22 - ) -" + )" -PATCHES=( "${FILESDIR}/${P}-ogg-corruption.patch" ) +PATCHES=( "${FILESDIR}"/${P}-ogg-corruption.patch ) src_configure() { gnome2_src_configure \