diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-07 03:56:17 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-07 03:56:17 +0000 |
commit | 5760a53b435557d38aa1139202521bad32ad53a2 (patch) | |
tree | 51f426f111c7da6171ae9a265de7c879a80f11b7 /sci-visualization | |
parent | Version bump (diff) | |
download | gentoo-2-5760a53b435557d38aa1139202521bad32ad53a2.tar.gz gentoo-2-5760a53b435557d38aa1139202521bad32ad53a2.tar.bz2 gentoo-2-5760a53b435557d38aa1139202521bad32ad53a2.zip |
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/xd3d/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/xd3d/metadata.xml | 16 | ||||
-rw-r--r-- | sci-visualization/xd3d/xd3d-8.3.1.ebuild | 8 |
3 files changed, 17 insertions, 13 deletions
diff --git a/sci-visualization/xd3d/ChangeLog b/sci-visualization/xd3d/ChangeLog index e5583db0dce5..0bea8524e6f6 100644 --- a/sci-visualization/xd3d/ChangeLog +++ b/sci-visualization/xd3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/xd3d # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.18 2012/08/05 16:26:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.19 2012/08/07 03:56:17 bicatali Exp $ + + 07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + xd3d-8.3.1.ebuild: + keyword amd64-linux, x86-linux 05 Aug 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild, +files/xd3d-8.3.1-cflags.patch: diff --git a/sci-visualization/xd3d/metadata.xml b/sci-visualization/xd3d/metadata.xml index 0a0f012797ff..012c00e5027f 100644 --- a/sci-visualization/xd3d/metadata.xml +++ b/sci-visualization/xd3d/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription> -xd3d is a simple scientific visualization tool designed to be easy to learn. -It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields, -iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic -expression or a cloud of points. It generates high quality vector PostScript -files for scientific publications and still or animated bitmap images. -It includes the graph plotter xgraphic. +<herd>sci</herd> +<longdescription> + xd3d is a simple scientific visualization tool designed to be easy to learn. + It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields, + iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic + expression or a cloud of points. It generates high quality vector PostScript + files for scientific publications and still or animated bitmap images. + It includes the graph plotter xgraphic. </longdescription> </pkgmetadata> diff --git a/sci-visualization/xd3d/xd3d-8.3.1.ebuild b/sci-visualization/xd3d/xd3d-8.3.1.ebuild index 03e39fbdca19..a3d3537750aa 100644 --- a/sci-visualization/xd3d/xd3d-8.3.1.ebuild +++ b/sci-visualization/xd3d/xd3d-8.3.1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.12 2012/08/05 16:26:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.13 2012/08/07 03:56:17 bicatali Exp $ EAPI=4 inherit eutils fortran-2 multilib toolchain-funcs -DESCRIPTION="scientific visualization tool" +DESCRIPTION="Scientific visualization tool" HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="examples" RDEPEND=" @@ -35,7 +35,7 @@ src_prepare() { src_configure() { tc-export FC CC sed \ - -e "s:##D##:${D}:" \ + -e "s:##D##:${ED}:" \ -e "s:##lib##:$(get_libdir):" \ -i RULES.gentoo \ || die "failed to set up RULES.gentoo" |