summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/feh/feh-1.1.0.ebuild')
-rw-r--r--media-gfx/feh/feh-1.1.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-gfx/feh/feh-1.1.0.ebuild b/media-gfx/feh/feh-1.1.0.ebuild
deleted file mode 100644
index ebbf6de72fa0..000000000000
--- a/media-gfx/feh/feh-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.1.0.ebuild,v 1.4 2002/07/11 06:30:27 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A fast, lightweight imageviewer using imlib2"
-SRC_URI="http://www.linuxbrit.co.uk/downloads/feh-${PV}.tar.gz"
-HOMEPAGE="http://www.linuxbrit.co.uk/feh"
-
-DEPEND="media-libs/imlib2"
-
-
-src_compile() {
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --host=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- docsdir=${D}/usr/share/doc/${PF} \
- install || die
-
- # gzip the docs
- gzip ${D}/usr/share/doc/${PF}/*
-}
-