diff options
author | Aron Griffis <agriffis@gentoo.org> | 2002-02-20 02:50:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2002-02-20 02:50:33 +0000 |
commit | 166151bf655c74e2ad9cfaa3c41360ae86fbd837 (patch) | |
tree | e5e475df4b7d7d84c193e7c50a104db9059a3145 /x11-misc | |
parent | Added alltraxclock ebuild (gkrellm plugin) from Seemant Kulleen (diff) | |
download | gentoo-2-166151bf655c74e2ad9cfaa3c41360ae86fbd837.tar.gz gentoo-2-166151bf655c74e2ad9cfaa3c41360ae86fbd837.tar.bz2 gentoo-2-166151bf655c74e2ad9cfaa3c41360ae86fbd837.zip |
Added glogwatch plugin for gkrellm from Seemant Kulleen.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/alltraxclock/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/glogwatch/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/glogwatch/files/digest-glogwatch-1.0 | 1 | ||||
-rw-r--r-- | x11-misc/glogwatch/glogwatch-1.0.ebuild | 23 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-misc/alltraxclock/ChangeLog b/x11-misc/alltraxclock/ChangeLog new file mode 100644 index 000000000000..6e2f38c44908 --- /dev/null +++ b/x11-misc/alltraxclock/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/alltraxclock +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltraxclock/ChangeLog,v 1.1 2002/02/20 02:50:33 agriffis Exp $ + +*alltraxclock-0.2 (19 Feb 2002) + + 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> alltraxclock-0.2.ebuild: + + Added alltraxclock plugin for gkrellm. Thanks to Seemant Kulleen for the + ebuild. diff --git a/x11-misc/glogwatch/ChangeLog b/x11-misc/glogwatch/ChangeLog new file mode 100644 index 000000000000..8a2533e86ba3 --- /dev/null +++ b/x11-misc/glogwatch/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/glogwatch +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glogwatch/ChangeLog,v 1.1 2002/02/20 02:50:33 agriffis Exp $ + +*glogwatch-1.0 (19 Feb 2002) + + 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-misc/glogwatch/files/digest-glogwatch-1.0 b/x11-misc/glogwatch/files/digest-glogwatch-1.0 new file mode 100644 index 000000000000..0c0340d834e8 --- /dev/null +++ b/x11-misc/glogwatch/files/digest-glogwatch-1.0 @@ -0,0 +1 @@ +MD5 d1b9459fd2ce25ee832e63730a9ac606 glogwatch-1.0.tar.gz 4977 diff --git a/x11-misc/glogwatch/glogwatch-1.0.ebuild b/x11-misc/glogwatch/glogwatch-1.0.ebuild new file mode 100644 index 000000000000..57ceacd6c27f --- /dev/null +++ b/x11-misc/glogwatch/glogwatch-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Seemant Kulleen <seemant@rocketmail.com> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glogwatch/glogwatch-1.0.ebuild,v 1.1 2002/02/20 02:50:33 agriffis Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A Gkrellm plugin that tracks a log file." +SRC_URI="http://www.uberh4x0r.org/download/gkrellm/${P}.tar.gz" +HOMEPAGE="http://www.uberh4x0r.org/download/gkrellm" + +DEPEND=">=app-admin/gkrellm-1.0.6 + >=x11-libs/gtk+-1.2.10-r4 + >=media-libs/imlib-1.9.10-r1" + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/lib/gkrellm/plugins + doexe glogwatch.so + dodoc README COPYRIGHT +} |