diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-14 12:30:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-14 12:30:12 +0000 |
commit | 55f7e02effa0e330dba940ab6be9a49fb83b0c3c (patch) | |
tree | 5d988b37539b99a27910f26ecc4db17fbeabfe76 /media-gfx/eog | |
parent | *** empty log message *** (diff) | |
download | historical-55f7e02effa0e330dba940ab6be9a49fb83b0c3c.tar.gz historical-55f7e02effa0e330dba940ab6be9a49fb83b0c3c.tar.bz2 historical-55f7e02effa0e330dba940ab6be9a49fb83b0c3c.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx/eog')
-rw-r--r-- | media-gfx/eog/eog-0.3.ebuild | 30 | ||||
-rw-r--r-- | media-gfx/eog/eog-0.5.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/eog/files/digest-eog-0.3 | 1 |
3 files changed, 2 insertions, 33 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 - -} - - - - - diff --git a/media-gfx/eog/eog-0.5.ebuild b/media-gfx/eog/eog-0.5.ebuild index aa60959d06e2..1fc55bcaa555 100644 --- a/media-gfx/eog/eog-0.5.ebuild +++ b/media-gfx/eog/eog-0.5.ebuild @@ -1,7 +1,7 @@ # 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.5.ebuild,v 1.2 2000/09/15 20:08:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.5.ebuild,v 1.3 2000/10/14 12:30:11 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets --without-bonobo + --with-catgets --with-bonobo try make } diff --git a/media-gfx/eog/files/digest-eog-0.3 b/media-gfx/eog/files/digest-eog-0.3 deleted file mode 100644 index 9f0d775b0923..000000000000 --- a/media-gfx/eog/files/digest-eog-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 78a814a9f7b2de19b6eb0b44ad5ff9ff eog-0.3.tar.gz |