diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-03-31 20:59:11 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-03-31 20:59:11 +0000 |
commit | ae169945753e7cb43933edb8e49da409a4c2e1cd (patch) | |
tree | 3cb60805e0f6bfc7bcd4cd2147081b6c52130bdf /app-text/epstool | |
parent | backported some fixes from mdk (64-bit & lib64 fixes, fflush before re-read p... (diff) | |
download | gentoo-2-ae169945753e7cb43933edb8e49da409a4c2e1cd.tar.gz gentoo-2-ae169945753e7cb43933edb8e49da409a4c2e1cd.tar.bz2 gentoo-2-ae169945753e7cb43933edb8e49da409a4c2e1cd.zip |
stable amd64
(Portage version: 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 6631f9157085..88d5a2eb10c1 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.12 2005/03/28 19:05:53 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.13 2005/03/31 20:58:24 blubb Exp $ + + 31 Mar 2005; <blubb@gentoo.org> epstool-3.06.ebuild: + stable on amd64 28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> epstool-3.06.ebuild: Stable on ppc. diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild index 036a9310c51e..45f910ef6065 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.4 2005/03/28 19:05:53 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.5 2005/03/31 20:58:24 blubb 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" |