diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-08 21:52:30 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-08 21:52:30 +0000 |
commit | 8cb518651b14965ab023d11763847310cb03ed82 (patch) | |
tree | 1ed437a279d3b954e3539fd466b0ca323156281c /mail-client/claws-mail-spam_report | |
parent | And another fix for the Claws mask...stupid keyboard (diff) | |
download | gentoo-2-8cb518651b14965ab023d11763847310cb03ed82.tar.gz gentoo-2-8cb518651b14965ab023d11763847310cb03ed82.tar.bz2 gentoo-2-8cb518651b14965ab023d11763847310cb03ed82.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client/claws-mail-spam_report')
-rw-r--r-- | mail-client/claws-mail-spam_report/ChangeLog | 10 | ||||
-rw-r--r-- | mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 5ffd4c2a92b6..9ec84768cab6 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-spam_report -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.17 2009/08/26 16:55:14 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.18 2010/01/08 21:52:30 fauli Exp $ + +*claws-mail-spam_report-0.3.10 (08 Jan 2010) + + 08 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-spam_report-0.3.10.ebuild: + version bump 26 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -claws-mail-spam_report-0.3.8.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild new file mode 100644 index 000000000000..ac233d4cda38 --- /dev/null +++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild,v 1.1 2010/01/08 21:52:30 fauli Exp $ + +inherit eutils + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Plugin for Claws to report spam to various places" +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 ~x86" +IUSE="" +RDEPEND=">=mail-client/claws-mail-3.7.4 + >=net-misc/curl-7.9.7" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} +} |