Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 763

Summary: GKrellm ConsoleWatch plugin -- new ebuild
Product: Gentoo Linux Reporter: Seemant Kulleen <seemantk>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: GKrellm ConsoleWatch plugin ebuild

Description Seemant Kulleen 2002-02-19 10:23:31 UTC
OK, 3 more (including this one) GKrellm plugin ebuilds.  This one is console
watch.  Pretty much useless to me, but I was on a roll.  Basically it keeps tabs
on tty1 - tty6 and tells you who is logged in.
Comment 1 Seemant Kulleen 2002-02-19 10:24:16 UTC
Created attachment 203 [details]
GKrellm ConsoleWatch plugin ebuild
Comment 2 Seemant Kulleen 2002-02-20 15:25:53 UTC
Aron,

Here's a slightly fixed up version of the ebuild.  I had to use P=  only because
I named the ebuid gkrellm-console (for clarity), while the actual package name
is consolewatch.  Not sure how to handle that..

Thanks,

Seemant

----cut here

# 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$

P=consolewatch-0.1
S=${WORKDIR}/${P}
DESCRIPTION="A Gkrellm plugin that shows which consoles are in use by whom."
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
HOMEPAGE="http://gkrellm.luon.net/consolewatch.phtml"

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 consolewatch.so
        dodoc README Changelog TODO
}
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-14 09:47:10 UTC
added to portage