Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/quick-lounge-applet: quick-lounge-applet-2.14.0.ebuild ChangeLog
Date: Thu, 02 Sep 2010 12:53:42
Message-Id: 20100902125337.69F4620051@flycatcher.gentoo.org
1 pacho 10/09/02 12:53:37
2
3 Modified: quick-lounge-applet-2.14.0.ebuild ChangeLog
4 Log:
5 Make this gmake-3.82 compliant, bug #333643
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild?r1=1.5&r2=1.6
14
15 Index: quick-lounge-applet-2.14.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- quick-lounge-applet-2.14.0.ebuild 26 Dec 2009 19:29:17 -0000 1.5
22 +++ quick-lounge-applet-2.14.0.ebuild 2 Sep 2010 12:53:37 -0000 1.6
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild,v 1.5 2009/12/26 19:29:17 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.14.0.ebuild,v 1.6 2010/09/02 12:53:37 pacho Exp $
29
30 EAPI="2"
31
32 -inherit autotools gnome2
33 +inherit autotools gnome2 eutils
34
35 DESCRIPTION="Application launcher applet for GNOME"
36 HOMEPAGE="http://quick-lounge.sourceforge.net/"
37 @@ -30,6 +30,9 @@
38 DOCS="AUTHORS ChangeLog INSTALL NEWS README"
39
40 src_prepare() {
41 + # Make this gmake-3.82 compliant, bug #333643
42 + epatch "${FILESDIR}/${P}-fix-make-3.82.patch"
43 +
44 # Fix broken intltool used in tarball
45 intltoolize --force --copy --automake || die "intltoolize failed"
46 eautoreconf
47
48
49
50 1.35 gnome-extra/quick-lounge-applet/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog?rev=1.35&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog?rev=1.35&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog?r1=1.34&r2=1.35
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog,v
59 retrieving revision 1.34
60 retrieving revision 1.35
61 diff -u -r1.34 -r1.35
62 --- ChangeLog 4 Jan 2010 16:32:46 -0000 1.34
63 +++ ChangeLog 2 Sep 2010 12:53:37 -0000 1.35
64 @@ -1,6 +1,12 @@
65 # ChangeLog for gnome-extra/quick-lounge-applet
66 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog,v 1.34 2010/01/04 16:32:46 leio Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog,v 1.35 2010/09/02 12:53:37 pacho Exp $
69 +
70 + 02 Sep 2010; Pacho Ramos <pacho@g.o>
71 + quick-lounge-applet-2.14.0.ebuild,
72 + +files/quick-lounge-applet-2.14.0-fix-make-3.82.patch:
73 + Make this gmake-3.82 compliant, bug #333643 (reported by Diego E.
74 + 'Flameeyes' Pettenò and patch made by Jory A. Pratt).
75
76 04 Jan 2010; Mart Raudsepp <leio@g.o>
77 -files/quick-lounge-applet-2.12.5-configure-fixes.patch,