public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2014-06-27 15:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-27 15:12 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/27 15:12:20

  Modified:             ChangeLog
  Added:                gnuplot-py-1.8-r1.ebuild
  Log:
  Migrate to distutils-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.44                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	23 Feb 2012 09:15:51 -0000	1.43
+++ ChangeLog	27 Jun 2014 15:12:20 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/gnuplot-py
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.43 2012/02/23 09:15:51 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.44 2014/06/27 15:12:20 jer Exp $
+
+*gnuplot-py-1.8-r1 (27 Jun 2014)
+
+  27 Jun 2014; Jeroen Roovers <jer@gentoo.org> +gnuplot-py-1.8-r1.ebuild:
+  Migrate to distutils-r1.
 
   23 Feb 2012; Patrick Lauer <patrick@gentoo.org> gnuplot-py-1.8.ebuild:
   Restricting python



1.3                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.2&r2=1.3






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2015-01-13  5:37 Ian Delaney (idella4)
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Delaney (idella4) @ 2015-01-13  5:37 UTC (permalink / raw
  To: gentoo-commits

idella4     15/01/13 05:37:27

  Modified:             gnuplot-py-1.8-r1.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.3&r2=1.4

Index: gnuplot-py-1.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuplot-py-1.8-r1.ebuild	27 Jun 2014 15:12:20 -0000	1.3
+++ gnuplot-py-1.8-r1.ebuild	13 Jan 2015 05:37:27 -0000	1.4
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.3 2014/06/27 15:12:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.4 2015/01/13 05:37:27 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 PYTHON_SINGLE_IMPL=true
 
-inherit distutils-r1 eutils
+inherit distutils-r1
 
 DESCRIPTION="A python wrapper for Gnuplot"
 HOMEPAGE="http://gnuplot-py.sourceforge.net/"
@@ -18,23 +18,16 @@
 IUSE="doc"
 
 DEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-"
+	dev-python/numpy[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
 	sci-visualization/gnuplot"
 
 DOCS=( ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt TODO.txt )
 
-src_prepare() {
-	distutils-r1_src_prepare
-	epatch "${FILESDIR}"/${PN}-1.7-mousesupport.patch
-}
-
-src_install() {
-	distutils-r1_src_install
+PATCHES=( "${FILESDIR}"/${PN}-1.7-mousesupport.patch )
 
-	if use doc; then
-		insinto /usr/share/doc/${PF}/html
-		doins -r doc/Gnuplot/*
-	fi
+python_install_all() {
+	use doc && local HTML_DOCS=( doc/Gnuplot/. )
+	distutils-r1_python_install_all
 }
+# testsuite does NOT run unattended, so left out here



1.45                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	27 Jun 2014 15:12:20 -0000	1.44
+++ ChangeLog	13 Jan 2015 05:37:27 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gnuplot-py
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.44 2014/06/27 15:12:20 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.45 2015/01/13 05:37:27 idella4 Exp $
+
+  13 Jan 2015; Ian Delaney <idella4@gentoo.org> gnuplot-py-1.8-r1.ebuild:
+  tidy
 
 *gnuplot-py-1.8-r1 (27 Jun 2014)
 
@@ -161,4 +164,3 @@
 
   19 Jun 2003; Alastair Tse <liquidx@gentoo.org> gnuplot-py-1.6.ebuild:
   new ebuild submitted by Chris Bainbridge <chrb@dcs.ed.ac.uk> (#21113)
-





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2015-01-22  8:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22  8:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/22 08:43:03

  Modified:             gnuplot-py-1.8-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.4&r2=1.5

Index: gnuplot-py-1.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnuplot-py-1.8-r1.ebuild	13 Jan 2015 05:37:27 -0000	1.4
+++ gnuplot-py-1.8-r1.ebuild	22 Jan 2015 08:43:03 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.4 2015/01/13 05:37:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.5 2015/01/22 08:43:03 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="



1.46                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	13 Jan 2015 05:37:27 -0000	1.45
+++ ChangeLog	22 Jan 2015 08:43:03 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gnuplot-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.45 2015/01/13 05:37:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.46 2015/01/22 08:43:03 ago Exp $
+
+  22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
+  Stable for amd64, wrt bug #535328
 
   13 Jan 2015; Ian Delaney <idella4@gentoo.org> gnuplot-py-1.8-r1.ebuild:
   tidy





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2015-01-26 10:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:23 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 10:23:59

  Modified:             gnuplot-py-1.8-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.5&r2=1.6

Index: gnuplot-py-1.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnuplot-py-1.8-r1.ebuild	22 Jan 2015 08:43:03 -0000	1.5
+++ gnuplot-py-1.8-r1.ebuild	26 Jan 2015 10:23:59 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.5 2015/01/22 08:43:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.6 2015/01/26 10:23:59 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="



1.47                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	22 Jan 2015 08:43:03 -0000	1.46
+++ ChangeLog	26 Jan 2015 10:23:59 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gnuplot-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.46 2015/01/22 08:43:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.47 2015/01/26 10:23:59 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
+  Stable for x86, wrt bug #535328
 
   22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
   Stable for amd64, wrt bug #535328





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2015-01-28 10:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-28 10:30 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/28 10:30:53

  Modified:             gnuplot-py-1.8-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.6&r2=1.7

Index: gnuplot-py-1.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnuplot-py-1.8-r1.ebuild	26 Jan 2015 10:23:59 -0000	1.6
+++ gnuplot-py-1.8-r1.ebuild	28 Jan 2015 10:30:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.6 2015/01/26 10:23:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.7 2015/01/28 10:30:53 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="



1.48                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 Jan 2015 10:23:59 -0000	1.47
+++ ChangeLog	28 Jan 2015 10:30:53 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gnuplot-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.47 2015/01/26 10:23:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.48 2015/01/28 10:30:53 ago Exp $
+
+  28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
+  Stable for ppc, wrt bug #535328
 
   26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
   Stable for x86, wrt bug #535328





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2015-02-23 11:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 11:03 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/23 11:03:27

  Modified:             gnuplot-py-1.8-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.7&r2=1.8

Index: gnuplot-py-1.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnuplot-py-1.8-r1.ebuild	28 Jan 2015 10:30:53 -0000	1.7
+++ gnuplot-py-1.8-r1.ebuild	23 Feb 2015 11:03:27 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.7 2015/01/28 10:30:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.8 2015/02/23 11:03:27 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="



1.49                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	28 Jan 2015 10:30:53 -0000	1.48
+++ ChangeLog	23 Feb 2015 11:03:27 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gnuplot-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.48 2015/01/28 10:30:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.49 2015/02/23 11:03:27 ago Exp $
+
+  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
+  Stable for ppc64, wrt bug #535328
 
   28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
   Stable for ppc, wrt bug #535328





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog
@ 2015-02-27 11:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:08:33

  Modified:             gnuplot-py-1.8-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #535328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.8&r2=1.9

Index: gnuplot-py-1.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnuplot-py-1.8-r1.ebuild	23 Feb 2015 11:03:27 -0000	1.8
+++ gnuplot-py-1.8-r1.ebuild	27 Feb 2015 11:08:33 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.8 2015/02/23 11:03:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.9 2015/02/27 11:08:33 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="



1.50                 dev-python/gnuplot-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	23 Feb 2015 11:03:27 -0000	1.49
+++ ChangeLog	27 Feb 2015 11:08:33 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gnuplot-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.49 2015/02/23 11:03:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.50 2015/02/27 11:08:33 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
+  Stable for sparc, wrt bug #535328
 
   23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild:
   Stable for ppc64, wrt bug #535328





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-27 11:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 10:30 [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: gnuplot-py-1.8-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-27 11:08 Agostino Sarubbo (ago)
2015-02-23 11:03 Agostino Sarubbo (ago)
2015-01-26 10:23 Agostino Sarubbo (ago)
2015-01-22  8:43 Agostino Sarubbo (ago)
2015-01-13  5:37 Ian Delaney (idella4)
2014-06-27 15:12 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox