summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client')
-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.13.ebuild29
-rw-r--r--mail-client/claws-mail-tnef_parse/ChangeLog6
-rw-r--r--mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.10.ebuild29
4 files changed, 10 insertions, 60 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog
index c763125f67a1..0b32784e06e4 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.38 2011/10/29 11:13:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.39 2011/12/26 12:04:29 fauli Exp $
+
+ 26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+ -claws-mail-spam_report-0.3.13.ebuild:
+ clean up
29 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
claws-mail-spam_report-0.3.14.ebuild:
diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.13.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.13.ebuild
deleted file mode 100644
index 9806a69503d8..000000000000
--- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.13.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.13.ebuild,v 1.3 2011/07/16 18:18:06 hwoarang 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.9
- >=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}
-}
diff --git a/mail-client/claws-mail-tnef_parse/ChangeLog b/mail-client/claws-mail-tnef_parse/ChangeLog
index 7bd44eeb975b..4b0c8217b1bd 100644
--- a/mail-client/claws-mail-tnef_parse/ChangeLog
+++ b/mail-client/claws-mail-tnef_parse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail-tnef_parse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.39 2011/10/29 11:13:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.40 2011/12/26 12:08:28 fauli Exp $
+
+ 26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+ -claws-mail-tnef_parse-0.3.10.ebuild:
+ clean up
29 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
claws-mail-tnef_parse-0.3.11.ebuild:
diff --git a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.10.ebuild b/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.10.ebuild
deleted file mode 100644
index eee4d51bb51a..000000000000
--- a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.10.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-tnef_parse/claws-mail-tnef_parse-0.3.10.ebuild,v 1.3 2011/07/16 18:18:18 hwoarang Exp $
-
-inherit eutils
-
-MY_P="${P#claws-mail-}"
-
-DESCRIPTION="Plugin for Claws to support application/ms-tnef attachments"
-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.9
- >=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}
-}