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-netload-plugin: ChangeLog xfce4-netload-plugin-1.2.0-r1.ebuild
Date: Sun, 28 Jul 2013 10:21:09
Message-Id: 20130728102103.0E6AF2171D@flycatcher.gentoo.org
1 ssuominen 13/07/28 10:21:02
2
3 Modified: ChangeLog
4 Added: xfce4-netload-plugin-1.2.0-r1.ebuild
5 Log:
6 Increase the max. length of the interface names wrt #478454 by Florian Berger
7
8 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.33 xfce-extra/xfce4-netload-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 28 Nov 2012 12:24:57 -0000 1.32
24 +++ ChangeLog 28 Jul 2013 10:21:02 -0000 1.33
25 @@ -1,6 +1,13 @@
26 # ChangeLog for xfce-extra/xfce4-netload-plugin
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v 1.32 2012/11/28 12:24:57 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v 1.33 2013/07/28 10:21:02 ssuominen Exp $
31 +
32 +*xfce4-netload-plugin-1.2.0-r1 (28 Jul 2013)
33 +
34 + 28 Jul 2013; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-netload-plugin-1.2.0-r1.ebuild,
36 + +files/xfce4-netload-plugin-1.2.0-interface_name_length.patch:
37 + Increase the max. length of the interface names wrt #478454 by Florian Berger
38
39 28 Nov 2012; Samuli Suominen <ssuominen@g.o>
40 xfce4-netload-plugin-1.2.0.ebuild:
41
42
43
44 1.1 xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xfce4-netload-plugin-1.2.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild,v 1.1 2013/07/28 10:21:02 ssuominen Exp $
54
55 EAPI=5
56 inherit multilib xfconf
57
58 DESCRIPTION="A network load plug-in for the Xfce panel"
59 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin"
60 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
65 IUSE="debug"
66
67 RDEPEND=">=xfce-base/libxfce4ui-4.10
68 >=xfce-base/xfce4-panel-4.10"
69 DEPEND="${RDEPEND}
70 dev-util/intltool
71 virtual/pkgconfig"
72
73 pkg_setup() {
74 PATCHES=( "${FILESDIR}"/${P}-interface_name_length.patch )
75
76 XFCONF=(
77 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
78 $(xfconf_use_debug)
79 )
80
81 DOCS=( AUTHORS ChangeLog NEWS README )
82 }