diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2006-12-03 23:17:49 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2006-12-03 23:17:49 +0000 |
commit | 7f80192b5e1f26dc3d404d58d83deb0e9b5161e4 (patch) | |
tree | a4454820fabe1aa7d57586ff5c2514c0d08f19ad /kde-misc | |
download | radek-7f80192b5e1f26dc3d404d58d83deb0e9b5161e4.tar.gz radek-7f80192b5e1f26dc3d404d58d83deb0e9b5161e4.tar.bz2 radek-7f80192b5e1f26dc3d404d58d83deb0e9b5161e4.zip |
initial commit
svn path=/radek-portage/; revision=2
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/cpuinfo/Manifest | 6 | ||||
-rw-r--r-- | kde-misc/cpuinfo/cpuinfo-0.3.ebuild | 26 | ||||
-rw-r--r-- | kde-misc/cpuinfo/files/digest-cpuinfo-0.3 | 3 |
3 files changed, 35 insertions, 0 deletions
diff --git a/kde-misc/cpuinfo/Manifest b/kde-misc/cpuinfo/Manifest new file mode 100644 index 0000000..04dd9c4 --- /dev/null +++ b/kde-misc/cpuinfo/Manifest @@ -0,0 +1,6 @@ +MD5 f081e79cc22a6ee3ac8813c4740a6cc7 cpuinfo-0.3.ebuild 644 +RMD160 3e755c2b165bb620e5e6a9d2afac4adb87cbd922 cpuinfo-0.3.ebuild 644 +SHA256 5e7b6402c89d98f5dfdc41530b5ac345e78dce1860a68ddbcdbaed615d254d5c cpuinfo-0.3.ebuild 644 +MD5 4e7b766aa16fde9ac48f3e4f226f1544 files/digest-cpuinfo-0.3 253 +RMD160 96ae91f9c2dbe3cb895acc6d145a49175a9b9941 files/digest-cpuinfo-0.3 253 +SHA256 d61b71c17d24ca6c822ed494685a1c13b517c518894f13ba5a6b7bf39f109381 files/digest-cpuinfo-0.3 253 diff --git a/kde-misc/cpuinfo/cpuinfo-0.3.ebuild b/kde-misc/cpuinfo/cpuinfo-0.3.ebuild new file mode 100644 index 0000000..f0df720 --- /dev/null +++ b/kde-misc/cpuinfo/cpuinfo-0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit kde + +RESTRICT="primaryuri" + +need-kde 3 + +DESCRIPTION="small kicker applet for KDE 3.x which shows the current CPU temperature and frequency." +SRC_URI="http://www.kde-apps.org/content/files/33257-${P}.tar.gz" +HOMEPAGE="http://kde-apps.org/content/show.php?content=33257" + +IUSE="arts" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +S=${WORKDIR}/${PN} + +src_compile() { + use !arts && arts="--without-arts" + ./configure --prefix=$(kde-config --prefix) ${arts} || die "./configure failed" + emake || die "emake failed" +} diff --git a/kde-misc/cpuinfo/files/digest-cpuinfo-0.3 b/kde-misc/cpuinfo/files/digest-cpuinfo-0.3 new file mode 100644 index 0000000..014f630 --- /dev/null +++ b/kde-misc/cpuinfo/files/digest-cpuinfo-0.3 @@ -0,0 +1,3 @@ +MD5 2c240ba9d5be70b716ed8a729119fc84 33257-cpuinfo-0.3.tar.gz 606594 +RMD160 3964b5e09db4e68faec12e730b6cb0fb1024a232 33257-cpuinfo-0.3.tar.gz 606594 +SHA256 5617f6486d95f3598c4ea07286fff598d0380fcf26e97eb96ac538aac1b3b125 33257-cpuinfo-0.3.tar.gz 606594 |