diff options
Diffstat (limited to 'dev-python/rtgraph')
-rw-r--r-- | dev-python/rtgraph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/rtgraph/rtgraph-0.70.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/rtgraph/ChangeLog b/dev-python/rtgraph/ChangeLog index e4f3b31cea1f..a951e94700f9 100644 --- a/dev-python/rtgraph/ChangeLog +++ b/dev-python/rtgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rtgraph -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v 1.10 2013/11/06 05:03:45 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v 1.11 2014/08/10 21:21:24 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> rtgraph-0.70.ebuild: + QA: drop trailing '.' from DESCRIPTION 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> rtgraph-0.70.ebuild: Shorten description, make repoman happier 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" |