summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-01-29 00:55:21 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-01-29 00:55:21 +0000
commit135f303aa29ed7b0595e283787b4954bb2d23552 (patch)
tree9b1aa2d34b0c1b67e072307bc268f83ab65a0a17 /mail-client/claws-mail-spam_report
parentclean up (diff)
downloadgentoo-2-135f303aa29ed7b0595e283787b4954bb2d23552.tar.gz
gentoo-2-135f303aa29ed7b0595e283787b4954bb2d23552.tar.bz2
gentoo-2-135f303aa29ed7b0595e283787b4954bb2d23552.zip
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'mail-client/claws-mail-spam_report')
-rw-r--r--mail-client/claws-mail-spam_report/ChangeLog6
-rw-r--r--mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.6.ebuild29
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 c1b09c595dcc..95277c700430 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.7 2009/01/25 16:31:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.8 2009/01/29 00:55:21 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -claws-mail-spam_report-0.3.6.ebuild:
+ clean up
25 Jan 2009; Markus Meier <maekke@gentoo.org>
claws-mail-spam_report-0.3.7.ebuild:
diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.6.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.6.ebuild
deleted file mode 100644
index 0ad651ebc2e2..000000000000
--- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 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.6.ebuild,v 1.3 2008/11/28 23:25:16 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 x86"
-IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.6.1
- >=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}
-}