diff options
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 18 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 1820579c40c3..35abef7ef300 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.16 2005/09/03 15:15:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.17 2005/09/05 14:53:17 cryos Exp $ + + 05 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> epstool-3.08.ebuild: + Stable on amd64. 03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> epstool-3.08.ebuild: Stable on ppc. diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index 8d31a1e3a17a..f7c47421639e 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,6 +1,16 @@ -MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 3e579ef0a2134f696bbf981ac9c8a90b epstool-3.06.ebuild 685 -MD5 b9b7f4b9ecc21aea04f92ccd83cb17fd ChangeLog 1643 -MD5 643d06d4f6d02931f8dd5466753f1377 epstool-3.08.ebuild 684 -MD5 28a75c27e1ebf2da6285850167a8659b files/digest-epstool-3.08 64 +MD5 e801d0348bd2689c5ed6e915e5235968 epstool-3.08.ebuild 682 +MD5 2db6d5852fb0bb70ce4af6e243cfcfe4 ChangeLog 1735 +MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 d21818037203a765bf43e79e92bc215c files/digest-epstool-3.06 64 +MD5 28a75c27e1ebf2da6285850167a8659b files/digest-epstool-3.08 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDHFv1ntT9W3vfTuoRArYVAJ91PbQB9mByvBbY6lOxeHwraB2wJQCcC0iH +eOQAonNtc6eZYnZVwi81WZ8= +=nald +-----END PGP SIGNATURE----- diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index 63db31d7625b..e8820370dd68 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.3 2005/09/03 15:15:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.4 2005/09/05 14:53:17 cryos 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="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="virtual/ghostscript" |