diff options
8 files changed, 148 insertions, 4 deletions
diff --git a/mail-client/claws-mail-gtkhtml/ChangeLog b/mail-client/claws-mail-gtkhtml/ChangeLog index 43f1ecda2787..0f4be3981c20 100644 --- a/mail-client/claws-mail-gtkhtml/ChangeLog +++ b/mail-client/claws-mail-gtkhtml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-gtkhtml # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.70 2010/05/11 17:50:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.71 2010/06/12 08:07:00 fauli Exp $ + +*claws-mail-gtkhtml-0.27 (12 Jun 2010) + + 12 Jun 2010; <fauli@gentoo.org> +claws-mail-gtkhtml-0.27.ebuild: + version bump, bug 319161 11 May 2010; Brent Baude <ranger@gentoo.org> claws-mail-gtkhtml-0.26.ebuild: diff --git a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild new file mode 100644 index 000000000000..1c499eb6184b --- /dev/null +++ b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild,v 1.1 2010/06/12 08:07:00 fauli Exp $ + +inherit eutils + +MY_P="${PN#claws-mail-}2_viewer-${PV}" + +DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget." +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="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +RDEPEND=">=mail-client/claws-mail-3.7.6 + net-misc/curl" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf --disable-accessibility + emake || die +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} +} diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 22d8d7c48e6f..03f2c93f77a7 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-spam_report # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.20 2010/03/11 20:48:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.21 2010/06/12 08:10:12 fauli Exp $ + +*claws-mail-spam_report-0.3.11 (12 Jun 2010) + + 12 Jun 2010; <fauli@gentoo.org> +claws-mail-spam_report-0.3.11.ebuild: + version bump, bug 319161 11 Mar 2010; Markus Meier <maekke@gentoo.org> claws-mail-spam_report-0.3.10.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild new file mode 100644 index 000000000000..71c53e62a976 --- /dev/null +++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 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.11.ebuild,v 1.1 2010/06/12 08:10:12 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 ~ppc ~x86" +IUSE="" +RDEPEND=">=mail-client/claws-mail-3.7.6 + >=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} +} diff --git a/mail-client/claws-mail-tnef_parse/ChangeLog b/mail-client/claws-mail-tnef_parse/ChangeLog index 8e737e5c03be..c9f92ff7c7cd 100644 --- a/mail-client/claws-mail-tnef_parse/ChangeLog +++ b/mail-client/claws-mail-tnef_parse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-tnef_parse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.21 2010/03/11 20:49:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.22 2010/06/12 08:13:16 fauli Exp $ + +*claws-mail-tnef_parse-0.3.8 (12 Jun 2010) + + 12 Jun 2010; <fauli@gentoo.org> +claws-mail-tnef_parse-0.3.8.ebuild: + version bump, bug 319161 11 Mar 2010; Markus Meier <maekke@gentoo.org> claws-mail-tnef_parse-0.3.7.ebuild: diff --git a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild b/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild new file mode 100644 index 000000000000..38c48f2cf6b9 --- /dev/null +++ b/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 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.8.ebuild,v 1.1 2010/06/12 08:13:16 fauli 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.6 + >=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} +} diff --git a/mail-client/claws-mail-vcalendar/ChangeLog b/mail-client/claws-mail-vcalendar/ChangeLog index 6571d6e2823c..2a6160f36e29 100644 --- a/mail-client/claws-mail-vcalendar/ChangeLog +++ b/mail-client/claws-mail-vcalendar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-vcalendar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.78 2010/05/11 17:52:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.79 2010/06/12 08:17:03 fauli Exp $ + +*claws-mail-vcalendar-2.0.8 (12 Jun 2010) + + 12 Jun 2010; <fauli@gentoo.org> +claws-mail-vcalendar-2.0.8.ebuild: + version bump, bug 319161 11 May 2010; Brent Baude <ranger@gentoo.org> claws-mail-vcalendar-2.0.7.ebuild: diff --git a/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.8.ebuild b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.8.ebuild new file mode 100644 index 000000000000..9bb18c3c0d3b --- /dev/null +++ b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.8.ebuild,v 1.1 2010/06/12 08:17:03 fauli Exp $ + +inherit eutils + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Plugin for Claws to support the vCalendar meeting format" +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="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=mail-client/claws-mail-3.7.6 + >=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} + + # going to conflict with libical + rm -f "${D}"/usr/include/ical.h +} |