idella4     15/01/07 04:41:34

  Modified:             ChangeLog
  Added:                rtgraph-0.70-r1.ebuild
  Removed:              rtgraph-0.70.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/rtgraph/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtgraph/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtgraph/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtgraph/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Aug 2014 21:21:24 -0000      1.11
+++ ChangeLog   7 Jan 2015 04:41:34 -0000       1.12
@@ -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 <idel...@gentoo.org> +rtgraph-0.70-r1.ebuild,
+  -rtgraph-0.70.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> rtgraph-0.70.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-python/rtgraph/rtgraph-0.70-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtgraph/rtgraph-0.70-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtgraph/rtgraph-0.70-r1.ebuild?rev=1.1&content-type=text/plain

Index: rtgraph-0.70-r1.ebuild
===================================================================
# 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
}




Reply via email to