diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-20 15:26:28 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-02 21:03:30 -0400 |
commit | a2d046dd8f1c739b7e07ce760860ac166ea620e2 (patch) | |
tree | 92c2edca8818eabe4fcc8847add9ee2d7aeb4922 /dev-python/rtgraph | |
parent | dev-python/ropemacs: fix HOMEPAGE (diff) | |
download | gentoo-a2d046dd8f1c739b7e07ce760860ac166ea620e2.tar.gz gentoo-a2d046dd8f1c739b7e07ce760860ac166ea620e2.tar.bz2 gentoo-a2d046dd8f1c739b7e07ce760860ac166ea620e2.zip |
dev-python/rtgraph: fix HOMEPAGE and SRC_URI
Diffstat (limited to 'dev-python/rtgraph')
-rw-r--r-- | dev-python/rtgraph/rtgraph-0.70-r1.ebuild | 4 |
1 files 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 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" |