diff options
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
4 files changed, 12 insertions, 10 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog index 3de2a6d55d6a..9f3051b92132 100644 --- a/x11-plugins/gkrellm-mailwatch/ChangeLog +++ b/x11-plugins/gkrellm-mailwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-mailwatch # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.12 2003/06/24 22:59:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.13 2003/07/16 16:31:45 mholzer Exp $ + + 17 Jul 2003; Martin Holzer <mholzer@gentoo.org> + gkrellm-mailwatch-2.4.1.ebuild, gkrellm-mailwatch-2.4.2.ebuild: + Removed imlib from DEPEND. Close s#24547. *gkrellm-mailwatch-2.4.2 (25 Jun 2003) diff --git a/x11-plugins/gkrellm-mailwatch/Manifest b/x11-plugins/gkrellm-mailwatch/Manifest index 57f4932e6e07..d9389962a9d8 100644 --- a/x11-plugins/gkrellm-mailwatch/Manifest +++ b/x11-plugins/gkrellm-mailwatch/Manifest @@ -1,7 +1,7 @@ -MD5 3b3f7ce36b3e970d87a804d18feb49db ChangeLog 1862 +MD5 885236d0ba000cf9ad9a1116d3fe0d1d ChangeLog 2023 MD5 55830788c3e20ebe7e92d6114c8b8ed9 gkrellm-mailwatch-0.7.2.ebuild 728 -MD5 b1fa225c07df545bf1801abc92cb5a69 gkrellm-mailwatch-2.4.1.ebuild 714 -MD5 44f9058fe03c7d96576808d17d8f4346 gkrellm-mailwatch-2.4.2.ebuild 712 +MD5 2407c9336d73cf6e36ba7bc461b992df gkrellm-mailwatch-2.4.1.ebuild 684 +MD5 ea18d19b97f468b6730c50841e4a73ba gkrellm-mailwatch-2.4.2.ebuild 682 MD5 2682942f3d6fdc5a9af73fdf2102ec9f files/digest-gkrellm-mailwatch-0.7.2 66 MD5 ea803dbd027f51f7f8ee58e590322da6 files/digest-gkrellm-mailwatch-2.4.1 74 MD5 336ae67c677d06e8c118ed8e7b70482a files/digest-gkrellm-mailwatch-2.4.2 74 diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild index 7b5771b62875..eb5752689311 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2003 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-2.4.1.ebuild,v 1.2 2003/06/24 23:00:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild,v 1.3 2003/07/16 16:31:45 mholzer Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml" -DEPEND="=app-admin/gkrellm-2* - >=media-libs/imlib-1.9.14-r1" +DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild index a67d7b3003a7..34144c306805 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2003 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-2.4.2.ebuild,v 1.2 2003/06/28 14:33:28 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild,v 1.3 2003/07/16 16:31:45 mholzer Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml" -DEPEND="=app-admin/gkrellm-2* - >=media-libs/imlib-1.9.14-r1" +DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" |