diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 11:29:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 11:29:57 +0000 |
commit | e42c17174c269f55b63e1b27a17c22beb589a742 (patch) | |
tree | 28c674d8483a7021d7e3c3da4d8188e146b37c66 /media-gfx/iv | |
parent | touchups (diff) | |
download | gentoo-2-e42c17174c269f55b63e1b27a17c22beb589a742.tar.gz gentoo-2-e42c17174c269f55b63e1b27a17c22beb589a742.tar.bz2 gentoo-2-e42c17174c269f55b63e1b27a17c22beb589a742.zip |
touchups
Diffstat (limited to 'media-gfx/iv')
-rw-r--r-- | media-gfx/iv/iv-0.1.9-r1.ebuild | 11 | ||||
-rw-r--r-- | media-gfx/iv/iv-0.1.9.ebuild | 9 |
2 files changed, 9 insertions, 11 deletions
diff --git a/media-gfx/iv/iv-0.1.9-r1.ebuild b/media-gfx/iv/iv-0.1.9-r1.ebuild index 91ef3b44c923..eab06d9574e2 100644 --- a/media-gfx/iv/iv-0.1.9-r1.ebuild +++ b/media-gfx/iv/iv-0.1.9-r1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9-r1.ebuild,v 1.3 2003/02/13 12:36:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9-r1.ebuild,v 1.4 2003/04/24 11:29:57 vapier 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" +DESCRIPTION="a basic image viewer" +SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" +HOMEPAGE="http://wolfpack.twu.net/utilities.html" SLOT="0" LICENSE="GPL-2" @@ -25,7 +24,7 @@ src_compile() { emake || die } -src_install () { +src_install() { dobin iv/iv dodir /usr/share/icons insinto /usr/share/icons diff --git a/media-gfx/iv/iv-0.1.9.ebuild b/media-gfx/iv/iv-0.1.9.ebuild index f1a0d020a049..065b9d507181 100644 --- a/media-gfx/iv/iv-0.1.9.ebuild +++ b/media-gfx/iv/iv-0.1.9.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9.ebuild,v 1.7 2003/02/13 12:36:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9.ebuild,v 1.8 2003/04/24 11:29:57 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="This is an image viewer" +DESCRIPTION="a basic image viewer" SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/iv-0.1.9.tar.bz2" -HOMEPAGE="http://wolfpack.twu.net" +HOMEPAGE="http://wolfpack.twu.net/utilities.html" SLOT="0" LICENSE="GPL-2" @@ -19,7 +18,7 @@ src_compile() { emake || die } -src_install () { +src_install() { dobin iv/iv dodir /usr/share/icons insinto /usr/share/icons |