diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:49:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:49:27 +0000 |
commit | f2e174785b68976ed0c6fcbcadf06854456df7a5 (patch) | |
tree | 219a53aefef7f6ed0512986779de0b473e46757a /x11-plugins/gkrellm-mailwatch | |
parent | removed gkrellkam (diff) | |
download | gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.gz gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.bz2 gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.zip |
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog new file mode 100644 index 000000000000..ce4068d574c6 --- /dev/null +++ b/x11-plugins/gkrellm-mailwatch/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for x11-plugins/gkrellm-mailwatch +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +*gkrellm-mailwatch-0.7.2 (26 Apr 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 26 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gkrellm-mailwatch-0.7.2.ebuild + files/digest-gkrellm-mailwatch-0.7.2 : + + New plugin for gkrellm diff --git a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-0.7.2 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-0.7.2 new file mode 100644 index 000000000000..9a6f087d281d --- /dev/null +++ b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-0.7.2 @@ -0,0 +1 @@ +MD5 e150052ce56054349612575de6b1a123 mailwatch-0.7.2.tar.gz 11913 diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild new file mode 100644 index 000000000000..2d5975705a9b --- /dev/null +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild @@ -0,0 +1,27 @@ +# 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-mailwatch/gkrellm-mailwatch-0.7.2.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +MY_P=${P/gkrellm-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="A GKrellM plugin that shows the status of additional mail boxes" +SRC_URI="http://gkrellm.luon.net/files/${MY_P}.tar.gz" +HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +DEPEND=">=app-admin/gkrellm-1.0.6 + =x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1" + + +src_compile() { + make || die +} + +src_install () { + exeinto /usr/lib/gkrellm/plugins + doexe mailwatch.so + dodoc README Changelog TODO +} |