Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/gigolo: gigolo-0.4.0-r1.ebuild gigolo-0.4.1.ebuild
Date: Sat, 05 Feb 2011 12:42:32
Message-Id: 20110205124222.C41C720054@flycatcher.gentoo.org
1 ssuominen 11/02/05 12:42:22
2
3 Modified: gigolo-0.4.0-r1.ebuild gigolo-0.4.1.ebuild
4 Log:
5 EAPI3
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-misc/gigolo/gigolo-0.4.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.0-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.0-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.0-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: gigolo-0.4.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.0-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gigolo-0.4.0-r1.ebuild 28 May 2010 09:51:38 -0000 1.3
23 +++ gigolo-0.4.0-r1.ebuild 5 Feb 2011 12:42:22 -0000 1.4
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.0-r1.ebuild,v 1.3 2010/05/28 09:51:38 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.0-r1.ebuild,v 1.4 2011/02/05 12:42:22 ssuominen Exp $
30
31 -EAPI="2"
32 -EAUTORECONF="yes"
33 -EINTLTOOLIZE="yes"
34 +EAPI=3
35 +EAUTORECONF=yes
36 +EINTLTOOLIZE=yes
37 inherit xfconf
38
39 DESCRIPTION="a frontend to easily manage connections to remote filesystems using
40 @@ -27,5 +27,5 @@
41
42 src_install() {
43 xfconf_src_install
44 - rm -rf "${D}"/usr/share/doc/${PN} || die "rm failed"
45 + rm -rf "${D}"/usr/share/doc/${PN}
46 }
47
48
49
50 1.2 x11-misc/gigolo/gigolo-0.4.1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild?r1=1.1&r2=1.2
55
56 Index: gigolo-0.4.1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- gigolo-0.4.1.ebuild 2 Aug 2010 18:41:03 -0000 1.1
63 +++ gigolo-0.4.1.ebuild 5 Feb 2011 12:42:22 -0000 1.2
64 @@ -1,10 +1,10 @@
65 -# Copyright 1999-2010 Gentoo Foundation
66 +# Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.1 2010/08/02 18:41:03 darkside Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.2 2011/02/05 12:42:22 ssuominen Exp $
70
71 -EAPI="2"
72 -EAUTORECONF="yes"
73 -EINTLTOOLIZE="yes"
74 +EAPI=3
75 +EAUTORECONF=yes
76 +EINTLTOOLIZE=yes
77 inherit xfconf
78
79 DESCRIPTION="a frontend to easily manage connections to remote filesystems using
80 @@ -27,5 +27,5 @@
81
82 src_install() {
83 xfconf_src_install
84 - rm -rf "${D}"/usr/share/doc/${PN} || die "rm failed"
85 + rm -rf "${D}"/usr/share/doc/${PN}
86 }