summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-06-06 13:01:47 +0000
committerMarinus Schraal <foser@gentoo.org>2005-06-06 13:01:47 +0000
commit565d54613ce68541875b5236b777c5c311cc1d9c (patch)
tree0323ae09915ced592a472cc0d6752f0dc2ff1871 /media-gfx/eog/eog-2.6.1.ebuild
parentStable on x86, bug #87579. (diff)
downloadgentoo-2-565d54613ce68541875b5236b777c5c311cc1d9c.tar.gz
gentoo-2-565d54613ce68541875b5236b777c5c311cc1d9c.tar.bz2
gentoo-2-565d54613ce68541875b5236b777c5c311cc1d9c.zip
fix fix you know it's braincells i miss
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/eog/eog-2.6.1.ebuild')
-rw-r--r--media-gfx/eog/eog-2.6.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/eog/eog-2.6.1.ebuild b/media-gfx/eog/eog-2.6.1.ebuild
deleted file mode 100644
index 698f77c29814..000000000000
--- a/media-gfx/eog/eog-2.6.1.ebuild
+++ /dev/null
@@ -1,43 +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/eog/eog-2.6.1.ebuild,v 1.12 2005/01/01 14:52:58 weeve Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Eye Of Gnome, an image viewer"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="GPL-2"
-
-SLOT="1"
-IUSE="jpeg"
-KEYWORDS="x86 ppc alpha sparc hppa amd64 ~ia64 mips ppc64"
-
-RDEPEND=">=x11-libs/gtk+-2.4
- >=gnome-base/gconf-2.6
- dev-libs/popt
- >=gnome-base/gnome-vfs-2.6
- >=gnome-base/libgnomeui-2.6
- >=gnome-base/libgnomecanvas-2.6
- >=gnome-base/libbonobo-2.6
- >=gnome-base/libbonoboui-2.6
- >=gnome-base/libglade-2.3.6
- >=media-libs/libart_lgpl-2.3.16
- >=gnome-base/libgnomeprintui-2.6
- >=gnome-base/eel-2.6
- jpeg? ( >=media-libs/libexif-0.5.12
- media-libs/jpeg )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/intltool-0.29
- >=dev-util/pkgconfig-0.12.0"
-
-G2CONF="${G2CONF} $(use_with jpeg libjpeg) $(use_with jpeg libexif)"
-
-DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS HACKING DEPENDS THANKS TODO"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- has_version '>=media-libs/libexif-0.6' && epatch ${FILESDIR}/${P}-libexif-0.6.patch
-}