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

Bug 764

Summary: GKrellm MailWatch plugin
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 MailWatch plugin -- ebuild

Description Seemant Kulleen 2002-02-19 10:26:15 UTC
YAGPE.  GKrellm has a built-in mail monitor, but this little plugin allows you
to monitor additional mailboxes.
Comment 1 Seemant Kulleen 2002-02-19 10:26:45 UTC
Created attachment 204 [details]
Gkrellm MailWatch plugin -- ebuild
Comment 2 Seemant Kulleen 2002-02-20 15:29:09 UTC
Aron,

Same issue with this: the original pkg is just mailwatch, and I prepended a
"gkrellm" to it for clarity.  Again, I'm unsure as to the appropriateness of it.
 But here, the tabs are fixed and I'm "emake or die!"ing rather than trying. 
Much more gutsy sounding anyway :)

Seemant

# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Seemant Kulleen <seemant@rocketmail.com>

P=mailwatch-0.7.2
S=${WORKDIR}/${P}
DESCRIPTION="A Gkrellm plugin that shows additional mail boxes"
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
HOMEPAGE="http://gkrellm.luon.net/mailwatch.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 mailwatch.so
    dodoc README Changelog
}
Comment 3 Seemant Kulleen 2002-02-20 15:33:51 UTC
Aron,

oops, I had forgotten the copyright year and $Header$ above.  Here it is, as
perfect as I can get it.  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=mailwatch-0.7.2
S=${WORKDIR}/${P}
DESCRIPTION="A Gkrellm plugin that shows additional mail boxes"
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
HOMEPAGE="http://gkrellm.luon.net/mailwatch.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 mailwatch.so
    dodoc README Changelog
}
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-14 09:23:19 UTC
Added into portage