diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-01-04 11:59:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-01-04 11:59:37 +0000 |
commit | 9fb0e09a395d1510abcbbde6609c59c8f63ec9bf (patch) | |
tree | 26b3a59a77ec8c5cc4184cf51346b63979f1a36d /mail-client | |
parent | Remove old (diff) | |
download | gentoo-2-9fb0e09a395d1510abcbbde6609c59c8f63ec9bf.tar.gz gentoo-2-9fb0e09a395d1510abcbbde6609c59c8f63ec9bf.tar.bz2 gentoo-2-9fb0e09a395d1510abcbbde6609c59c8f63ec9bf.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.16.ebuild | 32 |
2 files changed, 5 insertions, 33 deletions
diff --git a/mail-client/claws-mail-spam-report/ChangeLog b/mail-client/claws-mail-spam-report/ChangeLog index 5364816e4437..58367e2cd0dc 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam-report/ChangeLog,v 1.4 2013/01/03 01:30:37 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam-report/ChangeLog,v 1.5 2013/01/04 11:59:37 fauli Exp $ + + 04 Jan 2013; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam-report-0.3.16.ebuild: + clean up 03 Jan 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-spam-report-0.3.17.ebuild: diff --git a/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.16.ebuild b/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.16.ebuild deleted file mode 100644 index 700a2da7a48e..000000000000 --- a/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.16.ebuild +++ /dev/null @@ -1,32 +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.16.ebuild,v 1.1 2012/11/20 21:16:44 fauli Exp $ - -EAPI=4 - -inherit eutils multilib - -MY_P="${P#claws-mail-}" -MY_P="${MY_P/-/_}" - -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.1 - >=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} -} |