diff options
author | 2010-10-06 21:31:42 +0000 | |
---|---|---|
committer | 2010-10-06 21:31:42 +0000 | |
commit | cf2a70c8ec6feb83dcbbd0eea76d42ad1c62fded (patch) | |
tree | 8a534d911ad99983ee19934029c980ec5da107bd /media-gfx/qvv | |
parent | EAPI3, cleanup, remove block (added entry in profiles/updates), remove old (diff) | |
download | gentoo-2-cf2a70c8ec6feb83dcbbd0eea76d42ad1c62fded.tar.gz gentoo-2-cf2a70c8ec6feb83dcbbd0eea76d42ad1c62fded.tar.bz2 gentoo-2-cf2a70c8ec6feb83dcbbd0eea76d42ad1c62fded.zip |
Version bump, port to qt4-r2 eclass, and remove old version
(Portage version: 2.2_rc88/cvs/Linux i686)
Diffstat (limited to 'media-gfx/qvv')
-rw-r--r-- | media-gfx/qvv/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/qvv/qvv-4.02.ebuild (renamed from media-gfx/qvv/qvv-4.01.ebuild) | 13 |
2 files changed, 15 insertions, 8 deletions
diff --git a/media-gfx/qvv/ChangeLog b/media-gfx/qvv/ChangeLog index 39b92bcbebb7..61594b09d924 100644 --- a/media-gfx/qvv/ChangeLog +++ b/media-gfx/qvv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/qvv -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/ChangeLog,v 1.1 2009/11/03 16:09:57 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/ChangeLog,v 1.2 2010/10/06 21:31:42 chiiph Exp $ + +*qvv-4.02 (06 Oct 2010) + + 06 Oct 2010; Tomas Touceda <chiiph@gentoo.org> -qvv-4.01.ebuild, + +qvv-4.02.ebuild: + Version bump, port to qt4-r2 eclass, and remove old version *qvv-4.01 (03 Nov 2009) diff --git a/media-gfx/qvv/qvv-4.01.ebuild b/media-gfx/qvv/qvv-4.02.ebuild index c734f66dff04..2fd9cc6330f1 100644 --- a/media-gfx/qvv/qvv-4.01.ebuild +++ b/media-gfx/qvv/qvv-4.02.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/qvv-4.01.ebuild,v 1.1 2009/11/03 16:09:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/qvv-4.02.ebuild,v 1.1 2010/10/06 21:31:42 chiiph Exp $ EAPI=2 -inherit eutils qt4 +inherit eutils qt4-r2 DESCRIPTION="QVV Image Viewer and Browser" HOMEPAGE="http://cade.datamax.bg/qvv/" @@ -15,14 +15,15 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/qt-gui:4" +RDEPEND="${DEPEND}" src_configure() { eqmake4 } src_install() { - dobin qvv || die - doicon images/qvv_icon_128x128.png + dobin qvv || die "dobin failed" + doicon images/qvv_icon_128x128.png || die "doicon failed" make_desktop_entry qvv QVV qvv_icon_128x128 - dodoc ANFSCD GPG_README HISTORY README todo.txt + dodoc ANFSCD GPG_README HISTORY README todo.txt || die "dodoc failed" } |