Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438230 - kde-misc/krcstat-0.7.6 version bump
Summary: kde-misc/krcstat-0.7.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-13 13:38 UTC by Robin Atwood
Modified: 2012-10-26 04:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
krcstat-0.7.6.ebuild (krcstat-0.7.6.ebuild,370 bytes, text/plain)
2012-10-13 13:38 UTC, Robin Atwood
Details
krcstat-0.7.6.ebuild (krcstat-0.7.6.ebuild,409 bytes, text/plain)
2012-10-13 21:25 UTC, Johannes Huber (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Atwood 2012-10-13 13:38:10 UTC
Created attachment 326470 [details]
krcstat-0.7.6.ebuild

Version 0.7.6 is now available after two years! From the changelog:

08 October 2012 Robin Atwood	robin@binro.org
o Version 0.7.6
o Fix segfaults during transient events
o Gentoo now uses /run/openrc directory
o No longer need run as root; uses sudo in krcstat.sh
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-13 16:33:35 UTC
Comment on attachment 326470 [details]
krcstat-0.7.6.ebuild

--- krcstat-0.7.3.ebuild        2012-07-05 17:09:23.000000000 +0200
+++ -   2012-10-13 18:33:18.916319267 +0200
@@ -1,23 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/krcstat-0.7.3.ebuild,v 1.2 2012/07/03 13:22:54 kensington Exp $
+# $Header: 
 
-EAPI=4
+EAPI="3"
 
 inherit kde4-base
 
-DESCRIPTION="A Gentoo system management tool"
+DESCRIPTION="A Gentoo system management tool."
 HOMEPAGE="http://www.binro.org"
 SRC_URI="ftp://binro.org/${P}.tar.bz2"
-
 LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="
-       $(add_kdebase_dep konsole)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="sys-apps/baselayout kde-base/konsole"
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2012-10-13 21:25:41 UTC
Created attachment 326488 [details]
krcstat-0.7.6.ebuild

Crashing for me with kde-live. 

Patch from jer looks wrong to me (EAPI downgrade, SLOT 0, notusing of add_kdebase_dep).
Comment 3 Robin Atwood 2012-10-14 11:54:26 UTC
I uploaded my original ebuild, not realising it had been replaced. The new patch should be reverted. That should not make it crash, though.
Comment 4 Chris Reffett (RETIRED) gentoo-dev Security 2012-10-21 03:14:34 UTC
Added to kde overlay for testing.
Comment 5 Chris Reffett (RETIRED) gentoo-dev Security 2012-10-26 04:43:10 UTC
Version bumped in portage. Closing.