summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/gnuplot/ChangeLog5
-rw-r--r--media-gfx/gnuplot/Manifest20
-rw-r--r--media-gfx/gnuplot/gnuplot-4.0.ebuild4
3 files changed, 11 insertions, 18 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog
index 2abe15d3aae7..86ec2ca60055 100644
--- a/media-gfx/gnuplot/ChangeLog
+++ b/media-gfx/gnuplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gnuplot
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.25 2004/06/29 16:00:22 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.26 2004/07/03 01:04:50 g2boojum Exp $
+
+ 02 Jul 2004; Grant Goodyear <g2boojum@gentoo.org> gnuplot-4.0.ebuild:
+ Replaced specific dep on xemacs to virtual/xemacs.
29 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> gnuplot-4.0.ebuild:
Marked ~amd64.
diff --git a/media-gfx/gnuplot/Manifest b/media-gfx/gnuplot/Manifest
index b9d02da2079a..5c5e3ab139e8 100644
--- a/media-gfx/gnuplot/Manifest
+++ b/media-gfx/gnuplot/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 9713dd179c64235a82e63f219b61f42c ChangeLog 3768
+MD5 b6cefe9b7b098978ff2a50ac87a1cebc gnuplot-4.0.ebuild 2558
MD5 c37b7ecaf9d4b3e3f0fce81c1b645cb0 gnuplot-3.8j.ebuild 1994
-MD5 0d0ccbc08efef8b97818204479649574 metadata.xml 220
MD5 fba6d79f940f9261fbca68b3b241f739 gnuplot-3.8j-r1.ebuild 2117
-MD5 10944a1811837e8bb64f592456b292eb gnuplot-4.0.ebuild 2560
+MD5 4d292a3780cd2ec6be0b7ca350990191 ChangeLog 3893
+MD5 0d0ccbc08efef8b97818204479649574 metadata.xml 220
MD5 4ca2057b57f07811b4da7bd8958d50c2 files/digest-gnuplot-3.8j 67
+MD5 6bd90ea3b0173af9fe24085ca37fbfa3 files/header-order.patch 1692
+MD5 ca4f01c5e5b582017b2ff93ac26d650e files/digest-gnuplot-4.0 66
MD5 4ca2057b57f07811b4da7bd8958d50c2 files/digest-gnuplot-3.8j-r1 67
MD5 d6d201e466142a8e19ab7a86da486dde files/gnuplot-3.8j-amd64.diff 329
-MD5 ca4f01c5e5b582017b2ff93ac26d650e files/digest-gnuplot-4.0 66
-MD5 6bd90ea3b0173af9fe24085ca37fbfa3 files/header-order.patch 1692
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFA4vigHTu7gpaalycRAtKHAKCPIvXzA9c3tCExPjDFpuW8SVje8ACfWWxs
-mWeQzjqaTujHRGgec9a63W8=
-=rWfC
------END PGP SIGNATURE-----
diff --git a/media-gfx/gnuplot/gnuplot-4.0.ebuild b/media-gfx/gnuplot/gnuplot-4.0.ebuild
index 3867649cd003..889632fb0d9c 100644
--- a/media-gfx/gnuplot/gnuplot-4.0.ebuild
+++ b/media-gfx/gnuplot/gnuplot-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.6 2004/06/30 17:29:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.7 2004/07/03 01:04:50 g2boojum Exp $
inherit eutils
@@ -16,7 +16,7 @@ KEYWORDS="~x86 ~amd64"
IUSE="X svga xemacs pdflib ggi png gd readline plotutils doc"
DEPEND="
- xemacs? ( app-editors/xemacs )
+ xemacs? ( virtual/xemacs )
pdflib? ( media-libs/pdflib )
ggi? ( media-libs/libggi )
png? ( media-libs/libpng )