diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-07-07 14:32:14 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-07-07 14:32:14 +0000 |
commit | 1d8679de6ea47e0981dee5e66e580bd8b1f05d2f (patch) | |
tree | bdc3b332e77aabef6e0f8627b192a262fc0aba3c /mail-client | |
parent | Version bump. (diff) | |
download | gentoo-2-1d8679de6ea47e0981dee5e66e580bd8b1f05d2f.tar.gz gentoo-2-1d8679de6ea47e0981dee5e66e580bd8b1f05d2f.tar.bz2 gentoo-2-1d8679de6ea47e0981dee5e66e580bd8b1f05d2f.zip |
Version bump.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'mail-client')
3 files changed, 33 insertions, 1 deletions
diff --git a/mail-client/claws-mail-fetchinfo/ChangeLog b/mail-client/claws-mail-fetchinfo/ChangeLog index 2f15ba21753b..66acca8fbca9 100644 --- a/mail-client/claws-mail-fetchinfo/ChangeLog +++ b/mail-client/claws-mail-fetchinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-fetchinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.4 2007/01/31 19:38:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.5 2007/07/07 14:32:14 ticho Exp $ + +*claws-mail-fetchinfo-0.4.19 (07 Jul 2007) + + 07 Jul 2007; <ticho@gentoo.org> +claws-mail-fetchinfo-0.4.19.ebuild: + Version bump. 31 Jan 2007; Markus Rothe <corsair@gentoo.org> claws-mail-fetchinfo-0.4.17.ebuild: diff --git a/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.19.ebuild b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.19.ebuild new file mode 100644 index 000000000000..5de3ecff6d5e --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.19.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-fetchinfo/claws-mail-fetchinfo-0.4.19.ebuild,v 1.1 2007/07/07 14:32:14 ticho Exp $ + +MY_P="${PN#claws-mail-}-plugin-${PV}" + +DESCRIPTION="Plugin for sylpheed-claws to add additional headers with download information" +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 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-2.10.0" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc ChangeLog README + + # kill useless files + rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} +} diff --git a/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.19 b/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.19 new file mode 100644 index 000000000000..fbb07c05f333 --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.19 @@ -0,0 +1,3 @@ +MD5 88c7888b879c85b0038cba345f389ceb fetchinfo-plugin-0.4.19.tar.gz 328005 +RMD160 e4f3bbe2658f98683db0c011fd7ad342c0dbd0b3 fetchinfo-plugin-0.4.19.tar.gz 328005 +SHA256 fc8160cb6fdd8d7b00ce672c0f6d6d5f5d00b722b0bb57f13173730cf2f420ce fetchinfo-plugin-0.4.19.tar.gz 328005 |