diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-29 08:21:14 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-29 08:21:14 +0000 |
commit | 6605f59a8c5a10807634e8029a68fdcf6d895838 (patch) | |
tree | e566c5d45228cfeddb78daed2b53130eff804309 /app-text/epstool | |
parent | Stable for x86. (diff) | |
download | gentoo-2-6605f59a8c5a10807634e8029a68fdcf6d895838.tar.gz gentoo-2-6605f59a8c5a10807634e8029a68fdcf6d895838.tar.bz2 gentoo-2-6605f59a8c5a10807634e8029a68fdcf6d895838.zip |
3.08 stable for x86
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index c7de9792332e..7ce00d882e05 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.14 2005/07/27 12:01:03 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.15 2005/08/29 08:21:14 phosphan Exp $ + + 29 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> epstool-3.08.ebuild: + 3.08 stable for x86 *epstool-3.08 (27 Jul 2005) diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index 792c5510e754..301455cfcfd0 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.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.08.ebuild,v 1.1 2005/07/27 12:01:03 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.2 2005/08/29 08:21:14 phosphan 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/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/ghostscript" |