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.2.ebuild ChangeLog
Date: Fri, 31 Jan 2014 16:01:45
Message-Id: 20140131160139.E4E7B2004C@flycatcher.gentoo.org
1 ssuominen 14/01/31 16:01:39
2
3 Modified: ChangeLog
4 Added: gigolo-0.4.2.ebuild
5 Log:
6 Version bump; drop undocumented EAUTORECONF=1 usage because the .ebuild doesn't have any calls to autotools.eclass and ChangeLog is vague too.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.16 x11-misc/gigolo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 28 Nov 2012 12:36:07 -0000 1.15
24 +++ ChangeLog 31 Jan 2014 16:01:39 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/gigolo
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.15 2012/11/28 12:36:07 ssuominen Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.16 2014/01/31 16:01:39 ssuominen Exp $
31 +
32 +*gigolo-0.4.2 (31 Jan 2014)
33 +
34 + 31 Jan 2014; Samuli Suominen <ssuominen@g.o> +gigolo-0.4.2.ebuild:
35 + Version bump; drop undocumented EAUTORECONF=1 usage because the .ebuild
36 + doesn't have any calls to autotools.eclass and ChangeLog is vague too.
37
38 28 Nov 2012; Samuli Suominen <ssuominen@g.o> gigolo-0.4.1.ebuild:
39 EAPI5
40 @@ -55,4 +61,3 @@
41 +gigolo-0.3.2.ebuild:
42 Initial commit of x11-misc/gigolo, based on ebuild written by Michal Kurgan
43 (bug 271947) & angelos (xfce overlay)
44 -
45
46
47
48 1.1 x11-misc/gigolo/gigolo-0.4.2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.2.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.2.ebuild?rev=1.1&content-type=text/plain
52
53 Index: gigolo-0.4.2.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.2.ebuild,v 1.1 2014/01/31 16:01:39 ssuominen Exp $
58
59 EAPI=5
60 #EAUTORECONF=yes (Why was this in 0.4.1 w/o any calls to autotools.eclass again?
61 # some reference to intltoolize in ChangeLog but that's it?)
62 inherit xfconf
63
64 DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
65 HOMEPAGE="http://www.uvena.de/gigolo/ http://goodies.xfce.org/projects/applications/gigolo"
66 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 RDEPEND=">=dev-libs/glib-2.16
74 >=x11-libs/gtk+-2.12:2"
75 DEPEND="${RDEPEND}
76 dev-util/intltool
77 virtual/pkgconfig"
78
79 pkg_setup() {
80 DOCS=( AUTHORS ChangeLog NEWS README TODO )
81 }
82
83 src_install() {
84 xfconf_src_install
85 rm -rf "${ED}"/usr/share/doc/${PN}
86 }