diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-05-06 07:22:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-05-06 07:22:10 +0000 |
commit | dc877070f60c3358ad36a20cf319b5b458429f88 (patch) | |
tree | 166a4ea38c60e7371e5d39b1cffefe33ff1d3983 /sci-visualization | |
parent | drop texlive 2007 support now that 2008 is stable and 2007 is going away (diff) | |
download | gentoo-2-dc877070f60c3358ad36a20cf319b5b458429f88.tar.gz gentoo-2-dc877070f60c3358ad36a20cf319b5b458429f88.tar.bz2 gentoo-2-dc877070f60c3358ad36a20cf319b5b458429f88.zip |
drop texlive 2007 support now that 2008 is stable and 2007 is going away
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.5.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 4eb750e59824..91950f9b687d 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.101 2009/04/01 20:26:54 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.102 2009/05/06 07:22:10 aballier Exp $ + + 06 May 2009; Alexis Ballier <aballier@gentoo.org> gnuplot-4.2.5.ebuild: + drop texlive 2007 support now that 2008 is stable and 2007 is going away 01 Apr 2009; Ulrich Mueller <ulm@gentoo.org> +files/gnuplot-4.2.5-configure-pkgconfig.patch, gnuplot-4.2.5.ebuild: diff --git a/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild index a64878c74cc5..e76106305b29 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.5.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/gnuplot/gnuplot-4.2.5.ebuild,v 1.3 2009/04/01 20:26:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.4 2009/05/06 07:22:10 aballier Exp $ EAPI=2 WX_GTK_VER="2.8" @@ -31,8 +31,7 @@ RDEPEND=" virtual/ghostscript ) latex? ( virtual/latex-base lua? ( dev-tex/pgf - || ( >=dev-texlive/texlive-latexrecommended-2008-r2 - =dev-texlive/texlive-xetex-2007* ) ) ) + >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) X? ( x11-libs/libXaw ) svga? ( media-libs/svgalib ) readline? ( >=sys-libs/readline-4.2 ) |