summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-03-25 02:47:55 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-03-25 02:47:55 +0000
commit031887a185ad0a1716dc797a6c852c5c30369494 (patch)
tree655cb7d3a5b939907173b56a2e1829ecb55747b0 /x11-plugins/gkwebmon
parentAdded ~sparc keyword. (diff)
downloadhistorical-031887a185ad0a1716dc797a6c852c5c30369494.tar.gz
historical-031887a185ad0a1716dc797a6c852c5c30369494.tar.bz2
historical-031887a185ad0a1716dc797a6c852c5c30369494.zip
Version bump. Closing bug #38336.
Diffstat (limited to 'x11-plugins/gkwebmon')
-rw-r--r--x11-plugins/gkwebmon/ChangeLog9
-rw-r--r--x11-plugins/gkwebmon/files/digest-gkwebmon-0.21
-rw-r--r--x11-plugins/gkwebmon/gkwebmon-0.2.ebuild25
3 files changed, 33 insertions, 2 deletions
diff --git a/x11-plugins/gkwebmon/ChangeLog b/x11-plugins/gkwebmon/ChangeLog
index 94b02c207825..2a56afdfaea5 100644
--- a/x11-plugins/gkwebmon/ChangeLog
+++ b/x11-plugins/gkwebmon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gkwebmon
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/ChangeLog,v 1.1 2003/02/12 11:03:19 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/ChangeLog,v 1.2 2004/03/25 02:47:55 pyrania Exp $
+
+*gkwebmon-0.2 (25 Mar 2004)
+
+ 25 Mar 2004; Markus Nigbur <pyrania@gentoo.org> gkwebmon-0.2.ebuild:
+ Version bump. Closing bug #38336.
*gkwebmon-0.1b (12 Feb 2003)
diff --git a/x11-plugins/gkwebmon/files/digest-gkwebmon-0.2 b/x11-plugins/gkwebmon/files/digest-gkwebmon-0.2
new file mode 100644
index 000000000000..bb79a4fbf97d
--- /dev/null
+++ b/x11-plugins/gkwebmon/files/digest-gkwebmon-0.2
@@ -0,0 +1 @@
+MD5 2fa572746e14e8db9ed9ab78cc934a5f gkwebmon-0.2.tgz 14163
diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild
new file mode 100644
index 000000000000..1b0b62706af1
--- /dev/null
+++ b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild,v 1.1 2004/03/25 02:47:55 pyrania Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A web monitor plugin for GKrellM2"
+HOMEPAGE="http://gkwebmon.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gkwebmon/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="=app-admin/gkrellm-2*"
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ insinto /usr/lib/gkrellm2/plugins
+ doins gkwebmon.so
+}