diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-11-06 05:03:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-11-06 05:03:45 +0000 |
commit | 5fe817b576cd0ce352471eaef957e9776dd558f2 (patch) | |
tree | 12446ce79c688a4c224bf8d90e2974adbb8ae4dc /dev-python/rtgraph | |
parent | Shorten description, make repoman happier (diff) | |
download | gentoo-2-5fe817b576cd0ce352471eaef957e9776dd558f2.tar.gz gentoo-2-5fe817b576cd0ce352471eaef957e9776dd558f2.tar.bz2 gentoo-2-5fe817b576cd0ce352471eaef957e9776dd558f2.zip |
Shorten description, make repoman happier
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/rtgraph')
-rw-r--r-- | dev-python/rtgraph/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/rtgraph/rtgraph-0.70.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/rtgraph/ChangeLog b/dev-python/rtgraph/ChangeLog index 8ef1f93d4303..e4f3b31cea1f 100644 --- a/dev-python/rtgraph/ChangeLog +++ b/dev-python/rtgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rtgraph -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v 1.9 2010/12/30 22:07:22 arfrever Exp $ +# 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 $ + + 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> rtgraph-0.70.ebuild: + Shorten description, make repoman happier 30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> rtgraph-0.70.ebuild: @@ -30,4 +33,3 @@ 03 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> metadata.xml, rtgraph-0.70.ebuild: Initial import, ebuild by Lukasz Strzygowski <lucass@gentoo.pl>. - diff --git a/dev-python/rtgraph/rtgraph-0.70.ebuild b/dev-python/rtgraph/rtgraph-0.70.ebuild index 56edee66224d..67853b0a4a5c 100644 --- a/dev-python/rtgraph/rtgraph-0.70.ebuild +++ b/dev-python/rtgraph/rtgraph-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 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.7 2010/12/30 22:07:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70.ebuild,v 1.8 2013/11/06 05:03:45 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils -DESCRIPTION="rtgraph provides several 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" |