summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-09 20:54:33 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-09 20:54:33 +0000
commitb4a8e2cecd18c6e11e87f419a7e2742d555db60c (patch)
tree0f8988dfd952ed897a842ddfe0e218c9bcf79ba6 /app-text/gsview
parentfix manifests (diff)
downloadgentoo-2-b4a8e2cecd18c6e11e87f419a7e2742d555db60c.tar.gz
gentoo-2-b4a8e2cecd18c6e11e87f419a7e2742d555db60c.tar.bz2
gentoo-2-b4a8e2cecd18c6e11e87f419a7e2742d555db60c.zip
initial import
Diffstat (limited to 'app-text/gsview')
-rw-r--r--app-text/gsview/ChangeLog7
-rw-r--r--app-text/gsview/Manifest2
-rw-r--r--app-text/gsview/files/digest-gsview-4.51
-rw-r--r--app-text/gsview/gsview-4.5.ebuild37
-rw-r--r--app-text/gsview/metadata.xml5
5 files changed, 52 insertions, 0 deletions
diff --git a/app-text/gsview/ChangeLog b/app-text/gsview/ChangeLog
new file mode 100644
index 000000000000..bcc4abfe57c0
--- /dev/null
+++ b/app-text/gsview/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-text/gsview
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.1 2003/12/09 20:54:33 lanius Exp $
+
+ 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> gsview-4.5.ebuild:
+ initial ebuild, bug #33142, submitted by Craig Bradney <cbradney@zip.com.au>
+
diff --git a/app-text/gsview/Manifest b/app-text/gsview/Manifest
new file mode 100644
index 000000000000..46132c7171af
--- /dev/null
+++ b/app-text/gsview/Manifest
@@ -0,0 +1,2 @@
+MD5 863700a130b7f6592a1e9dcd84e5035f gsview-4.5.ebuild 802
+MD5 0b2550f8e3ba26036407ffaa0ff893cb files/digest-gsview-4.5 58
diff --git a/app-text/gsview/files/digest-gsview-4.5 b/app-text/gsview/files/digest-gsview-4.5
new file mode 100644
index 000000000000..fe1f98293b0f
--- /dev/null
+++ b/app-text/gsview/files/digest-gsview-4.5
@@ -0,0 +1 @@
+MD5 a2c417178a94be757fd9436a7d3720f9 gsv45src.zip 1470439
diff --git a/app-text/gsview/gsview-4.5.ebuild b/app-text/gsview/gsview-4.5.ebuild
new file mode 100644
index 000000000000..e53f7ebaa2aa
--- /dev/null
+++ b/app-text/gsview/gsview-4.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.5.ebuild,v 1.1 2003/12/09 20:54:33 lanius Exp $
+
+DESCRIPTION="gsView PostScript and PDF viewer"
+SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv45src.zip"
+HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/"
+
+SLOT="0"
+LICENSE="Aladdin"
+KEYWORDS="~x86"
+
+RDEPEND=">=x11-libs/gtk+-1.2
+ app-text/ghostscript-afpl"
+
+src_compile() {
+ ## copy Unix makefile
+ ln -s srcunx/unx.mak Makefile
+
+ ## run Makefile
+ make || die "Error compiling files."
+}
+
+src_install() {
+ dobin bin/gsview bin/esptool
+
+ insinto /usr/share/applications
+ newins srcunx/gvhelp.txt gview
+
+ doman srcunx/gsview.1
+
+ dodoc gsview.css cdorder.txt regorder.txt Readme.txt LICENCE
+ dohtml *.htm bin/*.htm
+
+ insinto /etc/gsview
+ doins src/printer.ini
+}
diff --git a/app-text/gsview/metadata.xml b/app-text/gsview/metadata.xml
new file mode 100644
index 000000000000..1fa0ca569505
--- /dev/null
+++ b/app-text/gsview/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>printing</herd>
+</pkgmetadata>