summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2008-12-22 14:39:25 +0000
committerChristian Faulhammer <fauli@gentoo.org>2008-12-22 14:39:25 +0000
commit958027a6cd8cf62b5a179064985e6e286a6e793c (patch)
treec8fdfec3da060b84a2ff3d456563b901d3e7490d /mail-client
parentversion bump (diff)
downloadgentoo-2-958027a6cd8cf62b5a179064985e6e286a6e793c.tar.gz
gentoo-2-958027a6cd8cf62b5a179064985e6e286a6e793c.tar.bz2
gentoo-2-958027a6cd8cf62b5a179064985e6e286a6e793c.zip
version bump
(Portage version: 2.1.4.5)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-spam_report/ChangeLog8
-rw-r--r--mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.7.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog
index a0d4e9e35499..ad5d98e0a65c 100644
--- a/mail-client/claws-mail-spam_report/ChangeLog
+++ b/mail-client/claws-mail-spam_report/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/claws-mail-spam_report
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.4 2008/11/28 23:25:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.5 2008/12/22 14:39:25 fauli Exp $
+
+*claws-mail-spam_report-0.3.7 (22 Dec 2008)
+
+ 22 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-spam_report-0.3.7.ebuild:
+ version bump
28 Nov 2008; Markus Meier <maekke@gentoo.org>
claws-mail-spam_report-0.3.6.ebuild:
diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.7.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.7.ebuild
new file mode 100644
index 000000000000..540f7ad134bd
--- /dev/null
+++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.7.ebuild
@@ -0,0 +1,29 @@
+# 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.7.ebuild,v 1.1 2008/12/22 14:39:25 fauli 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}
+}