# ChangeLog for mail-client/claws-mail-acpi-notifier
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-acpi-notifier/ChangeLog,v 1.2 2006/12/22 18:46:45 swegener Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-acpi-notifier/ChangeLog,v 1.3 2007/01/09 22:46:22 ticho Exp $
+
+*claws-mail-acpi-notifier-1.0.6 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-acpi-notifier-1.0.6.ebuild:
+ Version bump.
*claws-mail-acpi-notifier-1.0.5 (19 Dec 2006)
--- /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-acpi-notifier/claws-mail-acpi-notifier-1.0.6.ebuild,v 1.1 2007/01/09 22:46:22 ticho Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION="This plugin enables mail notification via LEDs on some laptops."
+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="~x86 ~amd64"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.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}
+}
+
+pkg_postinst() {
+ PROC_IFACES="$(echo /proc/acpi/{asus/mled,ibm/led,acer/mailled}) /proc/driver/acerhk/led"
+
+ local procfile
+ local message_shown=false
+
+ for procfile in ${PROC_IFACES}; do
+ if [[ -f ${procfile} ]]; then
+ elog "Make sure ${procfile} is writable by users of this plugin."
+ message_shown=true
+ fi
+ done
+}
--- /dev/null
+MD5 72e183a6c7417074a66c0fef4fe5266c acpi_notifier-1.0.6.tar.gz 402589
+RMD160 39a3c243c8ad4dfba6eafc4575b992c45c645ed3 acpi_notifier-1.0.6.tar.gz 402589
+SHA256 84f138d4f927b837f588c58f62e982aff21fac365fbb57b57c429bc024bb9a94 acpi_notifier-1.0.6.tar.gz 402589
# ChangeLog for mail-client/claws-mail-att-remover
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.1 2006/12/19 20:07:04 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.2 2007/01/09 22:48:33 ticho Exp $
+
+*claws-mail-att-remover-1.0.5 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-att-remover-1.0.5.ebuild:
+ Version bump.
*claws-mail-att-remover-1.0.4 (19 Dec 2006)
--- /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-att-remover/claws-mail-att-remover-1.0.5.ebuild,v 1.1 2007/01/09 22:48:33 ticho Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION="This plugin lets you remove attachments from mails."
+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.7.0"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ pwd
+ 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 740ee4cb957fdd3228c2c2f2df314721 att_remover-1.0.5.tar.gz 320270
+RMD160 0d2ddb87257734c492b614dc4767d29046d86abc att_remover-1.0.5.tar.gz 320270
+SHA256 b3d3e6c1053ee0422f10fb1fb2e99e8da1f02597d48c13e310d63e18dc762f13 att_remover-1.0.5.tar.gz 320270
# ChangeLog for mail-client/claws-mail-cachesaver
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-cachesaver/ChangeLog,v 1.1 2006/12/19 20:09:26 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-cachesaver/ChangeLog,v 1.2 2007/01/09 22:51:27 ticho Exp $
+
+*claws-mail-cachesaver-0.10.4 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-cachesaver-0.10.4.ebuild:
+ Version bump.
*claws-mail-cachesaver-0.10.3 (19 Dec 2006)
--- /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-cachesaver/claws-mail-cachesaver-0.10.4.ebuild,v 1.1 2007/01/09 22:51:27 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for sylpheed-claws to automatically save the cache regulary to avoid folder rebuilds in case of a crash"
+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.7.0"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
--- /dev/null
+MD5 118f404169e23d28c768d9dbcab38a4b cachesaver-0.10.4.tar.gz 323249
+RMD160 5056a6fd5c62a4ebd5cf956bc7a7837d02753eca cachesaver-0.10.4.tar.gz 323249
+SHA256 0e67828c2f1e716289a2f3c89b44d2af4428b87818e3fab6b63e2e1251f9e781 cachesaver-0.10.4.tar.gz 323249
# ChangeLog for mail-client/claws-mail-etpan-privacy
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-etpan-privacy/ChangeLog,v 1.1 2006/12/19 20:16:00 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-etpan-privacy/ChangeLog,v 1.2 2007/01/09 23:15:58 ticho Exp $
+
+*claws-mail-etpan-privacy-0.15.5 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-etpan-privacy-0.15.5.ebuild:
+ Version bump.
*claws-mail-etpan-privacy-0.15.4 (19 Dec 2006)
--- /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-etpan-privacy/claws-mail-etpan-privacy-0.15.5.ebuild,v 1.1 2007/01/09 23:15:58 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P%[-_]plugin}"
+
+DESCRIPTION="Plugin for sylpheed-claws to sign and verify mails with s/mime or pgp"
+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
+ net-libs/libetpan
+ dev-libs/openssl"
+
+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 408159474734ed9491c4ef2247a7486b etpan-privacy-0.15.5.tar.gz 332114
+RMD160 c0a814c3457bb8715789a538b5b1966af8a9d146 etpan-privacy-0.15.5.tar.gz 332114
+SHA256 f6afe98b7a2d888552d9b4bb69f3f8c23572aaa5997bbbfdde9465f868213b81 etpan-privacy-0.15.5.tar.gz 332114
# ChangeLog for mail-client/claws-mail-fetchinfo
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.1 2006/12/19 20:18:34 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.2 2007/01/09 22:54:58 ticho Exp $
+
+*claws-mail-fetchinfo-0.4.18 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-fetchinfo-0.4.18.ebuild:
+ Version bump.
*claws-mail-fetchinfo-0.4.17 (19 Dec 2006)
--- /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-fetchinfo/claws-mail-fetchinfo-0.4.18.ebuild,v 1.1 2007/01/09 22:54:58 ticho Exp $
+
+MY_P="${PN#claws-mail-}-plugin-${PV}"
+
+DESCRIPTION="Plugin for sylpheed-claws to add additional headers with download information"
+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"
+
+S="${WORKDIR}/${MY_P}"
+
+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 0f7048ff6c90e9d1c4b114953c6ef42b fetchinfo-plugin-0.4.18.tar.gz 325753
+RMD160 39c59d0a41ee365ecfcd955208ea352e6ca8784a fetchinfo-plugin-0.4.18.tar.gz 325753
+SHA256 5ff1935796c0f7d0600ba4693870ff1ade89f84e5fddeefd893cc259d3ad01f2 fetchinfo-plugin-0.4.18.tar.gz 325753
# ChangeLog for mail-client/claws-mail-gtkhtml
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.1 2006/12/19 20:20:21 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.2 2007/01/09 22:57:23 ticho Exp $
+
+*claws-mail-gtkhtml-0.14 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-gtkhtml-0.14.ebuild:
+ Version bump.
*claws-mail-gtkhtml-0.13 (19 Dec 2006)
--- /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.14.ebuild,v 1.1 2007/01/09 22:57:23 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.7.0
+ =gnome-extra/gtkhtml-2*"
+
+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 693b00b6b712b6f7aadd5d4fc40f1c98 gtkhtml2_viewer-0.14.tar.gz 383673
+RMD160 66cd8c603526df0e3e0a612aa8a625f56eeaccb0 gtkhtml2_viewer-0.14.tar.gz 383673
+SHA256 11b188cbc5115f9bb8056d95efd0b427601beeab14a81c90044ab0b207ca4d17 gtkhtml2_viewer-0.14.tar.gz 383673
# ChangeLog for mail-client/claws-mail-maildir
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-maildir/ChangeLog,v 1.1 2006/12/19 20:21:53 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-maildir/ChangeLog,v 1.2 2007/01/09 22:59:54 ticho Exp $
+
+*claws-mail-maildir-0.24.4 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-maildir-0.24.4.ebuild:
+ Version bump.
*claws-mail-maildir-0.24.3 (19 Dec 2006)
--- /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-maildir/claws-mail-maildir-0.24.4.ebuild,v 1.1 2007/01/09 22:59:54 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes"
+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 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.0
+ =sys-libs/db-4.2*"
+
+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 de207f0148ef52dfda3aba85509d53be maildir-0.24.4.tar.gz 342825
+RMD160 b0383d37d4e0478f853df2f5cd494940eece8853 maildir-0.24.4.tar.gz 342825
+SHA256 f98e843a9b3012f61b1223958275687dcc0b6af46d12f1a84037e002b257a47d maildir-0.24.4.tar.gz 342825
# ChangeLog for mail-client/claws-mail-mailmbox
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-mailmbox/ChangeLog,v 1.1 2006/12/19 20:24:08 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-mailmbox/ChangeLog,v 1.2 2007/01/09 23:02:49 ticho Exp $
+
+*claws-mail-mailmbox-1.12.4 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-mailmbox-1.12.4.ebuild:
+ Version bump.
*claws-mail-mailmbox-1.12.3 (19 Dec 2006)
--- /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-mailmbox/claws-mail-mailmbox-1.12.4.ebuild,v 1.1 2007/01/09 23:02:49 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for sylpheed-claws to operate on mbox type mailboxes"
+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 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.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 9802b55e3872dc2ea04e2cb457869ae5 mailmbox-1.12.4.tar.gz 394224
+RMD160 830eec25f69af06b058f85e77bac6263bd217ae2 mailmbox-1.12.4.tar.gz 394224
+SHA256 f066c03bfe4c8efb0c6a7ca2971cb03fb723fda9591e0c57a7afeec05f606adc mailmbox-1.12.4.tar.gz 394224
# ChangeLog for mail-client/claws-mail-newmail
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-newmail/ChangeLog,v 1.1 2006/12/19 20:30:41 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-newmail/ChangeLog,v 1.2 2007/01/09 23:04:55 ticho Exp $
+
+*claws-mail-newmail-0.0.9 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-newmail-0.0.9.ebuild:
+ Version bump.
*claws-mail-newmail-0.0.8 (19 Dec 2006)
--- /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-newmail/claws-mail-newmail-0.0.9.ebuild,v 1.1 2007/01/09 23:04:55 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin which writes a header summary to a log file for each received 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="~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.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 3caa4698f63b16027639e634f3307244 newmail-0.0.9.tar.gz 320353
+RMD160 5c0b24c5891f89fe887df070cfe304fcc001e42c newmail-0.0.9.tar.gz 320353
+SHA256 04426a36e2587d5e1280f3e95a9a2c37080971383dcdb84af567174d9dde81b8 newmail-0.0.9.tar.gz 320353
# 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.2 2007/01/04 23:26:21 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.3 2007/01/09 23:07:02 ticho Exp $
+
+*claws-mail-notification-0.8 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-notification-0.8.ebuild:
+ Version bump.
04 Jan 2007; Steve Dibb <beandog@gentoo.org>
claws-mail-notification-0.7.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-notification/claws-mail-notification-0.8.ebuild,v 1.1 2007/01/09 23:07:02 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.7.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 5102ccfe9929af2d73c8c3caf370e6f7 notification_plugin-0.8.tar.gz 359421
+RMD160 7cd64cdd26ba20172d2b16d1d1dbb2482bd2dd8a notification_plugin-0.8.tar.gz 359421
+SHA256 d325dd328746a62802b65cf3424480268c340e8642f49183814d324cf61ecf27 notification_plugin-0.8.tar.gz 359421
# ChangeLog for mail-client/claws-mail-perl
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.1 2006/12/19 20:36:14 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.2 2007/01/09 23:09:00 ticho Exp $
+
+*claws-mail-perl-0.9.7 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-perl-0.9.7.ebuild:
+ Version bump.
*claws-mail-perl-0.9.6 (19 Dec 2006)
--- /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.7.ebuild,v 1.1 2007/01/09 23:09:00 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 4ca50b69ef03b93d798fb6d8371ad925 perl_plugin-0.9.7.tar.gz 347354
+RMD160 2ad23020b64fb69e6f8a07ca93a92d51b8c65df6 perl_plugin-0.9.7.tar.gz 347354
+SHA256 1bde373bc260abec82533e1d1a2905d18890ceaf72a8c8780c6e23196d67bed8 perl_plugin-0.9.7.tar.gz 347354
# ChangeLog for mail-client/claws-mail-rssyl
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.1 2006/12/19 20:37:50 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.2 2007/01/09 23:11:08 ticho Exp $
+
+*claws-mail-rssyl-0.9 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-rssyl-0.9.ebuild:
+ Version bump.
*claws-mail-rssyl-0.8 (19 Dec 2006)
--- /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.9.ebuild,v 1.1 2007/01/09 23:11:08 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.7.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 604319f4691f9e90c0e54a110ea734b7 rssyl-0.9.tar.gz 445177
+RMD160 06cd3ab353fd5a2307141b2a805c414da99d956a rssyl-0.9.tar.gz 445177
+SHA256 cfe7f69239c3bc23b48ab15ec5f4ff8914f441c5aeafe650c5fddb3fe2cc7060 rssyl-0.9.tar.gz 445177
# ChangeLog for mail-client/claws-mail-smime
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v 1.1 2006/12/19 20:41:01 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v 1.2 2007/01/09 23:12:11 ticho Exp $
+
+*claws-mail-smime-0.5.8 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-smime-0.5.8.ebuild:
+ Version bump.
*claws-mail-smime-0.5.7 (19 Dec 2006)
--- /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-smime/claws-mail-smime-0.5.8.ebuild,v 1.1 2007/01/09 23:12:11 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="This plugin allows you to handle S/MIME signed and/or encrypted mails."
+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="~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.0
+ >=app-crypt/gpgme-1.1.1"
+
+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 cc44cf67d04feef13a38e1dff6a86127 smime-0.5.8.tar.gz 326789
+RMD160 d2488f37627284bd0ba20471513659bd76730990 smime-0.5.8.tar.gz 326789
+SHA256 55f84041d7395624236c5f927156a62349b0cad210d1829d8ecb215b20568b0f smime-0.5.8.tar.gz 326789
# ChangeLog for mail-client/claws-mail-vcalendar
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.1 2006/12/19 20:43:20 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.2 2007/01/09 23:13:34 ticho Exp $
+
+*claws-mail-vcalendar-1.92 (09 Jan 2007)
+
+ 09 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-vcalendar-1.92.ebuild:
+ Version bump.
*claws-mail-vcalendar-1.91 (19 Dec 2006)
--- /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.92.ebuild,v 1.1 2007/01/09 23:13:34 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 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.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 6ba73ebe21cd08cf869597f988c7818b vcalendar-1.92.tar.gz 717149
+RMD160 3ade261aa57cb24925b362c797bc2dac7198a30d vcalendar-1.92.tar.gz 717149
+SHA256 b01f6b3fe0489a1ade45f40c8eeeb2ff0f04d2f2bab639f75236f1e98e632721 vcalendar-1.92.tar.gz 717149