From 326fc8ff84338cfa8aa3959cef61358beaf65ff2 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Wed, 7 Jan 2015 04:41:34 +0000 Subject: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) --- dev-python/rtgraph/ChangeLog | 10 +++++++-- dev-python/rtgraph/rtgraph-0.70-r1.ebuild | 33 ++++++++++++++++++++++++++++++ dev-python/rtgraph/rtgraph-0.70.ebuild | 34 ------------------------------- 3 files changed, 41 insertions(+), 36 deletions(-) create mode 100644 dev-python/rtgraph/rtgraph-0.70-r1.ebuild delete mode 100644 dev-python/rtgraph/rtgraph-0.70.ebuild (limited to 'dev-python') diff --git a/dev-python/rtgraph/ChangeLog b/dev-python/rtgraph/ChangeLog index a951e94700f9..968f8b60607c 100644 --- a/dev-python/rtgraph/ChangeLog +++ b/dev-python/rtgraph/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/rtgraph -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v 1.12 2015/01/07 04:41:34 idella4 Exp $ + +*rtgraph-0.70-r1 (07 Jan 2015) + + 07 Jan 2015; Ian Delaney +rtgraph-0.70-r1.ebuild, + -rtgraph-0.70.ebuild: + revbump; conversion -> distutils-r1, rm old 10 Aug 2014; Sergei Trofimovich rtgraph-0.70.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild new file mode 100644 index 000000000000..5ac6ec5eb1f6 --- /dev/null +++ b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70-r1.ebuild,v 1.1 2015/01/07 04:41:34 idella4 Exp $ + +EAPI=5 +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" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="examples" + +DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +python_prepare_all() { + if use examples; then + mkdir examples || die + mv ./{cpu_meter.py,graph_ui.py,isometric_graph.py,line_graph.py,polar_graph.py,tweak_graph.py} examples || die + fi + distutils-r1_python_prepare_all +} + +python_install_all() { + use examples && local EXAMPLES=( examples/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/rtgraph/rtgraph-0.70.ebuild b/dev-python/rtgraph/rtgraph-0.70.ebuild deleted file mode 100644 index ce9f0aa66676..000000000000 --- a/dev-python/rtgraph/rtgraph-0.70.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.9 2014/08/10 21:21:24 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="examples" - -DEPEND="dev-python/pygtk:2" -RDEPEND="${DEPEND}" - -DOCS="BUGS README" -PYTHON_MODNAME="rtgraph.py Tweak.py" - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${P}/examples - doins cpu_meter.py graph_ui.py isometric_graph.py line_graph.py polar_graph.py tweak_graph.py || die "Installation of examples failed" - fi -} -- cgit v1.2.3-65-gdbad