diff options
author | 2001-12-06 22:37:47 +0000 | |
---|---|---|
committer | 2001-12-06 22:37:47 +0000 | |
commit | f03a1ea231dac833c513f4a96d67d0bd37fb041c (patch) | |
tree | 21031decb494573a3c6908786f35b7660163d3fb /media-gfx/qiv | |
parent | fixes (diff) | |
download | historical-f03a1ea231dac833c513f4a96d67d0bd37fb041c.tar.gz historical-f03a1ea231dac833c513f4a96d67d0bd37fb041c.tar.bz2 historical-f03a1ea231dac833c513f4a96d67d0bd37fb041c.zip |
Clean-up and revise to use new syntax and standards...
Diffstat (limited to 'media-gfx/qiv')
-rw-r--r-- | media-gfx/qiv/files/digest-qiv-1.7-r1 | 1 | ||||
-rw-r--r-- | media-gfx/qiv/files/digest-qiv-1.7-r2 | 1 | ||||
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r1.ebuild | 27 | ||||
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r2.ebuild | 27 |
4 files changed, 28 insertions, 28 deletions
diff --git a/media-gfx/qiv/files/digest-qiv-1.7-r1 b/media-gfx/qiv/files/digest-qiv-1.7-r1 deleted file mode 100644 index 73a4b8aec533..000000000000 --- a/media-gfx/qiv/files/digest-qiv-1.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8b0f4edaf6b596bc9aab4be5f0faf4c qiv-1.7-src.tgz 90112 diff --git a/media-gfx/qiv/files/digest-qiv-1.7-r2 b/media-gfx/qiv/files/digest-qiv-1.7-r2 new file mode 100644 index 000000000000..6087da9d2a9e --- /dev/null +++ b/media-gfx/qiv/files/digest-qiv-1.7-r2 @@ -0,0 +1 @@ +MD5 f8b0f4edaf6b596bc9aab4be5f0faf4c qiv-1.7-src.tgz 94208 diff --git a/media-gfx/qiv/qiv-1.7-r1.ebuild b/media-gfx/qiv/qiv-1.7-r1.ebuild deleted file mode 100644 index ee10e1be6e8e..000000000000 --- a/media-gfx/qiv/qiv-1.7-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Thread <thread@threadbox.net> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ - -A=${P}-src.tgz -S=${WORKDIR}/${P} -DESCRIPTION="Quick Image Viewer" -SRC_URI="http://www.klografx.net/qiv/download/${A}" -HOMEPAGE="http://www.klografx.net/qiv" - -DEPEND="virtual/glibc sys-devel/gcc - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.7 - >=media-libs/imlib-1.9.10 - virtual/x11" - -src_compile(){ - try make -} - -src_install () { - into /usr - dobin qiv - doman qiv.1 - dodoc README* -} diff --git a/media-gfx/qiv/qiv-1.7-r2.ebuild b/media-gfx/qiv/qiv-1.7-r2.ebuild new file mode 100644 index 000000000000..fc3fa77c148f --- /dev/null +++ b/media-gfx/qiv/qiv-1.7-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Thread <thread@threadbox.net> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r2.ebuild,v 1.1 2001/12/06 22:37:47 jerrya 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* +} |