Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-time-out-plugin: xfce4-time-out-plugin-0.1.1.ebuild
Date: Mon, 06 Sep 2010 20:36:22
Message-Id: 20100906203611.556DB20051@flycatcher.gentoo.org
1 ssuominen 10/09/06 20:36:11
2
3 Modified: xfce4-time-out-plugin-0.1.1.ebuild
4 Log:
5 eapi3, xfconf_use_debug
6
7 (Portage version: 2.2_rc75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild?r1=1.2&r2=1.3
15
16 Index: xfce4-time-out-plugin-0.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xfce4-time-out-plugin-0.1.1.ebuild 8 Oct 2009 17:46:31 -0000 1.2
23 +++ xfce4-time-out-plugin-0.1.1.ebuild 6 Sep 2010 20:36:11 -0000 1.3
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild,v 1.2 2009/10/08 17:46:31 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild,v 1.3 2010/09/06 20:36:11 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 inherit xfconf
34
35 DESCRIPTION="Panel plugin to take a break from computer work"
36 @@ -23,7 +23,7 @@
37 dev-util/intltool"
38
39 pkg_setup() {
40 - DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
41 XFCONF="--disable-dependency-tracking
42 - $(use_enable debug)"
43 + $(xfconf_use_debug)"
44 + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
45 }