diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2012-11-20 20:51:11 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2012-11-20 20:51:11 +0000 |
commit | 85cbec2c07ac9491c1317f754d9ce2d689a3f5c8 (patch) | |
tree | 21d1e3ebf4dcbe5b5f115d27978de8794a375958 /mail-client | |
parent | version bump (diff) | |
download | gentoo-2-85cbec2c07ac9491c1317f754d9ce2d689a3f5c8.tar.gz gentoo-2-85cbec2c07ac9491c1317f754d9ce2d689a3f5c8.tar.bz2 gentoo-2-85cbec2c07ac9491c1317f754d9ce2d689a3f5c8.zip |
clean up
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
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.15.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 766ce4707339..64f338bda6f1 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.48 2012/10/31 18:47:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.49 2012/11/20 20:51:11 fauli Exp $ + + 20 Nov 2012; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam_report-0.3.15.ebuild: + clean up 31 Oct 2012; Andreas Schuerch <nativemad@gentoo.org> claws-mail-spam_report-0.3.16.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild deleted file mode 100644 index 78243d54abb4..000000000000 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 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.15.ebuild,v 1.4 2012/05/04 08:42:23 jdhore Exp $ - -EAPI=4 - -inherit eutils multilib - -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.8.0 - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/$(get_libdir)/claws-mail/plugins/*.{a,la} -} |