diff options
author | 2004-05-11 11:32:07 +0000 | |
---|---|---|
committer | 2004-05-11 11:32:07 +0000 | |
commit | cbae1e3c7d8886df64b6e7e1cd78793e17e00c18 (patch) | |
tree | f012396f21e3cc0a1d3cd6a37651445a15072f8f /app-text/gv | |
parent | Help->Manual should work now. Cleanup. (diff) | |
download | historical-cbae1e3c7d8886df64b6e7e1cd78793e17e00c18.tar.gz historical-cbae1e3c7d8886df64b6e7e1cd78793e17e00c18.tar.bz2 historical-cbae1e3c7d8886df64b6e7e1cd78793e17e00c18.zip |
stable on sparc.
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gv/Manifest | 6 | ||||
-rw-r--r-- | app-text/gv/gv-3.5.8-r3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index a03994e5f2c9..78e2044caca2 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gv # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.15 2004/05/07 10:33:04 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.16 2004/05/11 11:32:07 fmccor Exp $ + + 11 May 2004; Ferris McCormick <fmccor@gentoo.org> gv-3.5.8-r3.ebuild: + Marked stable on sparc. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> gv-3.5.8-r3.ebuild: Add inherit eutils diff --git a/app-text/gv/Manifest b/app-text/gv/Manifest index 092f55593a38..5a94795b9f83 100644 --- a/app-text/gv/Manifest +++ b/app-text/gv/Manifest @@ -1,9 +1,9 @@ +MD5 69651d80bc3f6c594a53baa11d1ac3e6 ChangeLog 2154 MD5 c09e1b308b9be0b2bc6c850cafac68a5 gv-3.5.8-r2.ebuild 1415 -MD5 72d8accfc57a03f5b19cf844ae89e87e gv-3.5.8-r3.ebuild 1494 -MD5 e4effd7b5fcef1bccf5421dc95873ce0 ChangeLog 2055 +MD5 d4fa0d638ab10b2b5ebb1bc75a07f807 gv-3.5.8-r3.ebuild 1493 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 +MD5 8f60d24f315a2d3035f0fd78c06a3f9c files/3.5.8-gcc3.patch 490 MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r2 60 MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r3 60 MD5 edd147a5f4d3877aa67c2d6766e79d21 files/gv-3.5.8-antialias.patch 336 -MD5 8f60d24f315a2d3035f0fd78c06a3f9c files/3.5.8-gcc3.patch 490 MD5 7d78a05e583db8e620f61c7dfefddab3 files/gv-3.5.8-r2-gentoo.diff 2577 diff --git a/app-text/gv/gv-3.5.8-r3.ebuild b/app-text/gv/gv-3.5.8-r3.ebuild index 514999b31768..bc45e0b813ea 100644 --- a/app-text/gv/gv-3.5.8-r3.ebuild +++ b/app-text/gv/gv-3.5.8-r3.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/app-text/gv/gv-3.5.8-r3.ebuild,v 1.3 2004/05/07 10:33:04 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r3.ebuild,v 1.4 2004/05/11 11:32:07 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha ~sparc ~amd64" +KEYWORDS="x86 ~ppc ~alpha sparc ~amd64" IUSE="" # There's probably more, but ghostscript also depends on it, |