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/qiv | |
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/qiv')
-rw-r--r-- | media-gfx/qiv/files/digest-qiv-1.7-r2 | 1 | ||||
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r2.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r3.ebuild | 7 |
3 files changed, 5 insertions, 29 deletions
diff --git a/media-gfx/qiv/files/digest-qiv-1.7-r2 b/media-gfx/qiv/files/digest-qiv-1.7-r2 deleted file mode 100644 index f46d6b6c1ddb..000000000000 --- a/media-gfx/qiv/files/digest-qiv-1.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8b0f4edaf6b596bc9aab4be5f0faf4c qiv-1.7-src.tgz 88107 diff --git a/media-gfx/qiv/qiv-1.7-r2.ebuild b/media-gfx/qiv/qiv-1.7-r2.ebuild deleted file mode 100644 index 3d47338f7389..000000000000 --- a/media-gfx/qiv/qiv-1.7-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r2.ebuild,v 1.2 2002/07/11 06:30:27 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Quick Image Viewer" -SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz" -HOMEPAGE="http://www.klografx.net/qiv" - -DEPEND="virtual/glibc - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.7 - >=media-libs/imlib-1.9.10 - virtual/x11" - - -src_compile() { - make || die -} - -src_install () { - into /usr - dobin qiv - doman qiv.1 - dodoc README* -} diff --git a/media-gfx/qiv/qiv-1.7-r3.ebuild b/media-gfx/qiv/qiv-1.7-r3.ebuild index 5faf3e0cca9d..63cf640f00da 100644 --- a/media-gfx/qiv/qiv-1.7-r3.ebuild +++ b/media-gfx/qiv/qiv-1.7-r3.ebuild @@ -1,18 +1,21 @@ # 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/qiv/qiv-1.7-r3.ebuild,v 1.2 2002/07/11 06:30:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.3 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Quick Image Viewer" SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz" HOMEPAGE="http://www.klografx.net/qiv" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="media-libs/libpng >=media-libs/tiff-3.5.5 >=media-libs/imlib-1.9.10 virtual/x11" - src_compile() { make || die } |