summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/gkrellaclock/Manifest10
-rw-r--r--x11-plugins/wmsensormon/ChangeLog9
-rw-r--r--x11-plugins/wmsensormon/files/digest-wmsensormon-1.2.01
-rw-r--r--x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild32
-rw-r--r--x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild4
5 files changed, 48 insertions, 8 deletions
diff --git a/x11-plugins/gkrellaclock/Manifest b/x11-plugins/gkrellaclock/Manifest
index 26afd5c10990..feae434af009 100644
--- a/x11-plugins/gkrellaclock/Manifest
+++ b/x11-plugins/gkrellaclock/Manifest
@@ -1,5 +1,7 @@
-MD5 0c3b395acc1b81fb359a3dd44f40042c ChangeLog 992
-MD5 c690041c9da0880531eab49ff900ee26 gkrellaclock-0.2.1.ebuild 690
-MD5 5bd1c78482dfe1031b344f55973b0b5e gkrellaclock-0.3.2.ebuild 704
-MD5 0ed63877aea75f4150337326535bdf77 files/digest-gkrellaclock-0.2.1 68
+MD5 e3c520f559bd16b26f7194e3de18aaa9 ChangeLog 1130
+MD5 f62f50be6b975356c08d85298772a8ee gkrellaclock-0.3.2.ebuild 703
+MD5 d3900b4cc6f1e1b7169e137181db4141 gkrellaclock-0.3.2.1.ebuild 707
+MD5 200f56da532b6ecad8c0176cc07d664a gkrellaclock-0.2.1.ebuild 692
MD5 c9dbdb43a9e9c1479a59d00e6f856886 files/digest-gkrellaclock-0.3.2 68
+MD5 8e15775e4d6f6afcb9a0c6a71ca9029a files/digest-gkrellaclock-0.3.2.1 70
+MD5 0ed63877aea75f4150337326535bdf77 files/digest-gkrellaclock-0.2.1 68
diff --git a/x11-plugins/wmsensormon/ChangeLog b/x11-plugins/wmsensormon/ChangeLog
index 058b02e38492..395d8ecd93a9 100644
--- a/x11-plugins/wmsensormon/ChangeLog
+++ b/x11-plugins/wmsensormon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmsensormon
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.3 2003/04/01 22:19:56 spider Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.4 2004/06/13 04:17:22 pyrania Exp $
+
+*wmsensormon-1.2.0 (13 Jun 2004)
+
+ 13 Jun 2004; <pyrania@gentoo.org> +wmsensormon-1.2.0.ebuild:
+ Version bump. Closing bug #51894.
*wmsensormon-1.2_beta (28 Jan 2003)
diff --git a/x11-plugins/wmsensormon/files/digest-wmsensormon-1.2.0 b/x11-plugins/wmsensormon/files/digest-wmsensormon-1.2.0
new file mode 100644
index 000000000000..b6022e0b0446
--- /dev/null
+++ b/x11-plugins/wmsensormon/files/digest-wmsensormon-1.2.0
@@ -0,0 +1 @@
+MD5 21fef94dfbd979c4ccca3c47c30170aa wmsensormon-1.2.0.tar.gz 25586
diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild
new file mode 100644
index 000000000000..6ebc61a8bcb3
--- /dev/null
+++ b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.1 2004/06/13 04:17:22 pyrania Exp $
+
+IUSE=""
+S=${WORKDIR}/${P/_/-}/${PN}
+DESCRIPTION="WindowMaker DockApp: Monitors sensors using lm_sensors"
+SRC_URI="mirror://sourceforge/wmsensormon/${P/_/-}.tar.gz"
+HOMEPAGE="http://wmsensormon.sourceforge.net"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+DEPEND="virtual/x11
+ sys-apps/lm-sensors"
+
+src_compile() {
+ cd ${S}
+ mv Makefile Makefile.orig
+ sed 's/^CFLAGS/#CFLAGS/' Makefile.orig > Makefile
+ rm Makefile.orig
+ emake || die
+}
+
+src_install () {
+ cd ${S}
+ dobin wmsensormon
+ #unbzip manpage - Will be updated in 1.2 release
+ bzip2 -d wmsensormon.1.bz2
+ doman wmsensormon.1
+ cd ..
+ dodoc CHANGELOG COPYING INSTALL README TODO
+}
diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild
index 9319d8ba0cdb..0aeb40c08c92 100644
--- a/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild
+++ b/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild,v 1.8 2004/03/26 23:10:15 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild,v 1.9 2004/06/13 04:17:22 pyrania Exp $
IUSE=""
S=${WORKDIR}/${P/_/-}/${PN}