# ChangeLog for mail-client/claws-mail-attachwarner
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.5 2007/02/27 20:05:18 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.6 2007/04/16 13:13:03 ticho Exp $
+
+*claws-mail-attachwarner-0.2.6 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-attachwarner-0.2.6.ebuild:
+ Version bump.
*claws-mail-attachwarner-0.2.5 (27 Feb 2007)
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild,v 1.1 2007/04/16 13:13:03 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Warns when the user composes a message mentioning an attachment in
+the message body without attaching any files to the message."
+HOMEPAGE="http://www.claws-mail.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+DEPEND=">=mail-client/claws-mail-2.9.0
+ nls? ( >=sys-devel/gettext-0.12.1 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ econf $(use_enable nls) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc ChangeLog README
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
--- /dev/null
+MD5 f3a8cdd7c5f86343f86038eb8b6eda45 attachwarner-0.2.6.tar.gz 381518
+RMD160 ce60c29d1321a430c95c98051b677411ba27c3b0 attachwarner-0.2.6.tar.gz 381518
+SHA256 6162a8d6c394181a0384a6e9413e06bc1a7d4738c3c924349ef5dd2078993b9e attachwarner-0.2.6.tar.gz 381518
# ChangeLog for mail-client/claws-mail-gtkhtml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.7 2007/02/27 20:08:18 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.8 2007/04/16 13:13:53 ticho Exp $
+
+*claws-mail-gtkhtml-0.15 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-gtkhtml-0.15.ebuild:
+ Version bump.
*claws-mail-gtkhtml-0.14.2 (27 Feb 2007)
--- /dev/null
+# Copyright 1999-2007 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.15.ebuild,v 1.1 2007/04/16 13:13:53 ticho Exp $
+
+inherit eutils
+
+MY_P="${PN#claws-mail-}2_viewer-${PV}"
+
+DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
+HOMEPAGE="http://claws.sylpheed.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.9.0
+ =gnome-extra/gtkhtml-2*
+ net-misc/curl"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f ${D}usr/lib*/claws-mail/plugins/*.{a,la}
+}
--- /dev/null
+MD5 64d0040925043c0a5d9a8add76a0f98c gtkhtml2_viewer-0.15.tar.gz 390458
+RMD160 aa8d3928562c27ee7219e9f3ea747e7638816e92 gtkhtml2_viewer-0.15.tar.gz 390458
+SHA256 99ce4d10541d964d809036970f53579813bb563495070ab09c742cc1e2cdef38 gtkhtml2_viewer-0.15.tar.gz 390458
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.5 2007/02/27 20:11:56 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.6 2007/04/16 13:17:03 ticho Exp $
+
+*claws-mail-notification-0.10 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-notification-0.10.ebuild:
+ Version bump.
*claws-mail-notification-0.9 (27 Feb 2007)
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.10.ebuild,v 1.1 2007/04/16 13:17:03 ticho Exp $
+
+MY_P="${PN#claws-mail-}_plugin-${PV}"
+
+DESCRIPTION="Plugin providing various ways to notify user of new and unread mail."
+HOMEPAGE="http://www.claws-mail.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.8.0"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
--- /dev/null
+MD5 c3e829b97eaf1af3924defdd896913ea notification_plugin-0.10.tar.gz 431138
+RMD160 edbbab4ad24e729f5069ce381e5e719b197ce88b notification_plugin-0.10.tar.gz 431138
+SHA256 0a114d45d4ed050c47fd92123bdbfd1277a84ddcc6fc28d89ce705553ddfd98a notification_plugin-0.10.tar.gz 431138
# ChangeLog for mail-client/claws-mail-pdf-viewer
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.5 2007/04/08 01:02:20 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.6 2007/04/16 13:17:45 ticho Exp $
+
+*claws-mail-pdf-viewer-0.3 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-pdf-viewer-0.3.ebuild:
+ Version bump.
08 Apr 2007; Joseph Jezak <josejx@gentoo.org>
claws-mail-pdf-viewer-0.2.ebuild:
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.3.ebuild,v 1.1 2007/04/16 13:17:45 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION=" Enables viewing of PDF and PostScript attachments using the Poppler lib and GhostScript"
+HOMEPAGE="http://www.claws-mail.org/"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.8.0
+ app-text/poppler-bindings"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
+}
--- /dev/null
+MD5 33e186435b75ec7e0becda7734ab6a20 pdf_viewer-0.3.tar.gz 395053
+RMD160 dcbad3196f9deb3ba4b489c56075ef07c0d20333 pdf_viewer-0.3.tar.gz 395053
+SHA256 c990a4aad21579c82c937bd46373f5b8e12a7a851696b7e78b237ceb68d3fd20 pdf_viewer-0.3.tar.gz 395053
# ChangeLog for mail-client/claws-mail-perl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.4 2007/01/31 19:41:19 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.5 2007/04/16 13:19:38 ticho Exp $
+
+*claws-mail-perl-0.9.8 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-perl-0.9.8.ebuild:
+ Version bump.
31 Jan 2007; Markus Rothe <corsair@gentoo.org>
claws-mail-perl-0.9.6.ebuild:
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild,v 1.1 2007/04/16 13:19:38 ticho Exp $
+
+MY_P="${PN#claws-mail-}_plugin-${PV}"
+
+DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules"
+HOMEPAGE="http://www.claws-mail.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.0
+ dev-lang/perl"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ econf || die
+ emake || die
+
+ pod2man --section=1 --release=${PV} --name=sc_perl sc_perl.pod > sc_perl.1
+
+ cd tools
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ doman sc_perl.1
+
+ cd tools
+ exeinto /usr/lib/claws-mail/tools
+ doexe *.pl
+
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
+
+pkg_postinst() {
+ echo
+ elog "The documentation for this plugin is contained in a manpage."
+ elog "You can access it with 'man cm_perl'"
+ echo
+}
--- /dev/null
+MD5 48cbdb0eeb55fa505ef7c3f77e1255bc perl_plugin-0.9.8.tar.gz 349560
+RMD160 a9a79ec7834317ea2837d13276a4c503cc4d4608 perl_plugin-0.9.8.tar.gz 349560
+SHA256 c1024d869e0a054f447632b2ec822d4500fff6a5146659abb2b085922af7c559 perl_plugin-0.9.8.tar.gz 349560
# ChangeLog for mail-client/claws-mail-rssyl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.6 2007/02/27 20:12:59 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.7 2007/04/16 13:20:22 ticho Exp $
+
+*claws-mail-rssyl-0.12 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-rssyl-0.12.ebuild:
+ Version bump.
*claws-mail-rssyl-0.11 (27 Feb 2007)
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.12.ebuild,v 1.1 2007/04/16 13:20:22 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="This plugin allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and Atom feeds are currently supported."
+HOMEPAGE="http://www.claws-mail.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+DEPEND=">=mail-client/claws-mail-2.8.0
+ net-misc/curl
+ dev-libs/libxml2
+ nls? ( >=sys-devel/gettext-0.12.1 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ econf $(use_enable nls) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc ChangeLog README
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
--- /dev/null
+MD5 a9137111346052b368835975603271c0 rssyl-0.12.tar.gz 462586
+RMD160 e69012c922f8c6206b7740ca17c2c643b3fea5ba rssyl-0.12.tar.gz 462586
+SHA256 7d3d96612eea30be88fa35df40a08b57b6cb12f774e1e579e00d2d9acb985f22 rssyl-0.12.tar.gz 462586
# ChangeLog for mail-client/claws-mail-vcalendar
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.7 2007/02/27 20:17:50 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.8 2007/04/16 13:22:41 ticho Exp $
+
+*claws-mail-vcalendar-1.95 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-vcalendar-1.95.ebuild:
+ Version bump.
*claws-mail-vcalendar-1.94 (27 Feb 2007)
--- /dev/null
+# Copyright 1999-2007 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-1.95.ebuild,v 1.1 2007/04/16 13:22:41 ticho Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for sylpheed-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-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.9.0"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make 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
+}
--- /dev/null
+MD5 543b393e7f8620ed71bd94797803d2f4 vcalendar-1.95.tar.gz 746762
+RMD160 9150f7b69b7fd453ef1e346487b3600ae3785129 vcalendar-1.95.tar.gz 746762
+SHA256 b6bd42132bbae439546159f26a9b4406593d1017559e4b7522e9743bb596187d vcalendar-1.95.tar.gz 746762