summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2007-06-26 19:07:26 +0000
committerLars Weiler <pylon@gentoo.org>2007-06-26 19:07:26 +0000
commit89db320598939311ba129511a07b9b2f9eb7453c (patch)
tree79f58ccbb7cb4106e1d2bcd8b667da726a67b303 /app-text/gsview
parentStable on ppc; bug #182403. (diff)
downloadgentoo-2-89db320598939311ba129511a07b9b2f9eb7453c.tar.gz
gentoo-2-89db320598939311ba129511a07b9b2f9eb7453c.tar.bz2
gentoo-2-89db320598939311ba129511a07b9b2f9eb7453c.zip
Removing old files as requested in bug #182403.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-text/gsview')
-rw-r--r--app-text/gsview/ChangeLog5
-rw-r--r--app-text/gsview/files/digest-gsview-4.63
-rw-r--r--app-text/gsview/gsview-4.6.ebuild49
3 files changed, 4 insertions, 53 deletions
diff --git a/app-text/gsview/ChangeLog b/app-text/gsview/ChangeLog
index daabf70c19de..70b02f23d79f 100644
--- a/app-text/gsview/ChangeLog
+++ b/app-text/gsview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/gsview
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.27 2007/06/26 19:05:32 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.28 2007/06/26 19:07:26 pylon Exp $
+
+ 26 Jun 2007; Lars Weiler <pylon@gentoo.org> -gsview-4.6.ebuild:
+ Removing old files as requested in bug #182403.
26 Jun 2007; Lars Weiler <pylon@gentoo.org> gsview-4.8.ebuild:
Stable on ppc; bug #182403.
diff --git a/app-text/gsview/files/digest-gsview-4.6 b/app-text/gsview/files/digest-gsview-4.6
deleted file mode 100644
index c1b3a418ca4c..000000000000
--- a/app-text/gsview/files/digest-gsview-4.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6fc65d4b2acff0eb3a5cfb893662ab78 gsv46src.zip 1479984
-RMD160 05cba3c860cb38e0588d0bb2e949b15cd86b4e22 gsv46src.zip 1479984
-SHA256 dc4d48aa2d9541f18411510f1b48a390d7d0ef99ca737261d4f6c98ded4d66a6 gsv46src.zip 1479984
diff --git a/app-text/gsview/gsview-4.6.ebuild b/app-text/gsview/gsview-4.6.ebuild
deleted file mode 100644
index a2d8d8240cb7..000000000000
--- a/app-text/gsview/gsview-4.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.6.ebuild,v 1.12 2006/10/15 09:07:57 genstef Exp $
-
-MY_PV="${PV/.}"
-DESCRIPTION="gsView PostScript and PDF viewer"
-SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv${MY_PV}src.zip"
-HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/"
-
-IUSE="doc"
-SLOT="0"
-LICENSE="Aladdin"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="=x11-libs/gtk+-1.2*
- virtual/ghostscript"
-DEPEND="app-arch/unzip
- !app-text/epstool
- =x11-libs/gtk+-1.2*"
-
-src_compile() {
- ## copy Unix makefile
- ln -s srcunx/unx.mak Makefile
-
- ## respect CFLAGS
- sed -i -e "s:^CFLAGS=-O :CFLAGS=${CFLAGS} :g" Makefile
-
- ## run Makefile
- make || die "Error compiling files."
-}
-
-src_install() {
- dobin bin/gsview bin/epstool
-
- insinto /usr/share/applications
- newins srcunx/gvxhelp.txt gview
-
- doman srcunx/gsview.1
-
- dodoc gsview.css cdorder.txt regorder.txt LICENCE
-
- if use doc
- then
- dohtml *.htm bin/*.htm
- fi
-
- insinto /etc/gsview
- doins src/printer.ini
-}