summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/gv/gv-3.6.1-r3.ebuild')
-rw-r--r--app-text/gv/gv-3.6.1-r3.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/app-text/gv/gv-3.6.1-r3.ebuild b/app-text/gv/gv-3.6.1-r3.ebuild
deleted file mode 100644
index f8b0622db132..000000000000
--- a/app-text/gv/gv-3.6.1-r3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.1-r3.ebuild,v 1.3 2007/02/11 10:07:47 grobian Exp $
-
-inherit eutils
-
-DESCRIPTION="gv is used to view PostScript and PDF documents using Ghostscript"
-HOMEPAGE="http://www.gnu.org/software/gv/"
-SRC_URI="ftp://ftp.gnu.org/gnu/gv/${P}.tar.gz
- mirror://debian/pool/main/g/gv/gv_3.6.1-13.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="|| ( (
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
- ) virtual/x11
- )
- x11-libs/Xaw3d
- virtual/ghostscript"
-
-DEPEND="${RDEPEND}
- || (
- x11-libs/libXt
- virtual/x11
- )"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-landscape.patch
- epatch "${FILESDIR}"/${P}-setenv.patch
- epatch "${FILESDIR}"/${P}-a0.patch
- epatch "${WORKDIR}"/gv_3.6.1-13.diff
- epatch ${P}/debian/patches/*.dpatch
-}
-
-src_compile() {
- econf --enable-scrollbar-code || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL README TODO
-}