summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-12-26 12:08:29 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-12-26 12:08:29 +0000
commit064a8ad8c6c8c113d0dfd1072c2b3d80f50604f9 (patch)
tree5d4ef7d2d3635f5adc360a9fe4720f18b3f1a496 /mail-client/claws-mail-spam_report
parentclean up (diff)
downloadhistorical-064a8ad8c6c8c113d0dfd1072c2b3d80f50604f9.tar.gz
historical-064a8ad8c6c8c113d0dfd1072c2b3d80f50604f9.tar.bz2
historical-064a8ad8c6c8c113d0dfd1072c2b3d80f50604f9.zip
version bump for bug 395381 by Justin
Package-Manager: portage-2.1.10.41/cvs/Linux i686
Diffstat (limited to 'mail-client/claws-mail-spam_report')
-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.15.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog
index 0b32784e06e4..3c1b29a0146c 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.39 2011/12/26 12:04:29 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.40 2011/12/26 12:06:35 fauli Exp $
+
+*claws-mail-spam_report-0.3.15 (26 Dec 2011)
+
+ 26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-spam_report-0.3.15.ebuild:
+ version bump for bug 395381 by Justin
26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
-claws-mail-spam_report-0.3.13.ebuild:
diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild
new file mode 100644
index 000000000000..8e94ca87170b
--- /dev/null
+++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild
@@ -0,0 +1,31 @@
+# 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.15.ebuild,v 1.1 2011/12/26 12:06:35 fauli 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.8.0
+ >=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}
+}