Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/surf: surf-0.4.ebuild ChangeLog
Date: Tue, 01 Jun 2010 01:02:48
Message-Id: 20100601010243.340A42CF37@corvid.gentoo.org
1 jer 10/06/01 01:02:43
2
3 Modified: surf-0.4.ebuild ChangeLog
4 Log:
5 Introduce new default download dependencies.
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 www-client/surf/surf-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/surf-0.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/surf-0.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/surf-0.4.ebuild?r1=1.1&r2=1.2
14
15 Index: surf-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- surf-0.4.ebuild 1 Jun 2010 00:41:45 -0000 1.1
22 +++ surf-0.4.ebuild 1 Jun 2010 01:02:43 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.ebuild,v 1.1 2010/06/01 00:41:45 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.ebuild,v 1.2 2010/06/01 01:02:43 jer Exp $
28
29 EAPI="2"
30
31 @@ -18,9 +18,18 @@
32 DEPEND=">=net-libs/webkit-gtk-1.1.14"
33 RDEPEND="
34 !media-gfx/surf
35 + !savedconfig? ( net-misc/wget x11-terms/xterm )
36 ${DEPEND}
37 "
38
39 +pkg_setup() {
40 + elog "net-misc/wget and x11-terms/xterm will be installed by default to"
41 + elog "support the default download command, which can be changed through"
42 + elog "the savedconfig mechanism. If you enable USE=savedconfig, you will"
43 + elog "need to satisfy requirements for the alternative download command"
44 + elog "yourself."
45 +}
46 +
47 src_prepare() {
48 sed -i \
49 -e 's|{|(|g;s|}|)|g' \
50
51
52
53 1.7 www-client/surf/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 1 Jun 2010 00:41:45 -0000 1.6
66 +++ ChangeLog 1 Jun 2010 01:02:43 -0000 1.7
67 @@ -1,6 +1,9 @@
68 # ChangeLog for www-client/surf
69 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v 1.6 2010/06/01 00:41:45 jer Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v 1.7 2010/06/01 01:02:43 jer Exp $
72 +
73 + 01 Jun 2010; Jeroen Roovers <jer@g.o> surf-0.4.ebuild:
74 + Introduce new default download dependencies.
75
76 *surf-0.4 (01 Jun 2010)