diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-08-25 09:09:00 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-08-25 09:09:00 +0000 |
commit | 1bdebd9854bb1702826982edf4bf769bb0b91bed (patch) | |
tree | 5800ba77e60cf429c0a86df5fe133497ec844cb8 /app-text/epstool | |
parent | New features to init-script. (diff) | |
download | gentoo-2-1bdebd9854bb1702826982edf4bf769bb0b91bed.tar.gz gentoo-2-1bdebd9854bb1702826982edf4bf769bb0b91bed.tar.bz2 gentoo-2-1bdebd9854bb1702826982edf4bf769bb0b91bed.zip |
Declared stable.
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/Manifest | 4 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.02.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index c21d618d3d36..ccca0259d949 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,4 +1,4 @@ -MD5 81255f57ffd51debd52b2aeb43a45f09 files/digest-epstool-3.02 64 +MD5 a230b28be722e7cbae39b23568d9470f epstool-3.02.ebuild 706 MD5 c69b5ce837e48552cef01d3012d86a8c ChangeLog 400 -MD5 3dea5890bc6bcc605fc396fe0be69ee8 epstool-3.02.ebuild 707 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 +MD5 81255f57ffd51debd52b2aeb43a45f09 files/digest-epstool-3.02 64 diff --git a/app-text/epstool/epstool-3.02.ebuild b/app-text/epstool/epstool-3.02.ebuild index 0f18367917ef..6fae4293284c 100644 --- a/app-text/epstool/epstool-3.02.ebuild +++ b/app-text/epstool/epstool-3.02.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.02.ebuild,v 1.1 2003/07/09 14:23:06 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.02.ebuild,v 1.2 2003/08/25 09:08:49 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/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="app-text/ghostscript" |