diff options
Diffstat (limited to 'media-gfx/qiv/qiv-1.7-r3.ebuild')
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-gfx/qiv/qiv-1.7-r3.ebuild b/media-gfx/qiv/qiv-1.7-r3.ebuild deleted file mode 100644 index 10aef7c8c637..000000000000 --- a/media-gfx/qiv/qiv-1.7-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.13 2005/07/28 21:10:58 chriswhite Exp $ - -DESCRIPTION="Quick Image Viewer" -SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz" -HOMEPAGE="http://www.klografx.net/qiv/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha sparc" -IUSE="" - -DEPEND="media-libs/libpng - >=media-libs/tiff-3.5.5 - >=media-libs/imlib-1.9.10 - virtual/x11" - -src_compile() { - make || die -} - -src_install () { - into /usr - dobin qiv - doman qiv.1 - dodoc README* -} |