diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
commit | 3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch) | |
tree | 7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/iv | |
parent | added SLOT/KEYWORDS (diff) | |
download | gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2 gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip |
repoman'd
Diffstat (limited to 'media-gfx/iv')
-rw-r--r-- | media-gfx/iv/iv-0.1.9.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-gfx/iv/iv-0.1.9.ebuild b/media-gfx/iv/iv-0.1.9.ebuild index 2f10b59fb070..09f7f4be1900 100644 --- a/media-gfx/iv/iv-0.1.9.ebuild +++ b/media-gfx/iv/iv-0.1.9.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 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.3 2002/05/23 06:50:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9.ebuild,v 1.4 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="This is an image viewer" - SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/iv-0.1.9.tar.bz2" HOMEPAGE="http://wolfpack.twu.net" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=media-libs/imlib-1.9.13 - =x11-libs/gtk+-1.2*" + =x11-libs/gtk+-1.2*" RDEPEND="${DEPEND}" src_compile() { |