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/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild
Date: Thu, 19 May 2011 21:41:47
Message-Id: 20110519214123.A8BFD2004F@flycatcher.gentoo.org
1 ssuominen 11/05/19 21:41:23
2
3 Modified: thunar-vcs-plugin-0.1.4.ebuild
4 Log:
5 EAPI4
6
7 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.1&r2=1.2
15
16 Index: thunar-vcs-plugin-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- thunar-vcs-plugin-0.1.4.ebuild 20 Mar 2011 13:25:50 -0000 1.1
23 +++ thunar-vcs-plugin-0.1.4.ebuild 19 May 2011 21:41:22 -0000 1.2
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.1 2011/03/20 13:25:50 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.2 2011/05/19 21:41:22 ssuominen Exp $
29
30 -EAPI=3
31 +EAPI=4
32 inherit xfconf
33
34 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
35 @@ -28,11 +28,10 @@
36
37 pkg_setup() {
38 XFCONF=(
39 - --disable-dependency-tracking
40 $(use_enable subversion)
41 $(use_enable git)
42 $(xfconf_use_debug)
43 )
44
45 - DOCS="AUTHORS ChangeLog NEWS README"
46 + DOCS=( AUTHORS ChangeLog NEWS README )
47 }