summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-07-27 12:01:03 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-07-27 12:01:03 +0000
commit07ffbd966c6e9e1487641309dfecd707098bc0dc (patch)
treee5dca907635e11b79f914d37265ac60862e09b33 /app-text/epstool/epstool-3.04.ebuild
parentStable on PowerPC. Arcade gaming integrated in MythTV (diff)
downloadgentoo-2-07ffbd966c6e9e1487641309dfecd707098bc0dc.tar.gz
gentoo-2-07ffbd966c6e9e1487641309dfecd707098bc0dc.tar.bz2
gentoo-2-07ffbd966c6e9e1487641309dfecd707098bc0dc.zip
Version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/epstool/epstool-3.04.ebuild')
-rw-r--r--app-text/epstool/epstool-3.04.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/epstool/epstool-3.04.ebuild b/app-text/epstool/epstool-3.04.ebuild
deleted file mode 100644
index c6c82d6a3fde..000000000000
--- a/app-text/epstool/epstool-3.04.ebuild
+++ /dev/null
@@ -1,22 +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.04.ebuild,v 1.8 2005/07/09 02:42:04 swegener 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"
-
-src_compile() {
- make epstool || die
-}
-
-src_install() {
- dobin bin/epstool
- doman doc/epstool.1
- dohtml doc/epstool.htm doc/gsview.css
-}