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-genmon-plugin: ChangeLog xfce4-genmon-plugin-3.3.1.ebuild
Date: Sat, 21 Apr 2012 05:19:48
Message-Id: 20120421051934.3F19A2004B@flycatcher.gentoo.org
1 ssuominen 12/04/21 05:19:34
2
3 Modified: ChangeLog xfce4-genmon-plugin-3.3.1.ebuild
4 Log:
5 Install to libdir instead of libexecdir.
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 xfce-extra/xfce4-genmon-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 17 Apr 2012 07:37:34 -0000 1.17
23 +++ ChangeLog 21 Apr 2012 05:19:34 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for xfce-extra/xfce4-genmon-plugin
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.17 2012/04/17 07:37:34 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.18 2012/04/21 05:19:34 ssuominen Exp $
29 +
30 + 21 Apr 2012; Samuli Suominen <ssuominen@g.o>
31 + xfce4-genmon-plugin-3.3.1.ebuild:
32 + Install to libdir instead of libexecdir.
33
34 17 Apr 2012; Samuli Suominen <ssuominen@g.o>
35 -xfce4-genmon-plugin-3.3.0.ebuild:
36
37
38
39 1.6 xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild?r1=1.5&r2=1.6
44
45 Index: xfce4-genmon-plugin-3.3.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- xfce4-genmon-plugin-3.3.1.ebuild 13 Feb 2012 21:55:38 -0000 1.5
52 +++ xfce4-genmon-plugin-3.3.1.ebuild 21 Apr 2012 05:19:34 -0000 1.6
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v 1.5 2012/02/13 21:55:38 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v 1.6 2012/04/21 05:19:34 ssuominen Exp $
58
59 EAPI=4
60 -inherit xfconf
61 +inherit multilib xfconf
62
63 DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel."
64 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
65 @@ -21,5 +21,9 @@
66 dev-util/pkgconfig"
67
68 pkg_setup() {
69 + XFCONF=(
70 + --libexecdir="${EPREFIX}"/usr/$(get_libdir)
71 + )
72 +
73 DOCS=( AUTHORS ChangeLog NEWS README )
74 }