# ChangeLog for mail-client/claws-mail-acpi-notifier
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-acpi-notifier/ChangeLog,v 1.4 2007/01/15 16:15:27 ticho Exp $
+
+*claws-mail-acpi-notifier-1.0.7 (15 Jan 2007)
+
+ 15 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-acpi-notifier-1.0.7.ebuild:
+ Version bump.
*claws-mail-acpi-notifier-1.0.6 (09 Jan 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-acpi-notifier/claws-mail-acpi-notifier-1.0.7.ebuild,v 1.1 2007/01/15 16:15:27 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 d5d01189382a71f08510b82a1581159f acpi_notifier-1.0.7.tar.gz 402231
+RMD160 c15b5e2f6ed7ffd66c0d55c526db45349594c531 acpi_notifier-1.0.7.tar.gz 402231
+SHA256 90d2630008163b26e980ee97cb70a63b65d3b2fcd25cef23adaed2880a79c8f9 acpi_notifier-1.0.7.tar.gz 402231
# 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.2 2007/01/09 22:57:23 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.3 2007/01/15 16:20:09 ticho Exp $
+
+*claws-mail-gtkhtml-0.14.1 (15 Jan 2007)
+
+ 15 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-gtkhtml-0.14.1.ebuild:
+ Version bump.
*claws-mail-gtkhtml-0.14 (09 Jan 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.14.1.ebuild,v 1.1 2007/01/15 16:20:09 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 6282cc4d9e9cc9445c9d3736ac3aadf3 gtkhtml2_viewer-0.14.1.tar.gz 383730
+RMD160 bd18d679642334b3ed1f7230c14827c49b33ae23 gtkhtml2_viewer-0.14.1.tar.gz 383730
+SHA256 a9cbed1b4d3491b4e22b80c9f066224ffb80eb7e1113869534ce53b599c7ea5b gtkhtml2_viewer-0.14.1.tar.gz 383730
# 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.2 2007/01/09 23:11:08 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.3 2007/01/15 16:21:46 ticho Exp $
+
+*claws-mail-rssyl-0.10 (15 Jan 2007)
+
+ 15 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-rssyl-0.10.ebuild:
+ Version bump.
*claws-mail-rssyl-0.9 (09 Jan 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.10.ebuild,v 1.1 2007/01/15 16:21:46 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 01a123319f2a32ecff7e560b95c2e4df rssyl-0.10.tar.gz 445247
+RMD160 358cc4a7bf44bc7cb4d3822cdbeb9f62c6b01602 rssyl-0.10.tar.gz 445247
+SHA256 d6bfdee4fd31c0e0089c6edab594eefaa5b7b95f0b783f1156dffadf1a90d820 rssyl-0.10.tar.gz 445247
# ChangeLog for mail-client/claws-mail-smime
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v 1.3 2007/01/15 16:23:46 ticho Exp $
+
+*claws-mail-smime-0.6 (15 Jan 2007)
+
+ 15 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-smime-0.6.ebuild:
+ Version bump.
*claws-mail-smime-0.5.8 (09 Jan 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-smime/claws-mail-smime-0.6.ebuild,v 1.1 2007/01/15 16:23:46 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 eb01551cea4f27a993a2aad89369a918 smime-0.6.tar.gz 327049
+RMD160 27d2d1fda5a245ce9ea444e399b2e208c85ef458 smime-0.6.tar.gz 327049
+SHA256 74782609755ee939beb7e18e5ca1ad364589b07d23a428609c558232a6047586 smime-0.6.tar.gz 327049
# 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.2 2007/01/09 23:13:34 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.3 2007/01/15 16:28:00 ticho Exp $
+
+*claws-mail-vcalendar-1.93 (15 Jan 2007)
+
+ 15 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-vcalendar-1.93.ebuild:
+ Version bump.
*claws-mail-vcalendar-1.92 (09 Jan 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.93.ebuild,v 1.1 2007/01/15 16:28:00 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 e0f152e404ca60f8248db43a2a0fb4af vcalendar-1.93.tar.gz 717158
+RMD160 37aa3492c15f03e7501c88df7fd7cc514ff76b35 vcalendar-1.93.tar.gz 717158
+SHA256 858dcb6d00172d697460088937ce613d60a0aa2e282d5600be4cf0f962e93cf3 vcalendar-1.93.tar.gz 717158