commit: 157370165d9ec2ce43b4a30ea6c4774ac3b8ad33 Author: YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com> AuthorDate: Sat Jun 17 08:32:11 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Jun 18 06:20:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15737016
media-libs/libid3tag: Upstream moved to Codeburg The URL for download from GitHub is dead link. Closes: https://bugs.gentoo.org/908646 Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31502 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-libs/libid3tag/Manifest | 2 +- media-libs/libid3tag/libid3tag-0.16.2.ebuild | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/media-libs/libid3tag/Manifest b/media-libs/libid3tag/Manifest index 8324faf4182d..a19436081aeb 100644 --- a/media-libs/libid3tag/Manifest +++ b/media-libs/libid3tag/Manifest @@ -1 +1 @@ -DIST libid3tag-0.16.2.tar.gz 53065 BLAKE2B b83a23340c34e23b831b9fee7f28d84ead7ce7b90a789596e22cd252cec67ecb5341e0b750febec96ef0c8f41d78b1028ba93880fcc4bbdb19bae7d3faaa1698 SHA512 93fae5d42ce9dacaa9927692ce9b8447d11c696c07fb74e2966b26be46d57f087e7b64cae8f3321fd9a83a213814fae7df39796f6e6dc1f2e2fdc6165e085b71 +DIST libid3tag-0.16.2.codeberg.tar.gz 53056 BLAKE2B 946e7b4db4faafe77773cefa3c3cf70c3452bc9d2c19503ec6739d255841706995efae3e6092b0b8fbe0be761284a7d74514369d437ee198c37f78fb3d92d4ae SHA512 b093614599ddc4d90072f355659a6d4d7d9fb6fe99509f62273db27291c02fb6cba280bb7ee954e014f4e5cffecc4e7f0258ebd15fcd18bf4e8abf8a02267c4c diff --git a/media-libs/libid3tag/libid3tag-0.16.2.ebuild b/media-libs/libid3tag/libid3tag-0.16.2.ebuild index 4dfc92fb0e8e..5483790e54d4 100644 --- a/media-libs/libid3tag/libid3tag-0.16.2.ebuild +++ b/media-libs/libid3tag/libid3tag-0.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,9 @@ EAPI=8 inherit cmake-multilib DESCRIPTION="The MAD id3tag library, Tenacity fork" -HOMEPAGE="https://github.com/tenacityteam/libid3tag" -SRC_URI="https://github.com/tenacityteam/libid3tag/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://codeberg.org/tenacityteam/libid3tag" +SRC_URI="https://codeberg.org/tenacityteam/libid3tag/archive/${PV}.tar.gz -> ${P}.codeberg.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0/${PV}" # SOVERSION = ${CMAKE_PROJECT_VERSION} in CMakeLists.txt
