diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-29 16:00:22 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-29 16:00:22 +0000 |
commit | 525b8b0a9b965428ccb272646f98434f361a499d (patch) | |
tree | 6c0f31b57e0221016db2727781a2fc63d62364d0 /media-gfx/gnuplot | |
parent | glibc -> libc (diff) | |
download | historical-525b8b0a9b965428ccb272646f98434f361a499d.tar.gz historical-525b8b0a9b965428ccb272646f98434f361a499d.tar.bz2 historical-525b8b0a9b965428ccb272646f98434f361a499d.zip |
~amd64
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r-- | media-gfx/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gnuplot/Manifest | 10 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-4.0.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog index 471f7ed1cdde..2abe15d3aae7 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.24 2004/06/24 22:39:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.25 2004/06/29 16:00:22 kugelfang Exp $ + + 29 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> gnuplot-4.0.ebuild: + Marked ~amd64. 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> gnuplot-3.8j-r1.ebuild, gnuplot-3.8j.ebuild, gnuplot-4.0.ebuild: diff --git a/media-gfx/gnuplot/Manifest b/media-gfx/gnuplot/Manifest index 7fe79f3ae50b..c8b0a2dd6bbf 100644 --- a/media-gfx/gnuplot/Manifest +++ b/media-gfx/gnuplot/Manifest @@ -1,10 +1,10 @@ -MD5 af8392a38bb5ee5d1849f2deb53e396c gnuplot-4.0.ebuild 2558 -MD5 8758353a0c6dfca98a9573d7ba6e0db0 gnuplot-3.8j.ebuild 1999 +MD5 9713dd179c64235a82e63f219b61f42c ChangeLog 3768 MD5 f14001286cc1c605ba9e017081257f07 gnuplot-3.8j-r1.ebuild 2122 -MD5 264fa8e0a44aaaee0e37296b4198ee00 ChangeLog 3677 +MD5 8758353a0c6dfca98a9573d7ba6e0db0 gnuplot-3.8j.ebuild 1999 MD5 0d0ccbc08efef8b97818204479649574 metadata.xml 220 +MD5 94dfaf6b231ac676c21dfd3250b5275f gnuplot-4.0.ebuild 2566 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 diff --git a/media-gfx/gnuplot/gnuplot-4.0.ebuild b/media-gfx/gnuplot/gnuplot-4.0.ebuild index a6b5b85132d7..ad266b9a176f 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.4 2004/06/24 22:39:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.5 2004/06/29 16:00:22 kugelfang Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" LICENSE="gnuplot" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="X svga xemacs pdflib ggi png gd readline plotutils doc" DEPEND=" |