public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-biggles: ChangeLog python-biggles-1.6.6.ebuild
@ 2010-07-24  2:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-24  2:56 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/24 02:56:48

  Modified:             ChangeLog
  Added:                python-biggles-1.6.6.ebuild
  Log:
  Version bump (bug #328463). Set SUPPORT_PYTHON_ABIS.
  
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-python/python-biggles/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 Jul 2009 21:14:07 -0000	1.16
+++ ChangeLog	24 Jul 2010 02:56:47 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-biggles
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.16 2009/07/14 21:14:07 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.17 2010/07/24 02:56:47 arfrever Exp $
+
+*python-biggles-1.6.6 (24 Jul 2010)
+
+  24 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +python-biggles-1.6.6.ebuild:
+  Version bump (bug #328463). Set SUPPORT_PYTHON_ABIS.
 
 *python-biggles-1.6.5 (14 Jul 2009)
 



1.1                  dev-python/python-biggles/python-biggles-1.6.6.ebuild

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

Index: python-biggles-1.6.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v 1.1 2010/07/24 02:56:47 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

MY_PN="python2-biggles"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A Python module for creating publication-quality 2D scientific plots"
HOMEPAGE="http://biggles.sourceforge.net/"
SRC_URI="mirror://sourceforge/biggles/${MY_P}.tar.gz"

DEPEND="dev-python/numpy
	media-libs/plotutils[X]
	x11-libs/libSM
	x11-libs/libXext"
RDEPEND="${DEPEND}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="biggles"

src_install() {
	distutils_src_install

	dodir /usr/share/doc/${PF}/examples
	cp -r examples/* "${ED}usr/share/doc/${PF}/examples"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-biggles: ChangeLog python-biggles-1.6.6.ebuild
@ 2010-09-17 10:19 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-17 10:19 UTC (permalink / raw
  To: gentoo-commits

fauli       10/09/17 10:19:02

  Modified:             ChangeLog python-biggles-1.6.6.ebuild
  Log:
  stable x86, bug 337136
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.18                 dev-python/python-biggles/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	24 Jul 2010 02:56:47 -0000	1.17
+++ ChangeLog	17 Sep 2010 10:19:02 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-biggles
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.17 2010/07/24 02:56:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.18 2010/09/17 10:19:02 fauli Exp $
+
+  17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
+  python-biggles-1.6.6.ebuild:
+  stable x86, bug 337137
 
 *python-biggles-1.6.6 (24 Jul 2010)
 



1.2                  dev-python/python-biggles/python-biggles-1.6.6.ebuild

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

Index: python-biggles-1.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-biggles-1.6.6.ebuild	24 Jul 2010 02:56:47 -0000	1.1
+++ python-biggles-1.6.6.ebuild	17 Sep 2010 10:19:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v 1.1 2010/07/24 02:56:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v 1.2 2010/09/17 10:19:02 fauli Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -24,7 +24,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~ia64 x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-biggles: ChangeLog python-biggles-1.6.6.ebuild
@ 2010-09-21 20:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-21 20:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/21 20:26:16

  Modified:             ChangeLog python-biggles-1.6.6.ebuild
  Log:
  Stable on amd64 wrt bug #337137
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-python/python-biggles/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	17 Sep 2010 10:19:02 -0000	1.18
+++ ChangeLog	21 Sep 2010 20:26:16 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-biggles
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.18 2010/09/17 10:19:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.19 2010/09/21 20:26:16 hwoarang Exp $
+
+  21 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  python-biggles-1.6.6.ebuild:
+  Stable on amd64 wrt bug #337137
 
   17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
   python-biggles-1.6.6.ebuild:



1.3                  dev-python/python-biggles/python-biggles-1.6.6.ebuild

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

Index: python-biggles-1.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-biggles-1.6.6.ebuild	17 Sep 2010 10:19:02 -0000	1.2
+++ python-biggles-1.6.6.ebuild	21 Sep 2010 20:26:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v 1.2 2010/09/17 10:19:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.6.ebuild,v 1.3 2010/09/21 20:26:16 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -24,7 +24,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 x86"
+KEYWORDS="amd64 ~ia64 x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-biggles: ChangeLog python-biggles-1.6.6.ebuild
@ 2015-02-01 21:42 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-02-01 21:42 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/02/01 21:42:43

  Modified:             ChangeLog
  Removed:              python-biggles-1.6.6.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.25                 dev-python/python-biggles/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	3 Mar 2014 23:47:41 -0000	1.24
+++ ChangeLog	1 Feb 2015 21:42:43 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-biggles
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.24 2014/03/03 23:47:41 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.25 2015/02/01 21:42:43 mrueg Exp $
+
+  01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -python-biggles-1.6.6.ebuild:
+  Remove old.
 
   03 Mar 2014; Pacho Ramos <pacho@gentoo.org> python-biggles-1.6.6-r1.ebuild:
   amd64 stable, bug #495628





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

end of thread, other threads:[~2015-02-01 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 20:26 [gentoo-commits] gentoo-x86 commit in dev-python/python-biggles: ChangeLog python-biggles-1.6.6.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-01 21:42 Manuel Rueger (mrueg)
2010-09-17 10:19 Christian Faulhammer (fauli)
2010-07-24  2:56 Arfrever Frehtes Taifersar Arahesis (arfrever)

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