Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/qvv: qvv-4.02.ebuild ChangeLog qvv-4.01.ebuild
Date: Wed, 06 Oct 2010 22:03:18
Message-Id: 20101006213142.25BBB20051@flycatcher.gentoo.org
1 chiiph 10/10/06 21:31:42
2
3 Modified: ChangeLog
4 Added: qvv-4.02.ebuild
5 Removed: qvv-4.01.ebuild
6 Log:
7 Version bump, port to qt4-r2 eclass, and remove old version
8
9 (Portage version: 2.2_rc88/cvs/Linux i686)
10
11 Revision Changes Path
12 1.2 media-gfx/qvv/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qvv/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qvv/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qvv/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/qvv/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 3 Nov 2009 16:09:57 -0000 1.1
25 +++ ChangeLog 6 Oct 2010 21:31:42 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/qvv
28 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/ChangeLog,v 1.1 2009/11/03 16:09:57 ssuominen Exp $
30 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/ChangeLog,v 1.2 2010/10/06 21:31:42 chiiph Exp $
32 +
33 +*qvv-4.02 (06 Oct 2010)
34 +
35 + 06 Oct 2010; Tomas Touceda <chiiph@g.o> -qvv-4.01.ebuild,
36 + +qvv-4.02.ebuild:
37 + Version bump, port to qt4-r2 eclass, and remove old version
38
39 *qvv-4.01 (03 Nov 2009)
40
41
42
43
44 1.1 media-gfx/qvv/qvv-4.02.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qvv/qvv-4.02.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qvv/qvv-4.02.ebuild?rev=1.1&content-type=text/plain
48
49 Index: qvv-4.02.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-gfx/qvv/qvv-4.02.ebuild,v 1.1 2010/10/06 21:31:42 chiiph Exp $
54
55 EAPI=2
56 inherit eutils qt4-r2
57
58 DESCRIPTION="QVV Image Viewer and Browser"
59 HOMEPAGE="http://cade.datamax.bg/qvv/"
60 SRC_URI="http://cade.datamax.bg/qvv/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="x11-libs/qt-gui:4"
68 RDEPEND="${DEPEND}"
69
70 src_configure() {
71 eqmake4
72 }
73
74 src_install() {
75 dobin qvv || die "dobin failed"
76 doicon images/qvv_icon_128x128.png || die "doicon failed"
77 make_desktop_entry qvv QVV qvv_icon_128x128
78 dodoc ANFSCD GPG_README HISTORY README todo.txt || die "dodoc failed"
79 }