From: Michael Mair-Keimberger Date: Sun, 20 Aug 2017 13:26:28 +0000 (+0200) Subject: dev-python/rtgraph: fix HOMEPAGE and SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a2d046dd8f1c739b7e07ce760860ac166ea620e2;p=gentoo.git dev-python/rtgraph: fix HOMEPAGE and SRC_URI --- diff --git a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild index c0c75e76492d..2b082cbc1d23 100644 --- a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild +++ b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Widgets for graphing data in real-time using PyGTK, and UI components for controlling the graphs" -HOMEPAGE="http://navi.cx/svn/misc/trunk/rtgraph/web/index.html" -SRC_URI="http://navi.picogui.org/releases/${P}.tar.gz" +HOMEPAGE="http://rtgraph.sourceforge.net/" +SRC_URI="mirror://sourceforge/rtgraph/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"