summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pqiv/pqiv-0.5.ebuild')
-rw-r--r--media-gfx/pqiv/pqiv-0.5.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/pqiv/pqiv-0.5.ebuild b/media-gfx/pqiv/pqiv-0.5.ebuild
deleted file mode 100644
index fd4c84e7efb2..000000000000
--- a/media-gfx/pqiv/pqiv-0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.5.ebuild,v 1.1 2007/09/15 06:47:58 drac Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Modern rewrite of Quick Image Viewer"
-HOMEPAGE="http://www.pberndt.com/Programme/Linux/pqiv"
-SRC_URI="http://www.pberndt.com/raw/Programme/Linux/${PN}/_download/${P}.tbz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.8"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- sed -i -e "s:glib:glib-2.0:" "${S}"/Makefile
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake pqiv failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc README
-}