summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-12-08 14:45:49 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-12-08 14:45:49 +0000
commit02b0187fec383a6774de0ed102da80d7a8918dc6 (patch)
tree9d46ab607058fb10b2da8ccf45d6863277f2fc06 /app-text/epstool/epstool-3.06.ebuild
parentdev-lang/perl also belongs in DEPEND. (diff)
downloadhistorical-02b0187fec383a6774de0ed102da80d7a8918dc6.tar.gz
historical-02b0187fec383a6774de0ed102da80d7a8918dc6.tar.bz2
historical-02b0187fec383a6774de0ed102da80d7a8918dc6.zip
Version bump.
Diffstat (limited to 'app-text/epstool/epstool-3.06.ebuild')
-rw-r--r--app-text/epstool/epstool-3.06.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild
new file mode 100644
index 000000000000..c4589c74fb1e
--- /dev/null
+++ b/app-text/epstool/epstool-3.06.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 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.1 2004/12/08 14:45: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 ~ppc ~amd64"
+IUSE=""
+DEPEND="virtual/ghostscript"
+
+src_compile() {
+ make epstool || die
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe bin/epstool
+ doman doc/epstool.1
+ dohtml doc/epstool.htm doc/gsview.css
+}