commit: ce29441a8f58c0f63ea06f9eb125833752434685 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Thu Feb 4 17:36:59 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Feb 4 18:18:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce29441a
media-sound/podget: fetch tarballs from Github Upstream has moved development to Github, but claims to continue release tarballs at Sourceforge as well. Fetch tarballs from Github to avoid any potential delays/problems. Package-Manager: portage-2.2.27 media-sound/podget/podget-0.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/podget/podget-0.7.9.ebuild b/media-sound/podget/podget-0.7.9.ebuild index 46bfe4f..09dd886 100644 --- a/media-sound/podget/podget-0.7.9.ebuild +++ b/media-sound/podget/podget-0.7.9.ebuild @@ -6,7 +6,7 @@ EAPI=6 DESCRIPTION="A simple podcast aggregator" HOMEPAGE="http://podget.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/dvehrs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0"
