diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-03-25 02:47:55 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-03-25 02:47:55 +0000 |
commit | c129411705e62f648f97b510c2368765583589da (patch) | |
tree | 72b52aeb9fd2d7fa76620e04bcc11a044cb2b8b5 /x11-plugins/gkwebmon | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-c129411705e62f648f97b510c2368765583589da.tar.gz gentoo-2-c129411705e62f648f97b510c2368765583589da.tar.bz2 gentoo-2-c129411705e62f648f97b510c2368765583589da.zip |
Version bump. Closing bug #38336.
Diffstat (limited to 'x11-plugins/gkwebmon')
-rw-r--r-- | x11-plugins/gkwebmon/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/gkwebmon/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gkwebmon/files/digest-gkwebmon-0.2 | 1 | ||||
-rw-r--r-- | x11-plugins/gkwebmon/gkwebmon-0.2.ebuild | 25 |
4 files changed, 35 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/Manifest b/x11-plugins/gkwebmon/Manifest index 4067c2f6c60b..b55c6915a3fb 100644 --- a/x11-plugins/gkwebmon/Manifest +++ b/x11-plugins/gkwebmon/Manifest @@ -1,3 +1,5 @@ MD5 dc4942b8b7e8314e8258f2cb6465aecd gkwebmon-0.1b.ebuild 599 +MD5 399a94d2469e7739493bf8f3e6ea1906 gkwebmon-0.2.ebuild 597 MD5 ef5ccfcb4b2ccd465697fb2157cc765c ChangeLog 520 MD5 e2d0f770ed50ef17fbeac6997d779f20 files/digest-gkwebmon-0.1b 64 +MD5 e3e58b3fad106069c8f4278c0ca12874 files/digest-gkwebmon-0.2 60 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 +} |