diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 07:55:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 07:55:04 +0000 |
commit | 88d9f62541a91149b4af4484845c66c428c89bc1 (patch) | |
tree | b654ffa95d3ddd1879cd70f31efb9740c32c58aa /media-gfx/qiv | |
parent | removed alphas from the tree, as the release was sitting in stable for a whil... (diff) | |
download | gentoo-2-88d9f62541a91149b4af4484845c66c428c89bc1.tar.gz gentoo-2-88d9f62541a91149b4af4484845c66c428c89bc1.tar.bz2 gentoo-2-88d9f62541a91149b4af4484845c66c428c89bc1.zip |
fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org>
Diffstat (limited to 'media-gfx/qiv')
-rw-r--r-- | media-gfx/qiv/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/qiv/qiv-1.9_pre10.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-gfx/qiv/ChangeLog b/media-gfx/qiv/ChangeLog index 2f916aaca039..239db2219258 100644 --- a/media-gfx/qiv/ChangeLog +++ b/media-gfx/qiv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qiv -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/ChangeLog,v 1.7 2004/01/03 13:44:28 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/ChangeLog,v 1.8 2004/03/17 07:55:04 seemant Exp $ + + 17 Mar 2004; Seemant Kulleen <seemant@gentoo.org> qiv-1.9_pre10.ebuild: + fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> *qiv-1.9 (03 Jan 2004) diff --git a/media-gfx/qiv/qiv-1.9_pre10.ebuild b/media-gfx/qiv/qiv-1.9_pre10.ebuild index 9e6c4d9bd972..10b369a6d85f 100644 --- a/media-gfx/qiv/qiv-1.9_pre10.ebuild +++ b/media-gfx/qiv/qiv-1.9_pre10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.9_pre10.ebuild,v 1.5 2004/02/28 07:22:18 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.9_pre10.ebuild,v 1.6 2004/03/17 07:55:04 seemant Exp $ -P="qiv-1.9-pre10" -S="${WORKDIR}/qiv-1.9" +MY_P=${P/_/-} +S=${WORKDIR}/${P%%_*} DESCRIPTION="Quick Image Viewer" -SRC_URI="http://www.klografx.net/qiv/devel/${P}.tgz" +SRC_URI="http://www.klografx.net/qiv/devel/${MY_P}.tgz" HOMEPAGE="http://www.klografx.net/qiv/" SLOT="0" |