summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/epstool/epstool-3.06.ebuild')
-rw-r--r--app-text/epstool/epstool-3.06.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild
deleted file mode 100644
index a3d0ac020381..000000000000
--- a/app-text/epstool/epstool-3.06.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.7 2005/12/12 08:39:52 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/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-DEPEND="virtual/ghostscript
- !=app-text/gsview-4.6"
-
-src_compile() {
- make epstool || die
-}
-
-src_install() {
- dobin bin/epstool
- doman doc/epstool.1
- dohtml doc/epstool.htm doc/gsview.css
-}