summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-10-03 22:20:18 +0000
committerDan Armak <danarmak@gentoo.org>2001-10-03 22:20:18 +0000
commitdca35e55e5198366c30b36f03fd256eb6094899a (patch)
treebc5fbc41cb653b6cc71dd3a48105ec03cbcf41cf /app-misc/kcpuload
parentfixed >= on pspell, reported by Tod M.Neidt (diff)
downloadhistorical-dca35e55e5198366c30b36f03fd256eb6094899a.tar.gz
historical-dca35e55e5198366c30b36f03fd256eb6094899a.tar.bz2
historical-dca35e55e5198366c30b36f03fd256eb6094899a.zip
ok. these are inheritng ebuilds for all kde apps in portage. i pulled in the app's latest version where appropriate
as well. one exception is kbear which didn't compile.
Diffstat (limited to 'app-misc/kcpuload')
-rw-r--r--app-misc/kcpuload/files/digest-kcpuload-1.90-r21
-rw-r--r--app-misc/kcpuload/kcpuload-1.90-r2.ebuild13
2 files changed, 14 insertions, 0 deletions
diff --git a/app-misc/kcpuload/files/digest-kcpuload-1.90-r2 b/app-misc/kcpuload/files/digest-kcpuload-1.90-r2
new file mode 100644
index 000000000000..4a2092a7b635
--- /dev/null
+++ b/app-misc/kcpuload/files/digest-kcpuload-1.90-r2
@@ -0,0 +1 @@
+MD5 b4b8823805f1ff4f2742847b96271020 kcpuload-1.90.tar.gz
diff --git a/app-misc/kcpuload/kcpuload-1.90-r2.ebuild b/app-misc/kcpuload/kcpuload-1.90-r2.ebuild
new file mode 100644
index 000000000000..903c4243b320
--- /dev/null
+++ b/app-misc/kcpuload/kcpuload-1.90-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Philippe Namias <pnamias@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kcpuload/kcpuload-1.90-r2.ebuild,v 1.1 2001/10/03 22:20:18 danarmak Exp $
+. /usr/portage/eclass/inherit.eclass || die
+inherit kde-base || die
+
+DESCRIPTION="A CPU applet for KDE2"
+SRC_URI="http://kde.quakenet.eu.org/files/${P}.tar.gz"
+HOMEPAGE="http://kde.quakenet.eu.org/kcpuload.shtml"
+
+DEPEND="$DEPEND >=kde-base/kdelibs-2.1.1"
+RDEPEND="$RDEPEND >=kde-base/kdelibs-2.1.1"