diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:57:06 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:57:06 +0000 |
commit | 41b11c5f48ceee594532a3d1fb78d0bdcc2913a9 (patch) | |
tree | f3b3bae11c182f1bb246c33c8858917106dd8bb3 /sci-visualization/xd3d | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-41b11c5f48ceee594532a3d1fb78d0bdcc2913a9.tar.gz gentoo-2-41b11c5f48ceee594532a3d1fb78d0bdcc2913a9.tar.bz2 gentoo-2-41b11c5f48ceee594532a3d1fb78d0bdcc2913a9.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/xd3d')
-rw-r--r-- | sci-visualization/xd3d/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/xd3d/xd3d-8.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-visualization/xd3d/ChangeLog b/sci-visualization/xd3d/ChangeLog index 062ad23327bc..f08dce861f36 100644 --- a/sci-visualization/xd3d/ChangeLog +++ b/sci-visualization/xd3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/xd3d -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.13 2010/05/22 14:48:23 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.14 2011/06/21 09:57:06 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild: + Added fortran-2.eclass support 22 May 2010; Pacho Ramos <pacho@gentoo.org> xd3d-8.3.1.ebuild: stable amd64, bug 301489 diff --git a/sci-visualization/xd3d/xd3d-8.3.1.ebuild b/sci-visualization/xd3d/xd3d-8.3.1.ebuild index c0f83cec8ba2..8ed2f0d3f5f9 100644 --- a/sci-visualization/xd3d/xd3d-8.3.1.ebuild +++ b/sci-visualization/xd3d/xd3d-8.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.7 2010/05/22 14:48:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.8 2011/06/21 09:57:06 jlec Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="scientific visualization tool" HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/" |