summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-07-09 14:23:14 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-07-09 14:23:14 +0000
commit705c930a21e6d1b85124444d3268f7d3d987895c (patch)
tree77131f189f569cab9ec2432c7225fb1575b2fa13 /app-text
parentInitial import. (diff)
downloadgentoo-2-705c930a21e6d1b85124444d3268f7d3d987895c.tar.gz
gentoo-2-705c930a21e6d1b85124444d3268f7d3d987895c.tar.bz2
gentoo-2-705c930a21e6d1b85124444d3268f7d3d987895c.zip
Initial import.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/epstool/ChangeLog7
-rw-r--r--app-text/epstool/Manifest4
-rw-r--r--app-text/epstool/epstool-3.02.ebuild23
-rw-r--r--app-text/epstool/files/digest-epstool-3.021
-rw-r--r--app-text/epstool/metadata.xml8
5 files changed, 42 insertions, 1 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog
new file mode 100644
index 000000000000..e720a8bf7ac7
--- /dev/null
+++ b/app-text/epstool/ChangeLog
@@ -0,0 +1,7 @@
+# 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.1 2003/07/09 14:23:06 phosphan Exp $
+
+ 09 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> :
+ Initial import.
+
diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest
index 2b97a10b70b0..cbf0ac4ece58 100644
--- a/app-text/epstool/Manifest
+++ b/app-text/epstool/Manifest
@@ -1,2 +1,4 @@
-MD5 f227b1317c99cfdccc3b7aada31b7813 epstool-3.02.ebuild 605
+MD5 3dea5890bc6bcc605fc396fe0be69ee8 epstool-3.02.ebuild 707
+MD5 4ee6d8b212c23c1250dbd4cd32b6ec35 ChangeLog 290
+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
new file mode 100644
index 000000000000..0f18367917ef
--- /dev/null
+++ b/app-text/epstool/epstool-3.02.ebuild
@@ -0,0 +1,23 @@
+# 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 $
+
+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"
+IUSE=""
+DEPEND="app-text/ghostscript"
+
+src_compile() {
+ make epstool || die
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe epstool
+ doman doc/epstool.1
+ dohtml doc/epstool.htm doc/gsview.css
+}
diff --git a/app-text/epstool/files/digest-epstool-3.02 b/app-text/epstool/files/digest-epstool-3.02
new file mode 100644
index 000000000000..36fe7370d1b3
--- /dev/null
+++ b/app-text/epstool/files/digest-epstool-3.02
@@ -0,0 +1 @@
+MD5 3d73d2a75ea3246519dd90c6f577fe7a epstool-3.02.tar.gz 329701
diff --git a/app-text/epstool/metadata.xml b/app-text/epstool/metadata.xml
new file mode 100644
index 000000000000..bce3a70882f8
--- /dev/null
+++ b/app-text/epstool/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>phosphan@gentoo.org</email>
+</maintainer>
+</pkgmetadata>