commit: a2d046dd8f1c739b7e07ce760860ac166ea620e2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Aug 20 13:26:28 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Sep 3 01:03:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d046dd
dev-python/rtgraph: fix HOMEPAGE and SRC_URI dev-python/rtgraph/rtgraph-0.70-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild index c0c75e76492..2b082cbc1d2 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"
