diff options
author | Markus Dittrich <markusle@gentoo.org> | 2009-10-16 02:41:14 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2009-10-16 02:41:14 +0000 |
commit | 5f773d891cab771e518a79f013a4e7cd456c74cd (patch) | |
tree | 57030ffb27305b583854bf8890be24580317da3b /sci-visualization | |
parent | Fix postinst message to be relevant again (diff) | |
download | gentoo-2-5f773d891cab771e518a79f013a4e7cd456c74cd.tar.gz gentoo-2-5f773d891cab771e518a79f013a4e7cd456c74cd.tar.bz2 gentoo-2-5f773d891cab771e518a79f013a4e7cd456c74cd.zip |
Added patch to remove symbols missing from recent gsl.
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/labplot/files/labplot-1.6.0.2-gsl-units-fix.patch | 40 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-1.6.0.2.ebuild | 13 |
3 files changed, 53 insertions, 8 deletions
diff --git a/sci-visualization/labplot/ChangeLog b/sci-visualization/labplot/ChangeLog index 746e9181d4a4..7d236c126362 100644 --- a/sci-visualization/labplot/ChangeLog +++ b/sci-visualization/labplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/labplot -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.24 2009/04/08 07:52:54 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.25 2009/10/16 02:41:10 markusle Exp $ + + 16 Oct 2009; Markus Dittrich <markusle@gentoo.org> labplot-1.6.0.2.ebuild, + +files/labplot-1.6.0.2-gsl-units-fix.patch: + Added patch to remove symbols missing from recent gsl. 08 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> -labplot-1.6.0.1-r1.ebuild, labplot-1.6.0.2.ebuild: diff --git a/sci-visualization/labplot/files/labplot-1.6.0.2-gsl-units-fix.patch b/sci-visualization/labplot/files/labplot-1.6.0.2-gsl-units-fix.patch new file mode 100644 index 000000000000..1bf4059b0f59 --- /dev/null +++ b/sci-visualization/labplot/files/labplot-1.6.0.2-gsl-units-fix.patch @@ -0,0 +1,40 @@ +diff -Naur LabPlot-1.6.0.2.old/src/constants.h LabPlot-1.6.0.2/src/constants.h +--- LabPlot-1.6.0.2.old/src/constants.h 2008-03-31 04:38:30.000000000 -0400 ++++ LabPlot-1.6.0.2/src/constants.h 2009-10-15 22:31:31.000000000 -0400 +@@ -220,7 +220,6 @@ + {"stokes_cgs",GSL_CONST_CGSM_STOKES}, + {"f_cgs",GSL_CONST_CGSM_FARADAY}, + {"e_cgs",GSL_CONST_CGSM_ELECTRON_CHARGE}, +- {"gauss_cgs",GSL_CONST_CGSM_GAUSS}, + {"stilb_cgs",GSL_CONST_CGSM_STILB}, + {"lumen_cgs",GSL_CONST_CGSM_LUMEN}, + {"lux_cgs",GSL_CONST_CGSM_LUX}, +@@ -339,10 +338,6 @@ + {"mn_cgs",GSL_CONST_CGS_MASS_NEUTRON}, + {"ry_cgs",GSL_CONST_CGS_RYDBERG}, + {"k_cgs",GSL_CONST_CGS_BOLTZMANN}, +- {"mub_cgs",GSL_CONST_CGS_BOHR_MAGNETON}, +- {"mun_cgs",GSL_CONST_CGS_NUCLEAR_MAGNETON}, +- {"mue_cgs",GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT}, +- {"mup_cgs",GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT}, + {"r0_cgs",GSL_CONST_CGS_MOLAR_GAS}, + {"v0_cgs",GSL_CONST_CGS_STANDARD_GAS_VOLUME}, + {"in_cgs",GSL_CONST_CGS_INCH}, +@@ -397,9 +392,6 @@ + {"psi_cgs",GSL_CONST_CGS_PSI}, + {"poise_cgs",GSL_CONST_CGS_POISE}, + {"stokes_cgs",GSL_CONST_CGS_STOKES}, +- {"f_cgs",GSL_CONST_CGS_FARADAY}, +- {"e_cgs",GSL_CONST_CGS_ELECTRON_CHARGE}, +- {"g_cgs",GSL_CONST_CGS_GAUSS}, + {"stilb_cgs",GSL_CONST_CGS_STILB}, + {"lumen_cgs",GSL_CONST_CGS_LUMEN}, + {"lux_cgs",GSL_CONST_CGS_LUX}, +@@ -408,7 +400,6 @@ + {"lambert_cgs",GSL_CONST_CGS_LAMBERT}, + {"ftlambert_cgs",GSL_CONST_CGS_FOOTLAMBERT}, + {"curie_cgs",GSL_CONST_CGS_CURIE}, +- {"roentgen_cgs",GSL_CONST_CGS_ROENTGEN}, + {"rad_cgs",GSL_CONST_CGS_RAD}, + {"sm_cgs",GSL_CONST_CGS_SOLAR_MASS}, + {"a0_cgs",GSL_CONST_CGS_BOHR_RADIUS}, diff --git a/sci-visualization/labplot/labplot-1.6.0.2.ebuild b/sci-visualization/labplot/labplot-1.6.0.2.ebuild index 57eddaa3f754..566efda88a95 100644 --- a/sci-visualization/labplot/labplot-1.6.0.2.ebuild +++ b/sci-visualization/labplot/labplot-1.6.0.2.ebuild @@ -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/sci-visualization/labplot/labplot-1.6.0.2.ebuild,v 1.2 2009/04/08 07:52:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.6.0.2.ebuild,v 1.3 2009/10/16 02:41:10 markusle Exp $ EAPI=1 inherit eutils kde multilib @@ -36,11 +36,12 @@ RDEPEND="media-gfx/pstoedit R? ( dev-lang/R )" DEPEND="${RDEPEND}" -PATCHES="${FILESDIR}/${PN}-1.6.0.1-linkexec.patch - ${FILESDIR}/${PN}-1.6.0.1-desktop.patch - ${FILESDIR}/${PN}-1.6.0.1-audiofile.patch - ${FILESDIR}/${PN}-1.6.0.1-liborigin.patch - ${FILESDIR}/${P}-gcc43.patch" +PATCHES=("${FILESDIR}/${PN}-1.6.0.1-linkexec.patch" + "${FILESDIR}/${PN}-1.6.0.1-desktop.patch" + "${FILESDIR}/${PN}-1.6.0.1-audiofile.patch" + "${FILESDIR}/${PN}-1.6.0.1-liborigin.patch" + "${FILESDIR}/${P}-gcc43.patch" + "${FILESDIR}/${P}-gsl-units-fix.patch") need-kde 3.5 |