diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-07-31 09:09:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-07-31 09:09:41 +0000 |
commit | 91c5a61907315f128ab7b121c70211b990fa3e09 (patch) | |
tree | 1028a5262529ea9bd0a0bb8d9452a55aaec8e9a0 /mail-client | |
parent | clean up (diff) | |
download | gentoo-2-91c5a61907315f128ab7b121c70211b990fa3e09.tar.gz gentoo-2-91c5a61907315f128ab7b121c70211b990fa3e09.tar.bz2 gentoo-2-91c5a61907315f128ab7b121c70211b990fa3e09.zip |
clean up
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-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.12.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 c2d9c608ddce..1469966aabb5 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.34 2011/07/16 18:18:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.35 2011/07/31 09:09:41 fauli Exp $ + + 31 Jul 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam_report-0.3.12.ebuild: + clean up 16 Jul 2011; Markos Chandras <hwoarang@gentoo.org> claws-mail-spam_report-0.3.13.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild deleted file mode 100644 index dcdd42c951f6..000000000000 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 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.12.ebuild,v 1.4 2011/01/15 14:38:36 maekke 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.7 - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} |