diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-01-09 23:07:02 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-01-09 23:07:02 +0000 |
commit | 62809ed611ce7c391194f63617e7de9dce1e7e22 (patch) | |
tree | ef4d9cc110afd9fc5650b8bc8a2840fdaf53d501 /mail-client/claws-mail-notification | |
parent | Version bump. (diff) | |
download | gentoo-2-62809ed611ce7c391194f63617e7de9dce1e7e22.tar.gz gentoo-2-62809ed611ce7c391194f63617e7de9dce1e7e22.tar.bz2 gentoo-2-62809ed611ce7c391194f63617e7de9dce1e7e22.zip |
Version bump.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'mail-client/claws-mail-notification')
3 files changed, 34 insertions, 1 deletions
diff --git a/mail-client/claws-mail-notification/ChangeLog b/mail-client/claws-mail-notification/ChangeLog index 87c71d0215cc..a02e4b85ebda 100644 --- a/mail-client/claws-mail-notification/ChangeLog +++ b/mail-client/claws-mail-notification/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-notification # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.2 2007/01/04 23:26:21 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.3 2007/01/09 23:07:02 ticho Exp $ + +*claws-mail-notification-0.8 (09 Jan 2007) + + 09 Jan 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-notification-0.8.ebuild: + Version bump. 04 Jan 2007; Steve Dibb <beandog@gentoo.org> claws-mail-notification-0.7.ebuild: diff --git a/mail-client/claws-mail-notification/claws-mail-notification-0.8.ebuild b/mail-client/claws-mail-notification/claws-mail-notification-0.8.ebuild new file mode 100644 index 000000000000..b3de857b9c5e --- /dev/null +++ b/mail-client/claws-mail-notification/claws-mail-notification-0.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.8.ebuild,v 1.1 2007/01/09 23:07:02 ticho Exp $ + +MY_P="${PN#claws-mail-}_plugin-${PV}" + +DESCRIPTION="Plugin providing various ways to notify user of new and unread mail." +HOMEPAGE="http://www.claws-mail.org" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-2.7.0" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} +} diff --git a/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.8 b/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.8 new file mode 100644 index 000000000000..100c707ce61c --- /dev/null +++ b/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.8 @@ -0,0 +1,3 @@ +MD5 5102ccfe9929af2d73c8c3caf370e6f7 notification_plugin-0.8.tar.gz 359421 +RMD160 7cd64cdd26ba20172d2b16d1d1dbb2482bd2dd8a notification_plugin-0.8.tar.gz 359421 +SHA256 d325dd328746a62802b65cf3424480268c340e8642f49183814d324cf61ecf27 notification_plugin-0.8.tar.gz 359421 |