summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Alexandratos <jerry@gentoo.org>2001-07-22 06:24:33 +0000
committerJerry Alexandratos <jerry@gentoo.org>2001-07-22 06:24:33 +0000
commit251de7e8a743a4e8a61e3e84a74197aace73213c (patch)
treef28669a24e1c834d7c29e9b3d623f093c16ccb28 /media-gfx/qiv
parentMoved cd ${D}/usr/bin to the inside of the conditional tests. No need (diff)
downloadgentoo-2-251de7e8a743a4e8a61e3e84a74197aace73213c.tar.gz
gentoo-2-251de7e8a743a4e8a61e3e84a74197aace73213c.tar.bz2
gentoo-2-251de7e8a743a4e8a61e3e84a74197aace73213c.zip
Update to latest version (1.7) and removed older version.
Diffstat (limited to 'media-gfx/qiv')
-rw-r--r--media-gfx/qiv/files/digest-qiv-1.61
-rw-r--r--media-gfx/qiv/files/digest-qiv-1.71
-rw-r--r--media-gfx/qiv/qiv-1.6.ebuild30
-rw-r--r--media-gfx/qiv/qiv-1.7.ebuild26
4 files changed, 27 insertions, 31 deletions
diff --git a/media-gfx/qiv/files/digest-qiv-1.6 b/media-gfx/qiv/files/digest-qiv-1.6
deleted file mode 100644
index 453843271b7e..000000000000
--- a/media-gfx/qiv/files/digest-qiv-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2852d7f7f008a9fec58d63e50e30c736 qiv-1.6-src.tgz
diff --git a/media-gfx/qiv/files/digest-qiv-1.7 b/media-gfx/qiv/files/digest-qiv-1.7
new file mode 100644
index 000000000000..bd04346724d0
--- /dev/null
+++ b/media-gfx/qiv/files/digest-qiv-1.7
@@ -0,0 +1 @@
+MD5 f8b0f4edaf6b596bc9aab4be5f0faf4c qiv-1.7-src.tgz
diff --git a/media-gfx/qiv/qiv-1.6.ebuild b/media-gfx/qiv/qiv-1.6.ebuild
deleted file mode 100644
index 21a1038f3828..000000000000
--- a/media-gfx/qiv/qiv-1.6.ebuild
+++ /dev/null
@@ -1,30 +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.6.ebuild,v 1.6 2001/07/02 01:12:25 achim Exp $
-
-#P=
-S=${WORKDIR}/${P}
-DESCRIPTION="Quick Image Viewer"
-SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz"
-HOMEPAGE="http://www.klograft.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 () {
-
- dobin qiv
- doman qiv.1
- dodoc README*
-}
-
diff --git a/media-gfx/qiv/qiv-1.7.ebuild b/media-gfx/qiv/qiv-1.7.ebuild
new file mode 100644
index 000000000000..6cbde1abdaf1
--- /dev/null
+++ b/media-gfx/qiv/qiv-1.7.ebuild
@@ -0,0 +1,26 @@
+# 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.ebuild,v 1.1 2001/07/22 06:24:33 jerry 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 () {
+ dobin qiv
+ doman qiv.1
+ dodoc README*
+}