Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764 - GKrellm MailWatch plugin
Summary: GKrellm MailWatch plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-19 10:26 UTC by Seemant Kulleen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Gkrellm MailWatch plugin -- ebuild (gkrellm-mailwatch-0.7.2.ebuild,637 bytes, application/octet-stream)
2002-02-19 10:26 UTC, Seemant Kulleen
Details

Note You need to log in before you can comment on or make changes to this bug.
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