diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-09-03 19:21:20 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-09-03 19:21:20 +0000 |
commit | 68d34faccb83ea3af17a7236d15def3b6e56c748 (patch) | |
tree | e2ec1d83f773cdec0a0b5d59555a4037a4b88ee6 /mail-client | |
parent | Version bump. (diff) | |
download | gentoo-2-68d34faccb83ea3af17a7236d15def3b6e56c748.tar.gz gentoo-2-68d34faccb83ea3af17a7236d15def3b6e56c748.tar.bz2 gentoo-2-68d34faccb83ea3af17a7236d15def3b6e56c748.zip |
Version bump.
(Portage version: 2.1.3.7)
Diffstat (limited to 'mail-client')
3 files changed, 38 insertions, 1 deletions
diff --git a/mail-client/claws-mail-att-remover/ChangeLog b/mail-client/claws-mail-att-remover/ChangeLog index f34df0dacf0d..8f451234b48f 100644 --- a/mail-client/claws-mail-att-remover/ChangeLog +++ b/mail-client/claws-mail-att-remover/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-att-remover # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.5 2007/07/07 14:28:03 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.6 2007/09/03 19:21:19 ticho Exp $ + +*claws-mail-att-remover-1.0.7 (03 Sep 2007) + + 03 Sep 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-att-remover-1.0.7.ebuild: + Version bump. *claws-mail-att-remover-1.0.6 (07 Jul 2007) diff --git a/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.7.ebuild b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.7.ebuild new file mode 100644 index 000000000000..72edb8cacd13 --- /dev/null +++ b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.7.ebuild @@ -0,0 +1,28 @@ +# 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-att-remover/claws-mail-att-remover-1.0.7.ebuild,v 1.1 2007/09/03 19:21:19 ticho Exp $ + +inherit eutils + +MY_P="${P#claws-mail-}" +MY_P="${MY_P/-/_}" + +DESCRIPTION="This plugin lets you remove attachments from mails." +HOMEPAGE="http://www.claws-mail.org" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.0.0" + +S="${WORKDIR}/${MY_P}" + +src_install() { + pwd + 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-att-remover/files/digest-claws-mail-att-remover-1.0.7 b/mail-client/claws-mail-att-remover/files/digest-claws-mail-att-remover-1.0.7 new file mode 100644 index 000000000000..aa84f2fc7c53 --- /dev/null +++ b/mail-client/claws-mail-att-remover/files/digest-claws-mail-att-remover-1.0.7 @@ -0,0 +1,3 @@ +MD5 780f4abb37e502c1de2a0354bc60d63b att_remover-1.0.7.tar.gz 322799 +RMD160 1bfaa456bf8e482773088b6442b9def83f889eb4 att_remover-1.0.7.tar.gz 322799 +SHA256 32ff1dc81655dc47c593f1c2d5cbcb4f7ce84382581c96c3081f75dd605fcc4f att_remover-1.0.7.tar.gz 322799 |