diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-27 19:46:03 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-27 19:46:03 +0000 |
commit | 181a76888dc22e5c280e240c4896563d6e417551 (patch) | |
tree | da700f4c7e87e71186517bc26b84f437ef6090fa /media-gfx/showimg/showimg-0.7-r1.ebuild | |
parent | update (diff) | |
download | historical-181a76888dc22e5c280e240c4896563d6e417551.tar.gz historical-181a76888dc22e5c280e240c4896563d6e417551.tar.bz2 historical-181a76888dc22e5c280e240c4896563d6e417551.zip |
New revision that adds a gcc3 patch and the missing kdebase dep. This fixes bug #4094.
Diffstat (limited to 'media-gfx/showimg/showimg-0.7-r1.ebuild')
-rw-r--r-- | media-gfx/showimg/showimg-0.7-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-gfx/showimg/showimg-0.7-r1.ebuild b/media-gfx/showimg/showimg-0.7-r1.ebuild new file mode 100644 index 000000000000..982ec55e5bfc --- /dev/null +++ b/media-gfx/showimg/showimg-0.7-r1.ebuild @@ -0,0 +1,17 @@ +# 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/showimg/showimg-0.7-r1.ebuild,v 1.1 2002/07/27 19:46:03 danarmak Exp $ +inherit kde-base + +need-kde 2.2 + +S=${WORKDIR}/${P} +DESCRIPTION="ShowImg is a feature-rich image viewer for KDE" +SRC_URI="http://www.jalix.org/projects/showimg/download/${PVR}/${P}.tar.bz2" +HOMEPAGE="http://www.jalix.org/projects/showimg/" +newdepend "=kde-base/kdebase-2.2*" + +PATCHES="${FILESDIR}/${P}-gcc3.diff" + +LICENSE="GPL-2" +KEYWORDS="x86" |