diff options
author | George Shapovalov <george@gentoo.org> | 2002-05-17 04:44:13 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-05-17 04:44:13 +0000 |
commit | aed7e7cf7afe2960e710069494f593518914e55b (patch) | |
tree | b89ba1bd14c309f35a128ab07243e5abc9111a14 /media-gfx/iv | |
parent | Fixed broken diff file. This diff file was not updated for (diff) | |
download | gentoo-2-aed7e7cf7afe2960e710069494f593518914e55b.tar.gz gentoo-2-aed7e7cf7afe2960e710069494f593518914e55b.tar.bz2 gentoo-2-aed7e7cf7afe2960e710069494f593518914e55b.zip |
updated DEPEND entry
Diffstat (limited to 'media-gfx/iv')
-rw-r--r-- | media-gfx/iv/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/iv/iv-0.1.9.ebuild | 21 |
2 files changed, 15 insertions, 12 deletions
diff --git a/media-gfx/iv/ChangeLog b/media-gfx/iv/ChangeLog index 5f193a7b9a8f..43c830894173 100644 --- a/media-gfx/iv/ChangeLog +++ b/media-gfx/iv/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for media-gfx/iv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # Maintainer: George Shapovalov <george@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.1 2002/05/16 04:46:37 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.2 2002/05/17 04:44:13 george Exp $ + 16 May 2002; George Shapovalov <george@gentoo.org> iv-0.1.9.ebuild : + + updated DEPEND entry per Pedro Fiol's clarification + *iv-0.1.9 (15 May 2002) 15 May 2002; George Shapovalov <george@gentoo.org> iv-0.1.9.ebuild,Changelog,files/digest-iv-0.1.9 : diff --git a/media-gfx/iv/iv-0.1.9.ebuild b/media-gfx/iv/iv-0.1.9.ebuild index 0907c9314a98..ce4f1ad33b3b 100644 --- a/media-gfx/iv/iv-0.1.9.ebuild +++ b/media-gfx/iv/iv-0.1.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Pedro Fiol <fiocolpe@softhome.net> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9.ebuild,v 1.1 2002/05/16 04:46:37 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9.ebuild,v 1.2 2002/05/17 04:44:13 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="This is an image viewer" @@ -10,20 +10,19 @@ SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/iv-0.1.9.tar.bz2" HOMEPAGE="http://wolfpack.twu.net" LICENSE="GPL-2" DEPEND=">=media-libs/imlib-1.9.13 - media-libs/libpng" + >=x11-libs/gtk+-1.2.10" RDEPEND="${DEPEND}" src_compile() { - cd iv - emake || die + cd iv + emake || die } src_install () { - dobin iv/iv - dodir /usr/share/icons - insinto /usr/share/icons - doins iv/images/iv.xpm - doman iv/iv.1 - dodoc LICENSE README + dobin iv/iv + dodir /usr/share/icons + insinto /usr/share/icons + doins iv/images/iv.xpm + doman iv/iv.1 + dodoc LICENSE README } - |