commit: 4dac87b6686c42041536cc7d99489c85edbec59f Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Jul 11 16:21:57 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jul 23 12:50:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dac87b6
media-libs/cal3d: update SRC_URI Closes: https://bugs.gentoo.org/699922 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-libs/cal3d/cal3d-0.11.0-r1.ebuild | 4 ++-- media-libs/cal3d/metadata.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild index 14ba7aa6fe82..ed8d1df6fe26 100644 --- a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild +++ b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Cal3D is a skeletal based character animation library" HOMEPAGE="https://mp3butcher.github.io/Cal3D/" -SRC_URI="http://download.gna.org/cal3d/sources/${P}.tar.gz" +SRC_URI="https://mp3butcher.github.io/Cal3D/sources/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/cal3d/metadata.xml b/media-libs/cal3d/metadata.xml index b2feb144c2af..2318c18c32e5 100644 --- a/media-libs/cal3d/metadata.xml +++ b/media-libs/cal3d/metadata.xml @@ -5,4 +5,7 @@ <use> <flag name="16bit-indices">Enables use of 16bit indices</flag> </use> + <upstream> + <remote-id type="github">mp3butcher/Cal3D</remote-id> + </upstream> </pkgmetadata>
