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 A6DD015ACFC for ; Wed, 3 May 2023 05:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E47C3E08E8; Wed, 3 May 2023 05:33:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD90DE08E8 for ; Wed, 3 May 2023 05:33:06 +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 15C0B3416BA for ; Wed, 3 May 2023 05:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57174990 for ; Wed, 3 May 2023 05:33:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683091633.ac65aa470187292057dc98fcd53692d584b638ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/apetag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/apetag/apetag-1.12-r3.ebuild X-VCS-Directories: media-sound/apetag/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac65aa470187292057dc98fcd53692d584b638ad X-VCS-Branch: master Date: Wed, 3 May 2023 05:33:04 +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: 3305ca16-f31c-4ae3-8eec-955a74e3d3b2 X-Archives-Hash: cf4dadc1a752cbdfd49c677e95f4f69c commit: ac65aa470187292057dc98fcd53692d584b638ad Author: Sam James gentoo org> AuthorDate: Wed May 3 05:27:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 05:27:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac65aa47 media-sound/apetag: update HOMEPAGE, SRC_URI Closes: https://bugs.gentoo.org/897022 Signed-off-by: Sam James gentoo.org> media-sound/apetag/apetag-1.12-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild b/media-sound/apetag/apetag-1.12-r3.ebuild index a88054964932..183648ad647a 100644 --- a/media-sound/apetag/apetag-1.12-r3.ebuild +++ b/media-sound/apetag/apetag-1.12-r3.ebuild @@ -3,13 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-single-r1 toolchain-funcs DESCRIPTION="Command-line ape 2.0 tagger" -HOMEPAGE="http://muth.org/Robert/Apetag/" -SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz" +HOMEPAGE="https://robert.muth.org/Apetag/" +SRC_URI="https://robert.muth.org/Apetag/${PN}.${PV}.tar.gz" LICENSE="GPL-3" SLOT="0"