summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.14.ebuild')
-rw-r--r--mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.14.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.14.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.14.ebuild
deleted file mode 100644
index 0e47733cc970..000000000000
--- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.14.ebuild
+++ /dev/null
@@ -1,31 +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.14.ebuild,v 1.3 2011/10/29 11:13:10 hwoarang 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.7.10
- >=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/$(get_libdir)/claws-mail/plugins/*.{a,la}
-}