diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 09:16:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 09:16:05 +0000 |
commit | 1c440779cbe3760af7a8e1ec656b0cd0db2b16fa (patch) | |
tree | 898b136624ef0b0faf277cbb8230e830c2760b0f /x11-plugins/gkrellm-logwatch | |
parent | Added imq patch from 1.2.6a-r2 to 1.2.7a. (diff) | |
download | gentoo-2-1c440779cbe3760af7a8e1ec656b0cd0db2b16fa.tar.gz gentoo-2-1c440779cbe3760af7a8e1ec656b0cd0db2b16fa.tar.bz2 gentoo-2-1c440779cbe3760af7a8e1ec656b0cd0db2b16fa.zip |
glogwatch to gkrellm-logwatch
Diffstat (limited to 'x11-plugins/gkrellm-logwatch')
-rw-r--r-- | x11-plugins/gkrellm-logwatch/ChangeLog | 14 | ||||
-rw-r--r-- | x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild | 25 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-logwatch/ChangeLog b/x11-plugins/gkrellm-logwatch/ChangeLog new file mode 100644 index 000000000000..90b436b7aded --- /dev/null +++ b/x11-plugins/gkrellm-logwatch/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for x11-plugins/glogwatch +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-logwatch/ChangeLog,v 1.1 2002/08/30 09:16:05 seemant Exp $ + +*glogwatch-1.0 (19 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> glogwatch-1.0.ebuild: + + Added glogwatch plugin for gkrellm. Thanks to Seemant Kulleen for the + ebuild. diff --git a/x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 b/x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 new file mode 100644 index 000000000000..0c0340d834e8 --- /dev/null +++ b/x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 @@ -0,0 +1 @@ +MD5 d1b9459fd2ce25ee832e63730a9ac606 glogwatch-1.0.tar.gz 4977 diff --git a/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild b/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild new file mode 100644 index 000000000000..7db4f1a2b6b4 --- /dev/null +++ b/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild,v 1.1 2002/08/30 09:16:05 seemant Exp $ + +MY_P=${P/krellm-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="A Gkrellm plugin that tracks a log file." +SRC_URI="http://www.uberh4x0r.org/download/gkrellm/${MY_P}.tar.gz" +HOMEPAGE="http://www.uberh4x0r.org/download/gkrellm" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="=app-admin/gkrellm-1.2*" + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/lib/gkrellm/plugins + doexe glogwatch.so + dodoc README COPYRIGHT +} |