Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/arora: ChangeLog arora-0.2_p20080618.ebuild
Date: Wed, 18 Jun 2008 22:14:49
Message-Id: E1K95vP-0002JY-S4@stork.gentoo.org
1 yngwin 08/06/18 22:14:43
2
3 Modified: ChangeLog
4 Added: arora-0.2_p20080618.ebuild
5 Log:
6 New arora snapshot
7 (Portage version: 2.2_pre8/cvs/Linux 2.6.25-hh5 i686)
8
9 Revision Changes Path
10 1.2 www-client/arora/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 4 Jun 2008 13:36:01 -0000 1.1
23 +++ ChangeLog 18 Jun 2008 22:14:43 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-client/arora
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.1 2008/06/04 13:36:01 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.2 2008/06/18 22:14:43 yngwin Exp $
29 +
30 +*arora-0.2_p20080618 (18 Jun 2008)
31 +
32 + 18 Jun 2008; Ben de Groot <yngwin@g.o> +arora-0.2_p20080618.ebuild:
33 + New snapshot
34
35 *arora-0.2_p20080604 (04 Jun 2008)
36
37
38
39
40 1.1 www-client/arora/arora-0.2_p20080618.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.2_p20080618.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.2_p20080618.ebuild?rev=1.1&content-type=text/plain
44
45 Index: arora-0.2_p20080618.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.2_p20080618.ebuild,v 1.1 2008/06/18 22:14:43 yngwin Exp $
50
51 EAPI=1
52 inherit eutils qt4
53
54 DESCRIPTION="A cross-platform Qt4 WebKit browser"
55 HOMEPAGE="http://arora.googlecode.com/"
56 SRC_URI="mirror://gentoo/${P}.tar.bz2"
57
58 LICENSE="|| ( GPL-3 GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=x11-libs/qt-webkit-4.4.0:4"
64 DEPEND="${RDEPEND}"
65
66 src_compile() {
67 eqmake4 || die "qmake failed"
68 emake || die "make failed"
69 }
70
71 src_install() {
72 dobin arora
73 newicon src/data/browser.svg arora.svg
74 make_desktop_entry arora Arora arora.svg
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list