Gentoo Archives: gentoo-commits

From: "Matthew Marlow (mattm)" <mattm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/cutycapt: ChangeLog cutycapt-0_p20110502-r1.ebuild
Date: Tue, 03 May 2011 06:47:33
Message-Id: 20110503064720.7F5DE20054@flycatcher.gentoo.org
1 mattm 11/05/03 06:47:20
2
3 Modified: ChangeLog
4 Added: cutycapt-0_p20110502-r1.ebuild
5 Log:
6 Added build time dependency on x11-libs/qt-svg.
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-gfx/cutycapt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cutycapt/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cutycapt/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cutycapt/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 May 2011 04:11:10 -0000 1.1
24 +++ ChangeLog 3 May 2011 06:47:20 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/cutycapt
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.1 2011/05/03 04:11:10 mattm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.2 2011/05/03 06:47:20 mattm Exp $
30 +
31 +*cutycapt-0_p20110502-r1 (03 May 2011)
32 +
33 + 03 May 2011; <matt@g.o> +cutycapt-0_p20110502-r1.ebuild:
34 + Found a compilation dependency on x11-libs/qt-svg
35
36 *cutycapt-0_p20110502 (03 May 2011)
37
38
39
40
41 1.1 media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cutycapt-0_p20110502-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild,v 1.1 2011/05/03 06:47:20 mattm Exp $
51
52 EAPI=4
53 inherit eutils qt4-r2
54
55 DESCRIPTION="Qt WebKit Web Page Rendering Capture Utility"
56 HOMEPAGE="http://cutycapt.sourceforge.net/"
57 SRC_URI="http://dev.gentoo.org/~mattm/${P}.tar.gz"
58 LICENSE="GPL-2"
59 SLOT="0"
60
61 KEYWORDS="~amd64"
62 IUSE=""
63 DEPEND="x11-libs/libX11 x11-libs/qt-webkit x11-libs/qt-core x11-libs/qt-svg"
64 RDEPEND="${DEPEND}"
65
66 src_configure() {
67 eqmake4 CutyCapt.pro
68 }
69
70 src_compile() {
71 emake
72 }
73
74 src_install() {
75 dobin CutyCapt
76 }
77
78 pkg_postinst() {
79 elog "You cannot use CutyCapt without an X server, but you"
80 elog "can use e.g. Xvfb as light-weight server."
81 elog "See ${HOMEPAGE} for usage."
82 }