* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild
@ 2009-12-01 11:08 Alex Alexander (wired)
0 siblings, 0 replies; 6+ messages in thread
From: Alex Alexander (wired) @ 2009-12-01 11:08 UTC (permalink / raw
To: gentoo-commits
wired 09/12/01 11:08:26
Modified: ChangeLog
Added: ksysguard-4.3.4.ebuild
Log:
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.159 kde-base/ksysguard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.158&r2=1.159
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog 30 Nov 2009 06:54:10 -0000 1.158
+++ ChangeLog 1 Dec 2009 11:08:26 -0000 1.159
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.158 2009/11/30 06:54:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.159 2009/12/01 11:08:26 wired Exp $
+
+*ksysguard-4.3.4 (01 Dec 2009)
+
+ 01 Dec 2009; Alex Alexander <wired@gentoo.org> +ksysguard-4.3.4.ebuild:
+ Version bump
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> ksysguard-4.3.3.ebuild:
Marked ppc/ppc64 stable for bug #292455.
1.1 kde-base/ksysguard/ksysguard-4.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.1&content-type=text/plain
Index: ksysguard-4.3.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.1 2009/12/01 11:08:26 wired Exp $
EAPI="2"
KMNAME="kdebase-workspace"
CPPUNIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug +handbook lm_sensors"
COMMONDEPEND="
x11-libs/libXrender
x11-libs/libXres
lm_sensors? ( sys-apps/lm_sensors )
"
DEPEND="${COMMONDEPEND}
x11-proto/renderproto
"
RDEPEND="${COMMONDEPEND}"
KMEXTRA="
libs/ksysguard/
"
src_configure() {
mycmakeargs="${mycmakeargs}
$(cmake-utils_use_with lm_sensors Sensors)"
kde4-meta_src_configure
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild
@ 2009-12-23 0:56 Jonathan Callen (abcd)
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2009-12-23 0:56 UTC (permalink / raw
To: gentoo-commits
abcd 09/12/23 00:56:10
Modified: ChangeLog ksysguard-4.3.4.ebuild
Log:
Pull in changes from overlay
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.162 kde-base/ksysguard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 10 Dec 2009 22:41:14 -0000 1.161
+++ ChangeLog 23 Dec 2009 00:56:10 -0000 1.162
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.161 2009/12/10 22:41:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.162 2009/12/23 00:56:10 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> ksysguard-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-ksysguard-4.3.1.ebuild:
1.2 kde-base/ksysguard/ksysguard-4.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?r1=1.1&r2=1.2
Index: ksysguard-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksysguard-4.3.4.ebuild 1 Dec 2009 11:08:26 -0000 1.1
+++ ksysguard-4.3.4.ebuild 23 Dec 2009 00:56:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.1 2009/12/01 11:08:26 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.2 2009/12/23 00:56:10 abcd Exp $
EAPI="2"
@@ -27,8 +27,9 @@
"
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with lm_sensors Sensors)"
+ mycmakeargs=(
+ $(cmake-utils_use_with lm_sensors Sensors)
+ )
kde4-meta_src_configure
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild
@ 2009-12-27 15:01 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-27 15:01 UTC (permalink / raw
To: gentoo-commits
armin76 09/12/27 15:01:19
Modified: ChangeLog ksysguard-4.3.4.ebuild
Log:
alpha/ia64/sparc stable
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.163 kde-base/ksysguard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.162&r2=1.163
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog 23 Dec 2009 00:56:10 -0000 1.162
+++ ChangeLog 27 Dec 2009 15:01:18 -0000 1.163
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.162 2009/12/23 00:56:10 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.163 2009/12/27 15:01:18 armin76 Exp $
+
+ 27 Dec 2009; Raúl Porcel <armin76@gentoo.org> ksysguard-4.3.4.ebuild:
+ alpha/ia64/sparc stable
23 Dec 2009; Jonathan Callen <abcd@gentoo.org> ksysguard-4.3.4.ebuild:
Pull in changes from overlay
1.3 kde-base/ksysguard/ksysguard-4.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?r1=1.2&r2=1.3
Index: ksysguard-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksysguard-4.3.4.ebuild 23 Dec 2009 00:56:10 -0000 1.2
+++ ksysguard-4.3.4.ebuild 27 Dec 2009 15:01:18 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.2 2009/12/23 00:56:10 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.3 2009/12/27 15:01:18 armin76 Exp $
EAPI="2"
@@ -9,7 +9,7 @@
inherit kde4-meta
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="debug +handbook lm_sensors"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild
@ 2009-12-27 15:28 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-27 15:28 UTC (permalink / raw
To: gentoo-commits
armin76 09/12/27 15:28:58
Modified: ChangeLog ksysguard-4.3.4.ebuild
Log:
Revert
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.164 kde-base/ksysguard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 27 Dec 2009 15:01:18 -0000 1.163
+++ ChangeLog 27 Dec 2009 15:28:58 -0000 1.164
@@ -1,9 +1,6 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.163 2009/12/27 15:01:18 armin76 Exp $
-
- 27 Dec 2009; Raúl Porcel <armin76@gentoo.org> ksysguard-4.3.4.ebuild:
- alpha/ia64/sparc stable
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.164 2009/12/27 15:28:58 armin76 Exp $
23 Dec 2009; Jonathan Callen <abcd@gentoo.org> ksysguard-4.3.4.ebuild:
Pull in changes from overlay
1.4 kde-base/ksysguard/ksysguard-4.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?r1=1.3&r2=1.4
Index: ksysguard-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ksysguard-4.3.4.ebuild 27 Dec 2009 15:01:18 -0000 1.3
+++ ksysguard-4.3.4.ebuild 27 Dec 2009 15:28:58 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.3 2009/12/27 15:01:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.4 2009/12/27 15:28:58 armin76 Exp $
EAPI="2"
@@ -9,7 +9,7 @@
inherit kde4-meta
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug +handbook lm_sensors"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild
@ 2010-01-20 18:25 Jonathan Callen (abcd)
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-20 18:25 UTC (permalink / raw
To: gentoo-commits
abcd 10/01/20 18:25:46
Modified: ChangeLog ksysguard-4.3.4.ebuild
Log:
Keyword ~amd64-linux/~x86-linux
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.166 kde-base/ksysguard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.166&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.166&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.165&r2=1.166
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog 19 Jan 2010 01:15:42 -0000 1.165
+++ ChangeLog 20 Jan 2010 18:25:45 -0000 1.166
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.165 2010/01/19 01:15:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.166 2010/01/20 18:25:45 abcd Exp $
+
+ 20 Jan 2010; Jonathan Callen <abcd@gentoo.org> ksysguard-4.3.4.ebuild:
+ Keyword ~amd64-linux/~x86-linux
19 Jan 2010; Jeroen Roovers <jer@gentoo.org> ksysguard-4.3.3.ebuild:
Stable for HPPA too.
1.5 kde-base/ksysguard/ksysguard-4.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?r1=1.4&r2=1.5
Index: ksysguard-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ksysguard-4.3.4.ebuild 27 Dec 2009 15:28:58 -0000 1.4
+++ ksysguard-4.3.4.ebuild 20 Jan 2010 18:25:45 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.4 2009/12/27 15:28:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.5 2010/01/20 18:25:45 abcd Exp $
EAPI="2"
@@ -9,7 +9,7 @@
inherit kde4-meta
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook lm_sensors"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild
@ 2010-01-23 17:09 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-23 17:09 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/23 17:09:52
Modified: ChangeLog ksysguard-4.3.4.ebuild
Log:
Add ~arm
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.167 kde-base/ksysguard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.166&r2=1.167
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog 20 Jan 2010 18:25:45 -0000 1.166
+++ ChangeLog 23 Jan 2010 17:09:52 -0000 1.167
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.166 2010/01/20 18:25:45 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.167 2010/01/23 17:09:52 armin76 Exp $
+
+ 23 Jan 2010; Raúl Porcel <armin76@gentoo.org> ksysguard-4.3.4.ebuild:
+ Add ~arm
20 Jan 2010; Jonathan Callen <abcd@gentoo.org> ksysguard-4.3.4.ebuild:
Keyword ~amd64-linux/~x86-linux
1.6 kde-base/ksysguard/ksysguard-4.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild?r1=1.5&r2=1.6
Index: ksysguard-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ksysguard-4.3.4.ebuild 20 Jan 2010 18:25:45 -0000 1.5
+++ ksysguard-4.3.4.ebuild 23 Jan 2010 17:09:52 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.5 2010/01/20 18:25:45 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.6 2010/01/23 17:09:52 armin76 Exp $
EAPI="2"
@@ -9,7 +9,7 @@
inherit kde4-meta
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook lm_sensors"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-01-23 17:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 18:25 [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.3.4.ebuild Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2010-01-23 17:09 Raul Porcel (armin76)
2009-12-27 15:28 Raul Porcel (armin76)
2009-12-27 15:01 Raul Porcel (armin76)
2009-12-23 0:56 Jonathan Callen (abcd)
2009-12-01 11:08 Alex Alexander (wired)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox