diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-01-09 22:48:33 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-01-09 22:48:33 +0000 |
commit | 9ad9428fe6c4b66c4a3fd15702962a51e714458e (patch) | |
tree | 92317602aa0dbd7ba16a9275e51d144deac7d662 /mail-client/claws-mail-att-remover | |
parent | Version bump. (diff) | |
download | gentoo-2-9ad9428fe6c4b66c4a3fd15702962a51e714458e.tar.gz gentoo-2-9ad9428fe6c4b66c4a3fd15702962a51e714458e.tar.bz2 gentoo-2-9ad9428fe6c4b66c4a3fd15702962a51e714458e.zip |
Version bump.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'mail-client/claws-mail-att-remover')
3 files changed, 39 insertions, 2 deletions
diff --git a/mail-client/claws-mail-att-remover/ChangeLog b/mail-client/claws-mail-att-remover/ChangeLog index 9b5a1e1da2cb..ab721a05141a 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.1 2006/12/19 20:07:04 ticho Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.2 2007/01/09 22:48:33 ticho Exp $ + +*claws-mail-att-remover-1.0.5 (09 Jan 2007) + + 09 Jan 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-att-remover-1.0.5.ebuild: + Version bump. *claws-mail-att-remover-1.0.4 (19 Dec 2006) diff --git a/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.5.ebuild b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.5.ebuild new file mode 100644 index 000000000000..5da1e361d58a --- /dev/null +++ b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.5.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.5.ebuild,v 1.1 2007/01/09 22:48:33 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-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-2.7.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.5 b/mail-client/claws-mail-att-remover/files/digest-claws-mail-att-remover-1.0.5 new file mode 100644 index 000000000000..7a1d132bda09 --- /dev/null +++ b/mail-client/claws-mail-att-remover/files/digest-claws-mail-att-remover-1.0.5 @@ -0,0 +1,3 @@ +MD5 740ee4cb957fdd3228c2c2f2df314721 att_remover-1.0.5.tar.gz 320270 +RMD160 0d2ddb87257734c492b614dc4767d29046d86abc att_remover-1.0.5.tar.gz 320270 +SHA256 b3d3e6c1053ee0422f10fb1fb2e99e8da1f02597d48c13e310d63e18dc762f13 att_remover-1.0.5.tar.gz 320270 |