public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.2.0.ebuild
@ 2009-01-27 17:54 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-27 17:54 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/27 17:54:53

  Modified:             ChangeLog
  Added:                ksysguard-4.2.0.ebuild
  Log:
  Bump shiny new KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.120                kde-base/ksysguard/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	14 Jan 2009 15:38:54 -0000	1.119
+++ ChangeLog	27 Jan 2009 17:54:52 -0000	1.120
@@ -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.119 2009/01/14 15:38:54 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.120 2009/01/27 17:54:52 alexxy Exp $
+
+*ksysguard-4.2.0 (27 Jan 2009)
+
+  27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +ksysguard-4.2.0.ebuild:
+  Bump KDE-4.2.0
 
   14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksysguard-4.1.2.ebuild,
   -ksysguard-4.1.3.ebuild:



1.1                  kde-base/ksysguard/ksysguard-4.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild?rev=1.1&content-type=text/plain

Index: ksysguard-4.2.0.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.2.0.ebuild,v 1.1 2009/01/27 17:54:52 alexxy 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="~amd64 ~x86"
IUSE="debug htmlhandbook lm_sensors"

COMMONDEPEND="x11-libs/libXrender
	x11-libs/libXres
	lm_sensors? ( sys-apps/lm_sensors )"
DEPEND="${COMMONDEPEND}
	x11-proto/renderproto"

KMEXTRA="libs/ksysguard/"

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with lm_sensors Sensors)"

	kde4-meta_src_configure
}

src_test() {
# one out of two tests are broken. we just disable it. last tested on 4.1.0.
	sed -e '/guitest/s/^/#DONOTTEST/' \
		-i "${S}"/libs/ksysguard/tests/CMakeLists.txt

	kde4-meta_src_test
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.2.0.ebuild
@ 2009-02-01  8:03 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 3+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-01  8:03 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/02/01 08:03:06

  Modified:             ChangeLog ksysguard-4.2.0.ebuild
  Log:
  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.121                kde-base/ksysguard/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	27 Jan 2009 17:54:52 -0000	1.120
+++ ChangeLog	1 Feb 2009 08:03:06 -0000	1.121
@@ -1,6 +1,10 @@
 # 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.120 2009/01/27 17:54:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.121 2009/02/01 08:03:06 jmbsvicetto Exp $
+
+  01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  ksysguard-4.2.0.ebuild:
+  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
 
 *ksysguard-4.2.0 (27 Jan 2009)
 



1.2                  kde-base/ksysguard/ksysguard-4.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild?r1=1.1&r2=1.2

Index: ksysguard-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksysguard-4.2.0.ebuild	27 Jan 2009 17:54:52 -0000	1.1
+++ ksysguard-4.2.0.ebuild	1 Feb 2009 08:03:06 -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.2.0.ebuild,v 1.1 2009/01/27 17:54:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.0.ebuild,v 1.2 2009/02/01 08:03:06 jmbsvicetto Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="debug htmlhandbook lm_sensors"
 
 COMMONDEPEND="x11-libs/libXrender






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.2.0.ebuild
@ 2009-03-08 20:30 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-08 20:30 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/08 20:30:10

  Modified:             ChangeLog
  Removed:              ksysguard-4.2.0.ebuild
  Log:
  Drop KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.127                kde-base/ksysguard/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	8 Mar 2009 14:03:22 -0000	1.126
+++ ChangeLog	8 Mar 2009 20:30:09 -0000	1.127
@@ -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.126 2009/03/08 14:03:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.127 2009/03/08 20:30:09 alexxy Exp $
+
+  08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksysguard-4.2.0.ebuild:
+  Drop KDE 4.2.0
 
   08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> ksysguard-4.2.1.ebuild:
   Semi-automatic merge, Update deps.






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-08 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 17:54 [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.2.0.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-01  8:03 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-03-08 20:30 Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox