public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl/files: pygsl-0.9.4-obsolete-units.patch
@ 2009-09-30 18:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-09-30 18:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/09/30 18:55:09

  Added:                pygsl-0.9.4-obsolete-units.patch
  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.1                  dev-python/pygsl/files/pygsl-0.9.4-obsolete-units.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/files/pygsl-0.9.4-obsolete-units.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/files/pygsl-0.9.4-obsolete-units.patch?rev=1.1&content-type=text/plain

Index: pygsl-0.9.4-obsolete-units.patch
===================================================================
--- pygsl-0.9.4.orig/src/const_cgs_array.c	2005-04-27 09:53:37.000000000 +0200
+++ pygsl-0.9.4/src/const_cgs_array.c	2009-09-28 17:37:26.981970170 +0200
@@ -14,10 +14,10 @@
 {"mass_neutron",GSL_CONST_CGS_MASS_NEUTRON,"g"},
 {"rydberg",GSL_CONST_CGS_RYDBERG,"g cm^2 / s^2"},
 {"boltzmann",GSL_CONST_CGS_BOLTZMANN,"g cm^2 / K s^2"},
-{"bohr_magneton",GSL_CONST_CGS_BOHR_MAGNETON,"A cm^2"},
-{"nuclear_magneton",GSL_CONST_CGS_NUCLEAR_MAGNETON,"A cm^2"},
-{"electron_magnetic_moment",GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT,"A cm^2"},
-{"proton_magnetic_moment",GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT,"A cm^2"},
+/*{"bohr_magneton",GSL_CONST_CGS_BOHR_MAGNETON,"A cm^2"},*/
+/*{"nuclear_magneton",GSL_CONST_CGS_NUCLEAR_MAGNETON,"A cm^2"},*/
+/*{"electron_magnetic_moment",GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT,"A cm^2"},*/
+/*{"proton_magnetic_moment",GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT,"A cm^2"},*/
 {"molar_gas",GSL_CONST_CGS_MOLAR_GAS,"g cm^2 / K mol s^2"},
 {"standard_gas_volume",GSL_CONST_CGS_STANDARD_GAS_VOLUME,"cm^3 / mol"},
 {"minute",GSL_CONST_CGS_MINUTE,"s"},
@@ -76,9 +76,9 @@
 {"psi",GSL_CONST_CGS_PSI,"g / cm s^2"},
 {"poise",GSL_CONST_CGS_POISE,"g / cm s"},
 {"stokes",GSL_CONST_CGS_STOKES,"cm^2 / s"},
-{"faraday",GSL_CONST_CGS_FARADAY,"A s / mol"},
-{"electron_charge",GSL_CONST_CGS_ELECTRON_CHARGE,"A s"},
-{"gauss",GSL_CONST_CGS_GAUSS,"g / A s^2"},
+/*{"faraday",GSL_CONST_CGS_FARADAY,"A s / mol"},*/
+/*{"electron_charge",GSL_CONST_CGS_ELECTRON_CHARGE,"A s"},*/
+/*{"gauss",GSL_CONST_CGS_GAUSS,"g / A s^2"},*/
 {"stilb",GSL_CONST_CGS_STILB,"cd / cm^2"},
 {"lumen",GSL_CONST_CGS_LUMEN,"cd sr"},
 {"lux",GSL_CONST_CGS_LUX,"cd sr / cm^2"},
@@ -87,7 +87,7 @@
 {"lambert",GSL_CONST_CGS_LAMBERT,"cd sr / cm^2"},
 {"footlambert",GSL_CONST_CGS_FOOTLAMBERT,"cd sr / cm^2"},
 {"curie",GSL_CONST_CGS_CURIE,"1 / s"},
-{"roentgen",GSL_CONST_CGS_ROENTGEN,"A s / g"},
+/*{"roentgen",GSL_CONST_CGS_ROENTGEN,"A s / g"},*/
 {"rad",GSL_CONST_CGS_RAD,"cm^2 / s^2"},
 {"solar_mass",GSL_CONST_CGS_SOLAR_MASS,"g"},
 {"bohr_radius",GSL_CONST_CGS_BOHR_RADIUS,"cm"},
--- pygsl-0.9.4.orig/src/const_cgsm_array.c	2006-12-21 13:20:15.000000000 +0100
+++ pygsl-0.9.4/src/const_cgsm_array.c	2009-09-28 17:37:49.301970158 +0200
@@ -77,7 +77,7 @@
 {"stokes",GSL_CONST_CGSM_STOKES,"cm^2 / s"},
 {"faraday",GSL_CONST_CGSM_FARADAY,"abamp s / mol"},
 {"electron_charge",GSL_CONST_CGSM_ELECTRON_CHARGE,"abamp s"},
-{"gauss",GSL_CONST_CGSM_GAUSS,"g / abamp s^2"},
+/*{"gauss",GSL_CONST_CGSM_GAUSS,"g / abamp s^2"},*/
 {"stilb",GSL_CONST_CGSM_STILB,"cd / cm^2"},
 {"lumen",GSL_CONST_CGSM_LUMEN,"cd sr"},
 {"lux",GSL_CONST_CGSM_LUX,"cd sr / cm^2"},






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygsl/files: pygsl-0.9.4-obsolete-units.patch
@ 2010-07-11 12:52 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-11 12:52 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/11 12:52:48

  Removed:              pygsl-0.9.4-obsolete-units.patch
  Log:
  Delete older ebuild.



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

end of thread, other threads:[~2010-07-11 12:52 UTC | newest]

Thread overview: 2+ 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/files: pygsl-0.9.4-obsolete-units.patch Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-11 12:52 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