diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-28 19:08:59 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-28 19:08:59 +0000 |
commit | b4d4ec20e934e4d0907ce4df04426ffaaea0aa0e (patch) | |
tree | aa85af4660e7eb79cdb028517d49aa97e86b83b7 /app-text/epstool | |
parent | Stable on ppc. (diff) | |
download | historical-b4d4ec20e934e4d0907ce4df04426ffaaea0aa0e.tar.gz historical-b4d4ec20e934e4d0907ce4df04426ffaaea0aa0e.tar.bz2 historical-b4d4ec20e934e4d0907ce4df04426ffaaea0aa0e.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.06.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 7440b7067f7f..6631f9157085 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/epstool # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.11 2005/01/10 09:42:23 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.12 2005/03/28 19:05:53 hansmi Exp $ + + 28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> epstool-3.06.ebuild: + Stable on ppc. 10 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> epstool-3.06.ebuild: Stable for x86 diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild index d2145367e63c..036a9310c51e 100644 --- a/app-text/epstool/epstool-3.06.ebuild +++ b/app-text/epstool/epstool-3.06.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.3 2005/01/10 09:42:23 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.4 2005/03/28 19:05:53 hansmi Exp $ DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps." HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm" SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/ghostscript" |