diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-18 05:55:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-18 05:55:09 +0000 |
commit | ec30e3b39ab42b2f2ef25b0d4a0ceeba57ae2a8d (patch) | |
tree | 64c7c4c6652a287c9869130628e4312972aa72fb /sci-visualization | |
parent | Restore strip/binchecks RESTRICT, it does NOT work without them, bug #296294 (diff) | |
download | gentoo-2-ec30e3b39ab42b2f2ef25b0d4a0ceeba57ae2a8d.tar.gz gentoo-2-ec30e3b39ab42b2f2ef25b0d4a0ceeba57ae2a8d.tar.bz2 gentoo-2-ec30e3b39ab42b2f2ef25b0d4a0ceeba57ae2a8d.zip |
Added dependencies for OpenGL (bug #299835). Replaced IPL-1 license to IBM since they are the same (bug #301180)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/opendx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4-r4.ebuild | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog index c2f567efd7e4..cbef0dd72172 100644 --- a/sci-visualization/opendx/ChangeLog +++ b/sci-visualization/opendx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/opendx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.20 2010/01/17 18:40:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.21 2010/01/18 05:55:09 bicatali Exp $ + + 18 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> + opendx-4.3.2-r1.ebuild, opendx-4.4.4-r4.ebuild: + Added dependencies for OpenGL (bug #299835). Replaced IPL-1 license to IBM + since they are the same (bug #301180) 17 Jan 2010; Christian Faulhammer <fauli@gentoo.org> opendx-4.4.4-r4.ebuild: diff --git a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild index d772adc40d79..54b728f6bdfd 100644 --- a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild +++ b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.8 2008/04/05 17:24:33 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.9 2010/01/18 05:55:09 bicatali Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -21,7 +21,7 @@ SRC_URI="http://opendx.npaci.edu/source/${P/open}.tar.gz" # http://opendx.npaci.edu/libs/netscape-java40.tar.gz # http://opendx.npaci.edu/libs/cosmoplayer-jar.tar.gz" -LICENSE="IPL-1" +LICENSE="IBM" SLOT="0" # Should work on x86, ppc, alpha at least KEYWORDS="amd64 ppc x86" diff --git a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild index 28858eed9618..56fbb7b9a01e 100644 --- a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild @@ -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/sci-visualization/opendx/opendx-4.4.4-r4.ebuild,v 1.3 2010/01/17 18:40:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4-r4.ebuild,v 1.4 2010/01/18 05:55:09 bicatali Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="A 3D data visualization tool" HOMEPAGE="http://www.opendx.org/" SRC_URI="http://opendx.sdsc.edu/source/${P/open}.tar.gz" -LICENSE="IPL-1" +LICENSE="IBM" SLOT="0" KEYWORDS="~amd64 ppc x86" @@ -22,6 +22,8 @@ DEPEND="x11-libs/libXmu x11-libs/libXp x11-libs/libXpm x11-libs/openmotif + virtual/opengl + virtual/glu szip? ( sci-libs/szip ) hdf? ( sci-libs/hdf ) cdf? ( sci-libs/cdf ) |