diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:44:15 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:44:15 +0000 |
commit | 19bb5c5a36e65aac8b0a087d66960831b2197687 (patch) | |
tree | b9305c1704c9fb6426c563d24679e2629dbc197f /app-text/epstool | |
parent | virtual/ghotscript (diff) | |
download | gentoo-2-19bb5c5a36e65aac8b0a087d66960831b2197687.tar.gz gentoo-2-19bb5c5a36e65aac8b0a087d66960831b2197687.tar.bz2 gentoo-2-19bb5c5a36e65aac8b0a087d66960831b2197687.zip |
virtual/ghostscript
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 4 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.02.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 202a5451eb94..167484ee9578 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/epstool # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.2 2003/07/11 20:35:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.3 2003/12/09 17:42:12 lanius Exp $ + + 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> epstool-3.02.ebuild: + changed app-text/ghostscript to virtual/ghostscript *epstool-3.02 (09 Jul 2003) diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index ccca0259d949..75df5e005607 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,4 +1,4 @@ -MD5 a230b28be722e7cbae39b23568d9470f epstool-3.02.ebuild 706 -MD5 c69b5ce837e48552cef01d3012d86a8c ChangeLog 400 +MD5 652b9e28362e750714936c484227d932 epstool-3.02.ebuild 703 +MD5 8fc336cd5d1afc712794bf2dfa91ea9a ChangeLog 529 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 6fae4293284c..240d3553cd77 100644 --- a/app-text/epstool/epstool-3.02.ebuild +++ b/app-text/epstool/epstool-3.02.ebuild @@ -1,6 +1,6 @@ # 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.2 2003/08/25 09:08:49 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.02.ebuild,v 1.3 2003/12/09 17:42:12 lanius 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" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="app-text/ghostscript" +DEPEND="virtual/ghostscript" src_compile() { make epstool || die |