diff options
Diffstat (limited to 'dev-python/rtgraph/rtgraph-0.70.ebuild')
-rw-r--r-- | dev-python/rtgraph/rtgraph-0.70.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rtgraph/rtgraph-0.70.ebuild b/dev-python/rtgraph/rtgraph-0.70.ebuild index 67853b0a4a5c..ce9f0aa66676 100644 --- a/dev-python/rtgraph/rtgraph-0.70.ebuild +++ b/dev-python/rtgraph/rtgraph-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70.ebuild,v 1.8 2013/11/06 05:03:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70.ebuild,v 1.9 2014/08/10 21:21:24 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils -DESCRIPTION="Widgets for graphing data in real-time using PyGTK, and UI components for controlling the graphs." +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" |