diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-06-20 12:03:51 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-06-20 12:03:51 +0000 |
commit | 281b1fd9ccabe3df76656ef1f052a6648a780192 (patch) | |
tree | 0892e2acd6feec0250450dc11ebf2ba09b0a2132 /mail-client/claws-mail-spam_report | |
parent | fix my name in ChangeLog (diff) | |
download | gentoo-2-281b1fd9ccabe3df76656ef1f052a6648a780192.tar.gz gentoo-2-281b1fd9ccabe3df76656ef1f052a6648a780192.tar.bz2 gentoo-2-281b1fd9ccabe3df76656ef1f052a6648a780192.zip |
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'mail-client/claws-mail-spam_report')
-rw-r--r-- | mail-client/claws-mail-spam_report/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.9.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 03f2c93f77a7..00a905237233 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-spam_report # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.21 2010/06/12 08:10:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.22 2010/06/20 12:03:51 fauli Exp $ + + 20 Jun 2010; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam_report-0.3.9.ebuild: + clean up *claws-mail-spam_report-0.3.11 (12 Jun 2010) diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.9.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.9.ebuild deleted file mode 100644 index 143df95a33a2..000000000000 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 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.9.ebuild,v 1.4 2009/08/01 02:16:01 darkside 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.2 - >=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} -} |