public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: ChangeLog pygsl-0.9.4.ebuild
@ 2009-04-06 14:39 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-04-06 14:39 UTC (permalink / raw
  To: gentoo-commits

ranger      09/04/06 14:39:59

  Modified:             ChangeLog pygsl-0.9.4.ebuild
  Log:
  Marking pygsl-0.9.4 ~ppc for bug 215830
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.9                  dev-python/pygsl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 Mar 2009 19:34:38 -0000	1.8
+++ ChangeLog	6 Apr 2009 14:39:59 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygsl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.8 2009/03/04 19:34:38 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.9 2009/04/06 14:39:59 ranger Exp $
+
+  06 Apr 2009; Brent Baude <ranger@gentoo.org> pygsl-0.9.4.ebuild:
+  Marking pygsl-0.9.4 ~ppc for bug 215830
 
 *pygsl-0.9.4 (04 Mar 2009)
 



1.2                  dev-python/pygsl/pygsl-0.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild?r1=1.1&r2=1.2

Index: pygsl-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pygsl-0.9.4.ebuild	4 Mar 2009 19:34:38 -0000	1.1
+++ pygsl-0.9.4.ebuild	6 Apr 2009 14:39:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.1 2009/03/04 19:34:38 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.2 2009/04/06 14:39:59 ranger Exp $
 
 inherit distutils
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="examples"
 
 DEPEND="sci-libs/gsl






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: ChangeLog pygsl-0.9.4.ebuild
@ 2009-09-30 18:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-09-30 18:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/09/30 18:55:08

  Modified:             ChangeLog pygsl-0.9.4.ebuild
  Log:
  Added a patch to compile with gsl >= 1.13, thanks  Kacper Kowalik, closing bug #286605
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/pygsl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 Sep 2009 20:20:56 -0000	1.10
+++ ChangeLog	30 Sep 2009 18:55:08 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pygsl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.10 2009/09/04 20:20:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.11 2009/09/30 18:55:08 bicatali Exp $
+
+  30 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org> pygsl-0.9.4.ebuild,
+  +files/pygsl-0.9.4-obsolete-units.patch:
+  Added a patch to compile with gsl >= 1.13, thanks Kacper Kowalik, closing
+  bug #286605
 
   04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pygsl-0.9.3.ebuild:
   Remove old



1.3                  dev-python/pygsl/pygsl-0.9.4.ebuild

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

Index: pygsl-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pygsl-0.9.4.ebuild	6 Apr 2009 14:39:59 -0000	1.2
+++ pygsl-0.9.4.ebuild	30 Sep 2009 18:55:08 -0000	1.3
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.2 2009/04/06 14:39:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.3 2009/09/30 18:55:08 bicatali Exp $
 
+EAPI=2
 inherit distutils
 
 DESCRIPTION="A Python interface for the GNU scientific library (gsl)."
@@ -17,6 +18,10 @@
 	dev-python/numpy"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	has_version '>=sci-libs/gsl-1.13' && epatch "${FILESDIR}"/${P}-obsolete-units.patch
+}
+
 src_test() {
 	cd "${S}/tests"
 	PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: ChangeLog pygsl-0.9.4.ebuild
@ 2010-01-12 15:33 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-12 15:33 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/12 15:33:02

  Modified:             ChangeLog pygsl-0.9.4.ebuild
  Log:
  stable x86, bug 300267
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.12                 dev-python/pygsl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	30 Sep 2009 18:55:08 -0000	1.11
+++ ChangeLog	12 Jan 2010 15:33:02 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygsl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.11 2009/09/30 18:55:08 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.12 2010/01/12 15:33:02 fauli Exp $
+
+  12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pygsl-0.9.4.ebuild:
+  stable x86, bug 300267
 
   30 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org> pygsl-0.9.4.ebuild,
   +files/pygsl-0.9.4-obsolete-units.patch:



1.4                  dev-python/pygsl/pygsl-0.9.4.ebuild

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

Index: pygsl-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygsl-0.9.4.ebuild	30 Sep 2009 18:55:08 -0000	1.3
+++ pygsl-0.9.4.ebuild	12 Jan 2010 15:33:02 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.3 2009/09/30 18:55:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.4 2010/01/12 15:33:02 fauli Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="examples"
 
 DEPEND="sci-libs/gsl






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: ChangeLog pygsl-0.9.4.ebuild
@ 2010-02-08  8:39 Peter Volkov (pva)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2010-02-08  8:39 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/08 08:39:43

  Modified:             ChangeLog pygsl-0.9.4.ebuild
  Log:
  Add inherit eutils for epatch.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-python/pygsl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	12 Jan 2010 15:33:02 -0000	1.12
+++ ChangeLog	8 Feb 2010 08:39:42 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygsl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.12 2010/01/12 15:33:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.13 2010/02/08 08:39:42 pva Exp $
+
+  08 Feb 2010; Peter Volkov <pva@gentoo.org> pygsl-0.9.4.ebuild:
+  Add inherit eutils for epatch.
 
   12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pygsl-0.9.4.ebuild:
   stable x86, bug 300267



1.5                  dev-python/pygsl/pygsl-0.9.4.ebuild

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

Index: pygsl-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pygsl-0.9.4.ebuild	12 Jan 2010 15:33:02 -0000	1.4
+++ pygsl-0.9.4.ebuild	8 Feb 2010 08:39:42 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.4 2010/01/12 15:33:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.5 2010/02/08 08:39:42 pva Exp $
 
 EAPI=2
-inherit distutils
+inherit eutils distutils
 
 DESCRIPTION="A Python interface for the GNU scientific library (gsl)."
 HOMEPAGE="http://pygsl.sourceforge.net/"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: ChangeLog pygsl-0.9.4.ebuild
@ 2010-04-26 20:19 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-04-26 20:19 UTC (permalink / raw
  To: gentoo-commits

maekke      10/04/26 20:19:43

  Modified:             ChangeLog pygsl-0.9.4.ebuild
  Log:
  amd64 stable, bug #300267
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-python/pygsl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Feb 2010 08:39:42 -0000	1.13
+++ ChangeLog	26 Apr 2010 20:19:43 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygsl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.13 2010/02/08 08:39:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.14 2010/04/26 20:19:43 maekke Exp $
+
+  26 Apr 2010; Markus Meier <maekke@gentoo.org> pygsl-0.9.4.ebuild:
+  amd64 stable, bug #300267
 
   08 Feb 2010; Peter Volkov <pva@gentoo.org> pygsl-0.9.4.ebuild:
   Add inherit eutils for epatch.



1.6                  dev-python/pygsl/pygsl-0.9.4.ebuild

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

Index: pygsl-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pygsl-0.9.4.ebuild	8 Feb 2010 08:39:42 -0000	1.5
+++ pygsl-0.9.4.ebuild	26 Apr 2010 20:19:43 -0000	1.6
@@ -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/pygsl/pygsl-0.9.4.ebuild,v 1.5 2010/02/08 08:39:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.4.ebuild,v 1.6 2010/04/26 20:19:43 maekke Exp $
 
 EAPI=2
 inherit eutils distutils
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="examples"
 
 DEPEND="sci-libs/gsl






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

end of thread, other threads:[~2010-04-26 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 18:55 [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: ChangeLog pygsl-0.9.4.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-26 20:19 Markus Meier (maekke)
2010-02-08  8:39 Peter Volkov (pva)
2010-01-12 15:33 Christian Faulhammer (fauli)
2009-04-06 14:39 Brent Baude (ranger)

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