summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-11-16 22:50:57 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-11-16 22:50:57 +0000
commitca384031b755a63837a5a1cab273e5eb76dab1f5 (patch)
tree3f6e6e1c91bb4d08150ba17a0d96e8d3a67ec5ce /x11-plugins
parent*** empty log message *** (diff)
downloadhistorical-ca384031b755a63837a5a1cab273e5eb76dab1f5.tar.gz
historical-ca384031b755a63837a5a1cab273e5eb76dab1f5.tar.bz2
historical-ca384031b755a63837a5a1cab273e5eb76dab1f5.zip
*** empty log message ***
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmgtemp/Manifest4
-rw-r--r--x11-plugins/wmgtemp/files/digest-wmgtemp-0.71
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-0.7.ebuild33
3 files changed, 36 insertions, 2 deletions
diff --git a/x11-plugins/wmgtemp/Manifest b/x11-plugins/wmgtemp/Manifest
index 9fef35e6a32e..46d2d1ec7411 100644
--- a/x11-plugins/wmgtemp/Manifest
+++ b/x11-plugins/wmgtemp/Manifest
@@ -1,6 +1,6 @@
-MD5 2b8f0542470d60742fe6d814d532e578 wmgtemp-0.7.ebuild 771
+MD5 ea177bb02562de973e1fdda0c7db2ff9 wmgtemp-0.7.ebuild 744
MD5 2b8f0542470d60742fe6d814d532e578 wmgtemp-0.6.ebuild 771
-MD5 f0b1a8afc65bfe310f2d32f559d93ee9 ChangeLog 497
+MD5 354f21324230c11cc1b71a1b77a53d7e ChangeLog 613
MD5 e159009c6111ef61596acaaca57a2472 metadata.xml 695
MD5 ee8e4d7233039755c7fe5e37f7ccc23d files/digest-wmgtemp-0.6 62
MD5 ae0041a298d82b1a05a9a0c4c84e8555 files/digest-wmgtemp-0.7 62
diff --git a/x11-plugins/wmgtemp/files/digest-wmgtemp-0.7 b/x11-plugins/wmgtemp/files/digest-wmgtemp-0.7
new file mode 100644
index 000000000000..2c2d011eb01d
--- /dev/null
+++ b/x11-plugins/wmgtemp/files/digest-wmgtemp-0.7
@@ -0,0 +1 @@
+MD5 11b179fbb2f667db7e0c8ddb63a986ce wmgtemp-0.7.tar.gz 19272
diff --git a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
new file mode 100644
index 000000000000..16bd87d9bbc3
--- /dev/null
+++ b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.1 2003/11/16 22:50:49 pyrania Exp $
+
+IUSE=""
+
+DESCRIPTION="CPU and SYS temperature dockapp"
+HOMEPAGE="http://www.fluxcode.net"
+SRC_URI="http://www.fluxcode.net/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="x86 -ppc -sparc amd64"
+
+DEPEND="sys-apps/lm-sensors"
+
+src_compile() {
+ # Set compile optimizations
+ cd ${S}/src
+ cp Makefile Makefile.orig
+ sed -e "s:-Wall -g:\$(CFLAGS):" \
+ Makefile.orig > Makefile
+
+ emake || die "parallel make failed"
+}
+
+src_install() {
+ cd ${S}
+ dodoc BUGS CREDITS INSTALL README TODO
+
+ cd ${S}/src
+ dobin wmgtemp
+}