diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-05 16:30:45 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-05 16:30:45 +0000 |
commit | d372f47d50a898834f68a70ef755819b270b912b (patch) | |
tree | 7a321f4dc522e9b2fec949bddab4f348c9df122c /media-gfx | |
parent | masked new glibc (diff) | |
download | historical-d372f47d50a898834f68a70ef755819b270b912b.tar.gz historical-d372f47d50a898834f68a70ef755819b270b912b.tar.bz2 historical-d372f47d50a898834f68a70ef755819b270b912b.zip |
new version announced, not on ftp mirrors just yet.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eog/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/eog/eog-0.119.ebuild | 40 |
2 files changed, 46 insertions, 1 deletions
diff --git a/media-gfx/eog/ChangeLog b/media-gfx/eog/ChangeLog index 128736daa3e6..15b83847037f 100644 --- a/media-gfx/eog/ChangeLog +++ b/media-gfx/eog/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for media-gfx/eog # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.6 2002/05/23 19:15:18 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.7 2002/06/05 16:30:45 spider Exp $ +*eog-0.119 (05 Jun 2002) + 05 Jun 2002; Spider <spider@gentoo.org> eog-0.119.ebuild + new eog was announced, this is the ebuild, but the tarball isn't ready yet :) + gnome2 eclassed. untested yet + *eog-0.118.0 (23 May 2002) 23 May 2002; Spider <spider@gentoo.org> eog-0.118.0.ebuild: version bump diff --git a/media-gfx/eog/eog-0.119.ebuild b/media-gfx/eog/eog-0.119.ebuild new file mode 100644 index 000000000000..3cc110b2c0a8 --- /dev/null +++ b/media-gfx/eog/eog-0.119.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.119.ebuild,v 1.1 2002/06/05 16:30:45 spider Exp $ + + + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="the Eye Of Gnome - Image Viewer and Cataloger for Gnome2" +SRC_URI="ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" +SLOT="1" +LICENSE="GPL-2" + +RDEPEND=">=dev-libs/glib-2.0.0 + >=gnome-base/gconf-1.1.8 + >=x11-libs/gtk+-2.0.0 + >=dev-libs/libxml2-2.4.17 + >=gnome-base/gnome-vfs-1.9.10 + >=gnome-base/libgnomeui-1.112.1 + >=gnome-base/libbonoboui-1.112.1 + >=gnome-base/bonobo-activation-0.9.5 + >=gnome-base/libgnomecanvas-1.113.0 + >=gnome-base/libgnomeprint-1.111.0 + >=sys-libs/zlib-1.1.4 + >=media-libs/libpng-1.2.1" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.17" + + +LIBTOOL_FIX="1" +G2CONF="${G2CONF} --enable-platform-gnome-2" + +DOCS="AUTHORS ChangeLog COPYING README* INSTALL NEWS HACKING DEPENDS THANKS TODO" + +SCHEMAS="eog.schemas" + |