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: Mon, 02 Jan 2012 15:19:06
Message-Id: 20120102151854.E3C2B2004B@flycatcher.gentoo.org
1 ssuominen 12/01/02 15:18:54
2
3 Modified: ChangeLog
4 Added: xfce4-genmon-plugin-3.3.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 xfce-extra/xfce4-genmon-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 26 Nov 2011 18:12:40 -0000 1.9
24 +++ ChangeLog 2 Jan 2012 15:18:54 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-genmon-plugin
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.9 2011/11/26 18:12:40 armin76 Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.10 2012/01/02 15:18:54 ssuominen Exp $
31 +
32 +*xfce4-genmon-plugin-3.3.1 (02 Jan 2012)
33 +
34 + 02 Jan 2012; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-genmon-plugin-3.3.1.ebuild:
36 + Version bump.
37
38 26 Nov 2011; Raúl Porcel <armin76@g.o>
39 xfce4-genmon-plugin-3.3.0.ebuild:
40
41
42
43 1.1 xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-genmon-plugin-3.3.1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v 1.1 2012/01/02 15:18:54 ssuominen Exp $
53
54 EAPI=4
55 inherit xfconf
56
57 DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel."
58 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
59 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
64 IUSE=""
65
66 RDEPEND=">=xfce-base/libxfcegui4-4.8
67 >=xfce-base/xfce4-panel-4.8"
68 DEPEND="${RDEPEND}
69 dev-util/intltool
70 dev-util/pkgconfig"
71
72 pkg_setup() {
73 DOCS=( AUTHORS ChangeLog NEWS README )
74 }