diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2004-02-23 14:50:26 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2004-02-23 14:50:26 +0000 |
commit | d8a661d273f1a918b61c2aac404f354971a7d133 (patch) | |
tree | ad22eaf3a0554ece675c91829bb02b013765f838 /app-text | |
parent | New upstream subversion (diff) | |
download | historical-d8a661d273f1a918b61c2aac404f354971a7d133.tar.gz historical-d8a661d273f1a918b61c2aac404f354971a7d133.tar.bz2 historical-d8a661d273f1a918b61c2aac404f354971a7d133.zip |
In Soviet Russia, the sparc stables on you!
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostview/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostview/Manifest | 4 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/ghostview/ChangeLog b/app-text/ghostview/ChangeLog index 1ca8502c6ceb..66d35aa40113 100644 --- a/app-text/ghostview/ChangeLog +++ b/app-text/ghostview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostview # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.8 2003/12/09 17:43:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.9 2004/02/23 14:50:26 bazik Exp $ + + 23 Feb 2004; Sven Blumenstein <bazik@gentoo.org> ghostview-1.5-r1.ebuild: + Stable on sparc. 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ghostview-1.5-r1.ebuild, ghostview-1.5.ebuild: diff --git a/app-text/ghostview/Manifest b/app-text/ghostview/Manifest index c15f7a886802..4631dde69baa 100644 --- a/app-text/ghostview/Manifest +++ b/app-text/ghostview/Manifest @@ -1,6 +1,6 @@ MD5 082a7ce2d7edf47f22596cfd4559a36e ghostview-1.5.ebuild 1056 -MD5 e2a84efb3e9ceeb847a56744933461c6 ghostview-1.5-r1.ebuild 1138 -MD5 ea3e7e1b16df7b7c34114ba75f0b6ba9 ChangeLog 1259 +MD5 31fc3cd1db594df317da868fa25780e2 ghostview-1.5-r1.ebuild 1136 +MD5 7de79ce99a0511908661e5a8c8dd0032 ChangeLog 1354 MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-gentoo.diff 7765 MD5 0a6983343be936ed5c9144c59a9bca0c files/digest-ghostview-1.5 65 MD5 0a6983343be936ed5c9144c59a9bca0c files/digest-ghostview-1.5-r1 65 diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild index 547ebe391073..6b61cc6cf57b 100644 --- a/app-text/ghostview/ghostview-1.5-r1.ebuild +++ b/app-text/ghostview/ghostview-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.7 2003/12/09 17:43:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.8 2004/02/23 14:50:26 bazik Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc sparc" DEPEND="virtual/glibc virtual/x11" |