summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-17 06:41:53 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-17 06:41:53 +0000
commit0a8bb963f0619ee405e92017f69c5d33dee9dfff (patch)
tree6c3173ec2aa25d37ffcf781c2f95ee08934617c3 /kde-base/ksysguard
parentRestore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff)
downloadgentoo-2-0a8bb963f0619ee405e92017f69c5d33dee9dfff.tar.gz
gentoo-2-0a8bb963f0619ee405e92017f69c5d33dee9dfff.tar.bz2
gentoo-2-0a8bb963f0619ee405e92017f69c5d33dee9dfff.zip
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r--kde-base/ksysguard/ChangeLog9
-rw-r--r--kde-base/ksysguard/ksysguard-4.2.1.ebuild42
-rw-r--r--kde-base/ksysguard/ksysguard-4.2.2.ebuild4
3 files changed, 10 insertions, 45 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog
index 21f177f1327b..64ea314da27c 100644
--- a/kde-base/ksysguard/ChangeLog
+++ b/kde-base/ksysguard/ChangeLog
@@ -1,6 +1,13 @@
# 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.130 2009/04/12 06:07:27 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.131 2009/04/17 06:41:53 alexxy Exp $
+
+ 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksysguard-4.2.1.ebuild,
+ ksysguard-4.2.2:
+ Restore ~hppa keywords
+
+ 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksysguard-4.2.1.ebuild:
+ Drop KDE 4.2.1
*ksysguard-4.2.2 (11 Apr 2009)
diff --git a/kde-base/ksysguard/ksysguard-4.2.1.ebuild b/kde-base/ksysguard/ksysguard-4.2.1.ebuild
deleted file mode 100644
index e8fb91c9b034..000000000000
--- a/kde-base/ksysguard/ksysguard-4.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.1.ebuild,v 1.4 2009/04/11 16:09:43 armin76 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 ~x86"
-IUSE="debug 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
-}
-
-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
-}
diff --git a/kde-base/ksysguard/ksysguard-4.2.2.ebuild b/kde-base/ksysguard/ksysguard-4.2.2.ebuild
index a862951a89d1..023956648d51 100644
--- a/kde-base/ksysguard/ksysguard-4.2.2.ebuild
+++ b/kde-base/ksysguard/ksysguard-4.2.2.ebuild
@@ -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.2.ebuild,v 1.1 2009/04/12 06:07:27 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.2.2.ebuild,v 1.2 2009/04/17 06:41:53 alexxy Exp $
EAPI="2"
@@ -9,7 +9,7 @@ CPPUNIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug doc lm_sensors"
COMMONDEPEND="