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-cpugraph-plugin: xfce4-cpugraph-plugin-0.4.0.ebuild
Date: Mon, 31 Oct 2011 03:58:51
Message-Id: E1MfyLb-00058c-2j@stork.gentoo.org
1 ssuominen 09/08/25 15:54:11
2
3 Modified: xfce4-cpugraph-plugin-0.4.0.ebuild
4 Log:
5 Fix license.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xfce4-cpugraph-plugin-0.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xfce4-cpugraph-plugin-0.4.0.ebuild 25 Aug 2009 12:15:35 -0000 1.1
22 +++ xfce4-cpugraph-plugin-0.4.0.ebuild 25 Aug 2009 15:54:10 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild,v 1.1 2009/08/25 12:15:35 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild,v 1.2 2009/08/25 15:54:10 ssuominen Exp $
28
29 EAPI=2
30 inherit xfconf
31 @@ -9,7 +9,7 @@
32 HOMEPAGE="http://www.xfce.org/"
33 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.gz"
34
35 -LICENSE="GPL-2"
36 +LICENSE="BSD"
37 SLOT="0"
38 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
39 IUSE="debug"