Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gwget: gwget-0.99.ebuild ChangeLog gwget-0.6.ebuild
Date: Mon, 04 Aug 2008 21:11:23
Message-Id: E1KQ7Kq-0007mP-Sw@stork.gentoo.org
1 eva 08/08/04 21:11:20
2
3 Modified: gwget-0.99.ebuild ChangeLog
4 Removed: gwget-0.6.ebuild
5 Log:
6 fix automagic dependencies, remove old revisions.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
8
9 Revision Changes Path
10 1.4 net-misc/gwget/gwget-0.99.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild?r1=1.3&r2=1.4
15
16 Index: gwget-0.99.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gwget-0.99.ebuild 25 Jan 2008 20:16:10 -0000 1.3
23 +++ gwget-0.99.ebuild 4 Aug 2008 21:11:20 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild,v 1.3 2008/01/25 20:16:10 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild,v 1.4 2008/08/04 21:11:20 eva Exp $
29
30 inherit gnome2
31
32 @@ -10,8 +10,10 @@
33 KEYWORDS="~amd64 ~ppc x86"
34 LICENSE="GPL-2"
35 SLOT="0"
36 -IUSE="epiphany"
37 +IUSE="epiphany libnotify"
38
39 +# FIXME: dbus should be optional
40 +# needs patching for linguas/intltool
41 RDEPEND="net-misc/wget
42 >=x11-libs/gtk+-2.6
43 >=dev-libs/glib-2.4.0
44 @@ -19,7 +21,9 @@
45 >=gnome-base/libglade-2
46 >=gnome-base/libbonobo-2
47 >=gnome-base/libgnomeui-2
48 - epiphany? ( >=www-client/epiphany-1.4 )"
49 + >=dev-libs/dbus-glib-0.70
50 + epiphany? ( >=www-client/epiphany-1.4 )
51 + libnotify? ( >=x11-libs/libnotify-0.2.2 )"
52 DEPEND="${RDEPEND}
53 dev-util/pkgconfig
54 >=dev-util/intltool-0.29
55 @@ -29,12 +33,15 @@
56 USE_DESTDIR="1"
57
58 pkg_setup() {
59 - G2CONF="${G2CONF} $(use_enable epiphany epiphany-extension)"
60 + G2CONF="${G2CONF}
61 + $(use_enable epiphany epiphany-extension)
62 + $(use_enable libnotify)
63 + --disable-schemas-install"
64 }
65
66 src_install() {
67 gnome2_src_install
68
69 # remove /var/lib, which is created without any reason
70 - rm -rf ${D}/var
71 + rm -rf "${D}/var"
72 }
73
74
75
76 1.15 net-misc/gwget/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.15&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.15&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.14&r2=1.15
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
85 retrieving revision 1.14
86 retrieving revision 1.15
87 diff -u -r1.14 -r1.15
88 --- ChangeLog 25 Jan 2008 20:16:10 -0000 1.14
89 +++ ChangeLog 4 Aug 2008 21:11:20 -0000 1.15
90 @@ -1,6 +1,10 @@
91 # ChangeLog for net-misc/gwget
92 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.14 2008/01/25 20:16:10 armin76 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.15 2008/08/04 21:11:20 eva Exp $
95 +
96 + 04 Aug 2008; Gilles Dartiguelongue <eva@g.o> -gwget-0.6.ebuild,
97 + gwget-0.99.ebuild:
98 + fix automagic dependencies, remove old revisions.
99
100 25 Jan 2008; Raúl Porcel <armin76@g.o> gwget-0.99.ebuild:
101 x86 stable