diff options
Diffstat (limited to 'media-gfx/eog/eog-0.3.ebuild')
-rw-r--r-- | media-gfx/eog/eog-0.3.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/media-gfx/eog/eog-0.3.ebuild b/media-gfx/eog/eog-0.3.ebuild deleted file mode 100644 index ca55d8fee6c0..000000000000 --- a/media-gfx/eog/eog-0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.3.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ - -P=eog-0.3 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Eye of GNOME" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/"${A} -HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets --without-bonobo - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS - -} - - - - - |