commit: 449849d8c6d913f03daa5160b738b0b2d84462dd Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Wed Jun 17 02:27:50 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jun 19 15:25:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449849d8
media-plugins/live: new source for removed tarball (one-off) Unfortunately, upstream *aggressively* purge old releases. They are removed as soon as a new version is made available. Mirror them in my own distfiles directory to allow our mirroring system to pick it up, which it did not have time to do in the past. This should be a one-off, or at least infrequent, if we catch the bump a while before a new one comes out. Closes: https://bugs.gentoo.org/719336 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info> Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> media-plugins/live/live-2020.03.06.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-plugins/live/live-2020.03.06.ebuild b/media-plugins/live/live-2020.03.06.ebuild index 1d9c815d748..c04895f889a 100644 --- a/media-plugins/live/live-2020.03.06.ebuild +++ b/media-plugins/live/live-2020.03.06.ebuild @@ -7,7 +7,9 @@ inherit toolchain-funcs DESCRIPTION="Libraries for standards-based RTP/RTCP/RTSP multimedia streaming" HOMEPAGE="http://www.live555.com/" -SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz" +# Upstream aggressively remove old versions: bug #719336. +#SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz" +SRC_URI="https://cmpct.info/~sam/gentoo/distfiles/${CATEGORY}/${PN}/${P/-/.}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
