Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mailwatch: ChangeLog xfce4-mailwatch-1.1.0.ebuild
Date: Fri, 01 May 2009 04:31:16
Message-Id: E1LzkP3-0001rd-6B@stork.gentoo.org
1 darkside 09/05/01 04:31:13
2
3 Modified: ChangeLog xfce4-mailwatch-1.1.0.ebuild
4 Log:
5 Move use_enable out of global scope
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.26 xfce-extra/xfce4-mailwatch/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 3 Dec 2008 23:49:53 -0000 1.25
22 +++ ChangeLog 1 May 2009 04:31:13 -0000 1.26
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-extra/xfce4-mailwatch
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v 1.25 2008/12/03 23:49:53 angelos Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v 1.26 2009/05/01 04:31:13 darkside Exp $
29 +
30 + 01 May 2009; Jeremy Olexa <darkside@g.o>
31 + xfce4-mailwatch-1.1.0.ebuild:
32 + Move use_enable out of global scope
33
34 03 Dec 2008; Christoph Mende <angelos@g.o>
35 -xfce4-mailwatch-1.0.1.ebuild:
36
37
38
39 1.8 xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild?r1=1.7&r2=1.8
44
45 Index: xfce4-mailwatch-1.1.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- xfce4-mailwatch-1.1.0.ebuild 20 Nov 2008 16:46:20 -0000 1.7
52 +++ xfce4-mailwatch-1.1.0.ebuild 1 May 2009 04:31:13 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild,v 1.7 2008/11/20 16:46:20 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild,v 1.8 2009/05/01 04:31:13 darkside Exp $
59
60 inherit xfce44 eutils
61
62 @@ -17,10 +17,12 @@
63 RDEPEND="ssl? ( >=net-libs/gnutls-1.2 )"
64 DEPEND="dev-util/intltool"
65
66 -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable ssl)"
67 -
68 xfce44_panel_plugin
69
70 +pkg_setup() {
71 + XFCE_CONFIG="${XFCE_CONFIG} $(use_enable ssl)"
72 +}
73 +
74 src_unpack()
75 {
76 unpack ${A}