diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-02-27 20:11:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-02-27 20:11:56 +0000 |
commit | 004bd98d05f0452a9c703e6494e4b121b899c68c (patch) | |
tree | 154394e8399774b4e3bf9e9b1f77c4bd659564dc | |
parent | Unused version, never had a stable keyword.. (diff) | |
download | gentoo-2-004bd98d05f0452a9c703e6494e4b121b899c68c.tar.gz gentoo-2-004bd98d05f0452a9c703e6494e4b121b899c68c.tar.bz2 gentoo-2-004bd98d05f0452a9c703e6494e4b121b899c68c.zip |
Version bump.
(Portage version: 2.1.2-r11)
3 files changed, 34 insertions, 1 deletions
diff --git a/mail-client/claws-mail-notification/ChangeLog b/mail-client/claws-mail-notification/ChangeLog index e9f3a6094f9b..f96cf96667c8 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.4 2007/01/25 08:13:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.5 2007/02/27 20:11:56 ticho Exp $ + +*claws-mail-notification-0.9 (27 Feb 2007) + + 27 Feb 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-notification-0.9.ebuild: + Version bump. 25 Jan 2007; Christian Faulhammer <opfer@gentoo.org> claws-mail-notification-0.7.ebuild: diff --git a/mail-client/claws-mail-notification/claws-mail-notification-0.9.ebuild b/mail-client/claws-mail-notification/claws-mail-notification-0.9.ebuild new file mode 100644 index 000000000000..559fc7999fc0 --- /dev/null +++ b/mail-client/claws-mail-notification/claws-mail-notification-0.9.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.9.ebuild,v 1.1 2007/02/27 20:11:56 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.8.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.9 b/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.9 new file mode 100644 index 000000000000..af561ed3fe75 --- /dev/null +++ b/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.9 @@ -0,0 +1,3 @@ +MD5 6a9d131eb4eccccfaaee3b086ea360f9 notification_plugin-0.9.tar.gz 360826 +RMD160 1087926f191313b3090968eb6dc5749594bacaab notification_plugin-0.9.tar.gz 360826 +SHA256 280ec06e2520e14f766adc69c118817b6e763718016789ed9b2d5c28a6f9a11c notification_plugin-0.9.tar.gz 360826 |