Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
Date: Sat, 05 Feb 2011 16:41:21
Message-Id: 20110205164111.53C5020054@flycatcher.gentoo.org
1 ssuominen 11/02/05 16:41:11
2
3 Modified: ChangeLog gwget-1.0.4.ebuild
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 net-misc/gwget/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 14 Oct 2010 18:37:06 -0000 1.23
23 +++ ChangeLog 5 Feb 2011 16:41:11 -0000 1.24
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-misc/gwget
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.23 2010/10/14 18:37:06 eva Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.24 2011/02/05 16:41:11 ssuominen Exp $
30 +
31 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o> gwget-1.0.4.ebuild,
32 + +files/gwget-1.0.4-libnotify-0.7.patch:
33 + Fix building with x11-libs/libnotify >= 0.7.
34
35 14 Oct 2010; Gilles Dartiguelongue <eva@g.o> -gwget-0.99.ebuild,
36 -gwget-1.0.2.ebuild, -gwget-1.0.3.ebuild:
37
38
39
40 1.5 net-misc/gwget/gwget-1.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.4&r2=1.5
45
46 Index: gwget-1.0.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- gwget-1.0.4.ebuild 14 Oct 2010 17:02:29 -0000 1.4
53 +++ gwget-1.0.4.ebuild 5 Feb 2011 16:41:11 -0000 1.5
54 @@ -1,11 +1,11 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.4 2010/10/14 17:02:29 ranger Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.5 2011/02/05 16:41:11 ssuominen Exp $
60
61 EAPI="2"
62 GCONF_DEBUG="no"
63
64 -inherit gnome2
65 +inherit eutils gnome2
66
67 DESCRIPTION="GTK2 WGet Frontend"
68 HOMEPAGE="http://gnome.org/projects/gwget/"
69 @@ -40,6 +40,11 @@
70 --disable-schemas-install"
71 }
72
73 +src_prepare() {
74 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
75 + gnome2_src_prepare
76 +}
77 +
78 src_install() {
79 gnome2_src_install