diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 23:34:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 23:34:15 +0000 |
commit | d8c0eaa3ea7ea1f740939a08e121ebce2d40acfc (patch) | |
tree | 1627faf896b7c0b0bb9f5eb80c1153ececd43f4f /media-gfx | |
parent | remasking =sys-devel/binutils-2.14.90.0.8-r1 again due to bad gcc/binutils mixes (diff) | |
download | gentoo-2-d8c0eaa3ea7ea1f740939a08e121ebce2d40acfc.tar.gz gentoo-2-d8c0eaa3ea7ea1f740939a08e121ebce2d40acfc.tar.bz2 gentoo-2-d8c0eaa3ea7ea1f740939a08e121ebce2d40acfc.zip |
Stable on alpha.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-3.8j.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog index 847557ce674d..13ed2c8f9d0d 100644 --- a/media-gfx/gnuplot/ChangeLog +++ b/media-gfx/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gnuplot # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.20 2004/04/28 01:56:57 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.21 2004/05/04 23:33:16 kloeri Exp $ + + 05 May 2004; Bryan Østergaard <kloeri@gentoo.org> gnuplot-3.8j.ebuild: + Stable on alpha. *gnuplot-4.0 (27 Apr 2004) diff --git a/media-gfx/gnuplot/gnuplot-3.8j.ebuild b/media-gfx/gnuplot/gnuplot-3.8j.ebuild index 80140d9741d3..e08f56457fad 100644 --- a/media-gfx/gnuplot/gnuplot-3.8j.ebuild +++ b/media-gfx/gnuplot/gnuplot-3.8j.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.5 2004/04/06 17:55:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.6 2004/05/04 23:33:16 kloeri Exp $ MY_P="${P}.0" S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" LICENSE="gnuplot" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha amd64 ia64" +KEYWORDS="x86 ppc ~sparc alpha amd64 ia64" IUSE="X readline svga plotutils pdflib doc" # Old png driver seems to have problems; switching to gd instead |