diff options
Diffstat (limited to 'sci-mathematics/octave-forge')
4 files changed, 12 insertions, 7 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index 43119efe38bc..322f839e2e28 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/octave-forge # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.23 2007/07/13 15:35:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.24 2007/07/22 07:00:50 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + octave-forge-2006.01.28.ebuild, octave-forge-2006.03.17.ebuild, + octave-forge-2006.03.17-r1.ebuild: + Drop virtual/x11 references. 13 Jul 2007; Markus Dittrich <markusle@gentoo.org> -octave-forge-2004.11.16-r1.ebuild, -octave-forge-2005.06.13.ebuild, diff --git a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild index c9c01d78e33c..64bbf0c0c44d 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild,v 1.6 2007/07/13 15:35:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild,v 1.7 2007/07/22 07:00:50 dberkholz Exp $ inherit eutils @@ -24,7 +24,7 @@ DEPEND="~sci-mathematics/octave-2.1.72 sys-libs/ncurses virtual/lapack virtual/blas - X? ( || ( x11-libs/libX11 virtual/x11 ) ) + X? ( x11-libs/libX11 ) !amd64? ( ginac? ( sci-mathematics/ginac ) ) qhull? ( >=media-libs/qhull-3.1-r1 )" diff --git a/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild index dfa3ddbe9f0e..a74465aec3ec 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild,v 1.3 2007/07/13 15:35:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild,v 1.4 2007/07/22 07:00:50 dberkholz Exp $ inherit eutils @@ -25,7 +25,7 @@ DEPEND=">=sci-mathematics/octave-2.1.72 virtual/lapack virtual/blas sci-calculators/units - X? ( || ( x11-libs/libX11 virtual/x11 ) ) + X? ( x11-libs/libX11 ) !amd64? ( ginac? ( sci-mathematics/ginac ) ) qhull? ( >=media-libs/qhull-3.1-r1 )" diff --git a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild index e1e5066e77e2..7255364d1d08 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.8 2007/07/13 15:35:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.9 2007/07/22 07:00:50 dberkholz Exp $ inherit eutils @@ -24,7 +24,7 @@ DEPEND=">=sci-mathematics/octave-2.1.72 sys-libs/ncurses virtual/lapack virtual/blas - X? ( || ( x11-libs/libX11 virtual/x11 ) ) + X? ( x11-libs/libX11 ) !amd64? ( ginac? ( sci-mathematics/ginac ) ) qhull? ( >=media-libs/qhull-3.1-r1 )" |