diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-12-28 12:00:22 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-12-28 12:00:22 +0000 |
commit | 2ea72e599ccdd81f3d5951042fc0cd285df2be29 (patch) | |
tree | 1ab78a692a03840e558ab08dc4c883bf443dda7c | |
parent | Add a fix for bug #203548 by Andrew Church <gentoo@achurch.org>. (diff) | |
download | historical-2ea72e599ccdd81f3d5951042fc0cd285df2be29.tar.gz historical-2ea72e599ccdd81f3d5951042fc0cd285df2be29.tar.bz2 historical-2ea72e599ccdd81f3d5951042fc0cd285df2be29.zip |
Version bump. Bug #202634 by Joe <joacher at gmx.de>.
Package-Manager: portage-2.1.4_rc9
30 files changed, 576 insertions, 10 deletions
diff --git a/mail-client/claws-mail-acpi-notifier/ChangeLog b/mail-client/claws-mail-acpi-notifier/ChangeLog index 98fdc6655682..fd7d43ffe8f3 100644 --- a/mail-client/claws-mail-acpi-notifier/ChangeLog +++ b/mail-client/claws-mail-acpi-notifier/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2007/11/29 22:38:47 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-acpi-notifier/ChangeLog,v 1.13 2007/12/28 11:49:20 ticho Exp $ + +*claws-mail-acpi-notifier-1.0.14 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-acpi-notifier-1.0.14.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-acpi-notifier-1.0.13 (29 Nov 2007) diff --git a/mail-client/claws-mail-acpi-notifier/claws-mail-acpi-notifier-1.0.14.ebuild b/mail-client/claws-mail-acpi-notifier/claws-mail-acpi-notifier-1.0.14.ebuild new file mode 100644 index 000000000000..a20015749d4b --- /dev/null +++ b/mail-client/claws-mail-acpi-notifier/claws-mail-acpi-notifier-1.0.14.ebuild @@ -0,0 +1,41 @@ +# 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.14.ebuild,v 1.1 2007/12/28 11:49:20 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-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.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 +} diff --git a/mail-client/claws-mail-acpi-notifier/files/digest-claws-mail-acpi-notifier-1.0.14 b/mail-client/claws-mail-acpi-notifier/files/digest-claws-mail-acpi-notifier-1.0.14 new file mode 100644 index 000000000000..0fafe17ac438 --- /dev/null +++ b/mail-client/claws-mail-acpi-notifier/files/digest-claws-mail-acpi-notifier-1.0.14 @@ -0,0 +1,3 @@ +MD5 dd4a6d90dc14dc254dfa1afdc329ceac acpi_notifier-1.0.14.tar.gz 415549 +RMD160 10d6176dd1c0bf0a24f8586d6b4a85af5ec9ea89 acpi_notifier-1.0.14.tar.gz 415549 +SHA256 6b2308a71829699dbd86248efd23da040a946fe2350231be349de30b11024c35 acpi_notifier-1.0.14.tar.gz 415549 diff --git a/mail-client/claws-mail-attachwarner/ChangeLog b/mail-client/claws-mail-attachwarner/ChangeLog index 06eb1f3fcf5a..bcc3950a72bd 100644 --- a/mail-client/claws-mail-attachwarner/ChangeLog +++ b/mail-client/claws-mail-attachwarner/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2007/11/29 22:42:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.12 2007/12/28 11:49:34 ticho Exp $ + +*claws-mail-attachwarner-0.2.10 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-attachwarner-0.2.10.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-attachwarner-0.2.9 (29 Nov 2007) diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild new file mode 100644 index 000000000000..2cae1544a2ce --- /dev/null +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild @@ -0,0 +1,31 @@ +# 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.10.ebuild,v 1.1 2007/12/28 11:49:34 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls" +DEPEND=">=mail-client/claws-mail-3.2.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} +} diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.10 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.10 new file mode 100644 index 000000000000..383e73b64ca4 --- /dev/null +++ b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.10 @@ -0,0 +1,3 @@ +MD5 6189273a58ce31eead52fff31272a29d attachwarner-0.2.10.tar.gz 391358 +RMD160 55b5c56ffcb597c0d877c60c23d98f9b746ead40 attachwarner-0.2.10.tar.gz 391358 +SHA256 6a1e804f31a379418ea3603787d747eb9de6b04a776aeb50ad661a935e67a000 attachwarner-0.2.10.tar.gz 391358 diff --git a/mail-client/claws-mail-fetchinfo/ChangeLog b/mail-client/claws-mail-fetchinfo/ChangeLog index b4158ccebf8d..a96984a4dfbd 100644 --- a/mail-client/claws-mail-fetchinfo/ChangeLog +++ b/mail-client/claws-mail-fetchinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-fetchinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.10 2007/11/29 22:47:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.11 2007/12/28 11:51:04 ticho Exp $ + +*claws-mail-fetchinfo-0.4.22 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-fetchinfo-0.4.22.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-fetchinfo-0.4.21 (29 Nov 2007) diff --git a/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.22.ebuild b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.22.ebuild new file mode 100644 index 000000000000..e538d1131715 --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.22.ebuild @@ -0,0 +1,24 @@ +# 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.22.ebuild,v 1.1 2007/12/28 11:51:04 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.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} +} diff --git a/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.22 b/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.22 new file mode 100644 index 000000000000..dea0b742ad4f --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.22 @@ -0,0 +1,3 @@ +MD5 8a0d6683dec4f445be4e1d2cb0e51bc5 fetchinfo-plugin-0.4.22.tar.gz 329852 +RMD160 639a22169f9398b57854013cd293a0c4438a54f7 fetchinfo-plugin-0.4.22.tar.gz 329852 +SHA256 b8f0717612db0d71526bbde5ef2b0d0ecf7cbfc42f617c1b77fdacd63ef3f786 fetchinfo-plugin-0.4.22.tar.gz 329852 diff --git a/mail-client/claws-mail-gtkhtml/ChangeLog b/mail-client/claws-mail-gtkhtml/ChangeLog index 003d5735197a..d6934ed698ca 100644 --- a/mail-client/claws-mail-gtkhtml/ChangeLog +++ b/mail-client/claws-mail-gtkhtml/ChangeLog @@ -1,6 +1,12 @@ # 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.20 2007/11/29 22:50:47 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.21 2007/12/28 11:51:16 ticho Exp $ + +*claws-mail-gtkhtml-0.17 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-gtkhtml-0.17.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-gtkhtml-0.16 (29 Nov 2007) diff --git a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild new file mode 100644 index 000000000000..08ee347be06c --- /dev/null +++ b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild @@ -0,0 +1,28 @@ +# 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.17.ebuild,v 1.1 2007/12/28 11:51:16 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.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} +} diff --git a/mail-client/claws-mail-gtkhtml/files/digest-claws-mail-gtkhtml-0.17 b/mail-client/claws-mail-gtkhtml/files/digest-claws-mail-gtkhtml-0.17 new file mode 100644 index 000000000000..60c656f0d00d --- /dev/null +++ b/mail-client/claws-mail-gtkhtml/files/digest-claws-mail-gtkhtml-0.17 @@ -0,0 +1,3 @@ +MD5 dcece75eaa74dcbdf717b57f3411d322 gtkhtml2_viewer-0.17.tar.gz 407315 +RMD160 75c7567528df516b93d502d9300acc1e76e46a74 gtkhtml2_viewer-0.17.tar.gz 407315 +SHA256 545796e47a9961c575df10a05d7192e903205284f2455b56789dd8cab361344c gtkhtml2_viewer-0.17.tar.gz 407315 diff --git a/mail-client/claws-mail-pdf-viewer/ChangeLog b/mail-client/claws-mail-pdf-viewer/ChangeLog index d8e58c1636ca..2ad3dbbcf55f 100644 --- a/mail-client/claws-mail-pdf-viewer/ChangeLog +++ b/mail-client/claws-mail-pdf-viewer/ChangeLog @@ -1,6 +1,12 @@ # 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.18 2007/11/29 22:56:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.19 2007/12/28 11:52:58 ticho Exp $ + +*claws-mail-pdf-viewer-0.8 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-pdf-viewer-0.8.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-pdf-viewer-0.7 (29 Nov 2007) diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild new file mode 100644 index 000000000000..512b001cd1d2 --- /dev/null +++ b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild @@ -0,0 +1,26 @@ +# 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.8.ebuild,v 1.1 2007/12/28 11:52:58 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.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} +} diff --git a/mail-client/claws-mail-pdf-viewer/files/digest-claws-mail-pdf-viewer-0.8 b/mail-client/claws-mail-pdf-viewer/files/digest-claws-mail-pdf-viewer-0.8 new file mode 100644 index 000000000000..42264e89e025 --- /dev/null +++ b/mail-client/claws-mail-pdf-viewer/files/digest-claws-mail-pdf-viewer-0.8 @@ -0,0 +1,3 @@ +MD5 a5a09e543973b7a6399b4c2610d3dc92 pdf_viewer-0.8.tar.gz 409916 +RMD160 40ff4697906fa444e333488742e42c30ff92d83d pdf_viewer-0.8.tar.gz 409916 +SHA256 4400db23b9ccd706c0cdd2047a05bc4454a0debc5eac9769b97cda564a6647c8 pdf_viewer-0.8.tar.gz 409916 diff --git a/mail-client/claws-mail-perl/ChangeLog b/mail-client/claws-mail-perl/ChangeLog index f9fa0a11eb32..ee4b448cda80 100644 --- a/mail-client/claws-mail-perl/ChangeLog +++ b/mail-client/claws-mail-perl/ChangeLog @@ -1,6 +1,12 @@ # 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.14 2007/11/29 23:01:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.15 2007/12/28 11:52:58 ticho Exp $ + +*claws-mail-perl-0.9.12 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-perl-0.9.12.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-perl-0.9.11 (29 Nov 2007) diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild new file mode 100644 index 000000000000..dc8db78e5473 --- /dev/null +++ b/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild @@ -0,0 +1,47 @@ +# 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.12.ebuild,v 1.1 2007/12/28 11:52:58 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.0 + dev-lang/perl" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die + + pod2man --section=1 --release=${PV} --name=cm_perl cm_perl.pod > cm_perl.1 + + cd tools + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + doman cm_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 +} diff --git a/mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.12 b/mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.12 new file mode 100644 index 000000000000..83fe58f0255f --- /dev/null +++ b/mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.12 @@ -0,0 +1,3 @@ +MD5 98f3a2d59dd8d6a21cfe1e1ab8736d26 perl_plugin-0.9.12.tar.gz 350329 +RMD160 4c9ded368626dfd2efc437dd1a002caeeadb66e6 perl_plugin-0.9.12.tar.gz 350329 +SHA256 bfa9b7dc1fe79b166dd637824443e968d774950a7003a81b56238865d54937a4 perl_plugin-0.9.12.tar.gz 350329 diff --git a/mail-client/claws-mail-rssyl/ChangeLog b/mail-client/claws-mail-rssyl/ChangeLog index fcabdf1dbbe3..95648b24dee0 100644 --- a/mail-client/claws-mail-rssyl/ChangeLog +++ b/mail-client/claws-mail-rssyl/ChangeLog @@ -1,6 +1,12 @@ # 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.20 2007/11/29 23:05:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.21 2007/12/28 11:55:48 ticho Exp $ + +*claws-mail-rssyl-0.17 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-rssyl-0.17.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-rssyl-0.16 (29 Nov 2007) diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild new file mode 100644 index 000000000000..8db7b0b61156 --- /dev/null +++ b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild @@ -0,0 +1,32 @@ +# 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.17.ebuild,v 1.1 2007/12/28 11:55:48 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-3.2.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} +} diff --git a/mail-client/claws-mail-rssyl/files/digest-claws-mail-rssyl-0.17 b/mail-client/claws-mail-rssyl/files/digest-claws-mail-rssyl-0.17 new file mode 100644 index 000000000000..68c75b1ebf59 --- /dev/null +++ b/mail-client/claws-mail-rssyl/files/digest-claws-mail-rssyl-0.17 @@ -0,0 +1,3 @@ +MD5 65e14504d374c519b45e7f47fe9664b3 rssyl-0.17.tar.gz 472774 +RMD160 7ba0fa3261ee3234360af117194c9b6b036a0c73 rssyl-0.17.tar.gz 472774 +SHA256 588673da56db5d413c3fd09ddea858331ec9207cd0c9635aaa49e3027a1ac508 rssyl-0.17.tar.gz 472774 diff --git a/mail-client/claws-mail-smime/ChangeLog b/mail-client/claws-mail-smime/ChangeLog index 4df8b3d5b493..4769d2cf50ef 100644 --- a/mail-client/claws-mail-smime/ChangeLog +++ b/mail-client/claws-mail-smime/ChangeLog @@ -1,6 +1,12 @@ # 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.14 2007/11/29 23:08:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v 1.15 2007/12/28 11:55:44 ticho Exp $ + +*claws-mail-smime-0.7.4 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-smime-0.7.4.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-smime-0.7.3 (29 Nov 2007) diff --git a/mail-client/claws-mail-smime/claws-mail-smime-0.7.4.ebuild b/mail-client/claws-mail-smime/claws-mail-smime-0.7.4.ebuild new file mode 100644 index 000000000000..9b55ecf8ddb5 --- /dev/null +++ b/mail-client/claws-mail-smime/claws-mail-smime-0.7.4.ebuild @@ -0,0 +1,25 @@ +# 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.7.4.ebuild,v 1.1 2007/12/28 11:55:44 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.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} +} diff --git a/mail-client/claws-mail-smime/files/digest-claws-mail-smime-0.7.4 b/mail-client/claws-mail-smime/files/digest-claws-mail-smime-0.7.4 new file mode 100644 index 000000000000..c43f139b760c --- /dev/null +++ b/mail-client/claws-mail-smime/files/digest-claws-mail-smime-0.7.4 @@ -0,0 +1,3 @@ +MD5 fe16e748b492eb5a539076023116d774 smime-0.7.4.tar.gz 333141 +RMD160 1c1ba5f1824399ddc1318776df3a3cd3cb6f9503 smime-0.7.4.tar.gz 333141 +SHA256 e4f78509ca592375484c9b541608c04e1fe0c2780b77eb844e87fe63d6180bb8 smime-0.7.4.tar.gz 333141 diff --git a/mail-client/claws-mail-vcalendar/ChangeLog b/mail-client/claws-mail-vcalendar/ChangeLog index 1c6c6a4d20a0..21174beb5d84 100644 --- a/mail-client/claws-mail-vcalendar/ChangeLog +++ b/mail-client/claws-mail-vcalendar/ChangeLog @@ -1,6 +1,12 @@ # 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.25 2007/11/29 23:11:45 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.26 2007/12/28 12:00:21 ticho Exp $ + +*claws-mail-vcalendar-1.100 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> + +claws-mail-vcalendar-1.100.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. *claws-mail-vcalendar-1.99 (29 Nov 2007) diff --git a/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.100.ebuild b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.100.ebuild new file mode 100644 index 000000000000..17c4a935c102 --- /dev/null +++ b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.100.ebuild @@ -0,0 +1,30 @@ +# 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.100.ebuild,v 1.1 2007/12/28 12:00:21 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-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-3.2.0 + >=net-misc/curl-7.9.7" + +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 +} diff --git a/mail-client/claws-mail-vcalendar/files/digest-claws-mail-vcalendar-1.100 b/mail-client/claws-mail-vcalendar/files/digest-claws-mail-vcalendar-1.100 new file mode 100644 index 000000000000..3e821a9e68d4 --- /dev/null +++ b/mail-client/claws-mail-vcalendar/files/digest-claws-mail-vcalendar-1.100 @@ -0,0 +1,3 @@ +MD5 c26de30d3e6b33d0ce9162bb6b824f82 vcalendar-1.100.tar.gz 767360 +RMD160 ffaf9ce9b9909eb0c22733880d3f178ad188191e vcalendar-1.100.tar.gz 767360 +SHA256 bc7bc337524390cbd4add07d5d25cda13372d3376dbe5353ba0f87c0ac84472c vcalendar-1.100.tar.gz 767360 diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog index 8551caab6c19..659e3f39393d 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.62 2007/12/07 16:56:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.63 2007/12/28 11:47:50 ticho Exp $ + +*claws-mail-3.2.0 (28 Dec 2007) + + 28 Dec 2007; Andrej Kacian <ticho@gentoo.org> +claws-mail-3.2.0.ebuild: + Version bump. Bug #202634 by Joe <joacher at gmx.de>. 07 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org> claws-mail-3.0.2-r1.ebuild: diff --git a/mail-client/claws-mail/claws-mail-3.2.0.ebuild b/mail-client/claws-mail/claws-mail-3.2.0.ebuild new file mode 100644 index 000000000000..7778a9837c95 --- /dev/null +++ b/mail-client/claws-mail/claws-mail-3.2.0.ebuild @@ -0,0 +1,193 @@ +# 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/claws-mail-3.2.0.ebuild,v 1.1 2007/12/28 11:47:50 ticho Exp $ + +IUSE="bogofilter clamav crypt dillo doc gnome gnutls imap ipv6 kde ldap nntp pda session spamassassin spell ssl startup-notification xface" + +inherit eutils multilib + +DESCRIPTION="Claws-Mail is an email client (and news reader) based on GTK+" +HOMEPAGE="http://www.claws-mail.org" + +if [ -n "${P/*_rc*/}" ]; then + SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.bz2" +else + MY_P="${P/_/-}" + S="${WORKDIR}/${MY_P}" + SRC_URI="http://www.claws-mail.org/snapshots/${MY_P}.tar.bz2" +fi + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +COMMONDEPEND=">=x11-libs/gtk+-2.6 + pda? ( >=app-pda/jpilot-0.99 ) + ssl? ( >=dev-libs/openssl-0.9.7 ) + ldap? ( >=net-nds/openldap-2.0.7 ) + crypt? ( >=app-crypt/gpgme-1.1.1 ) + dillo? ( www-client/dillo ) + spell? ( virtual/aspell-dict ) + clamav? ( app-antivirus/clamav ) + kde? ( kde-base/kdelibs ) + imap? ( >=net-libs/libetpan-0.49 ) + nntp? ( >=net-libs/libetpan-0.49 ) + gnome? ( >=gnome-base/libgnomeprintui-2.2 ) + gnutls? ( net-libs/gnutls ) + startup-notification? ( x11-libs/startup-notification ) + bogofilter? ( mail-filter/bogofilter ) + session? ( x11-libs/libSM + x11-libs/libICE )" + +DEPEND="${COMMONDEPEND} + xface? ( >=media-libs/compface-1.4 ) + >=sys-apps/sed-4 + dev-util/pkgconfig" + +RDEPEND="${COMMONDEPEND} + app-misc/mime-types + x11-misc/shared-mime-info" + +PLUGIN_NAMES="acpi-notifier att-remover attachwarner cachesaver etpan-privacy fetchinfo gtkhtml maildir mailmbox newmail notification pdf-viewer perl rssyl smime synce vcalendar" + +src_unpack() { + unpack ${A} + cd "${S}" +} + +src_compile() { + local myconf="--disable-libetpan" + + # libetpan is needed if user wants nntp or imap functionality + # TODO: Perhaps change it into a single "libetpan" USE flag? + use imap && myconf="--enable-libetpan" + use nntp && myconf="--enable-libetpan" + + # Optional features + myconf="${myconf} `use_enable gnome gnomeprint`" + myconf="${myconf} `use_enable ipv6`" + myconf="${myconf} `use_enable ldap`" + myconf="${myconf} `use_enable pda jpilot`" + myconf="${myconf} `use_enable spell aspell`" + myconf="${myconf} `use_enable gnutls`" + myconf="${myconf} `use_enable ssl openssl`" + myconf="${myconf} `use_enable xface compface`" + myconf="${myconf} `use_enable doc manual`" + myconf="${myconf} `use_enable startup-notification`" + myconf="${myconf} `use_enable session libsm`" + + # Optional plugins + myconf="${myconf} `use_enable clamav clamav-plugin`" + myconf="${myconf} `use_enable crypt pgpmime-plugin`" + myconf="${myconf} `use_enable crypt pgpinline-plugin`" + myconf="${myconf} `use_enable crypt pgpcore-plugin`" + myconf="${myconf} `use_enable dillo dillo-viewer-plugin`" + myconf="${myconf} `use_enable spamassassin spamassassin-plugin`" + myconf="${myconf} `use_enable bogofilter bogofilter-plugin`" + + econf \ + --enable-trayicon-plugin \ + --disable-maemo \ + ${myconf} || die "./configure failed" + + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + # Makefile install claws-mail.png in /usr/share/icons/hicolor/48x48/apps + # => also install it in /usr/share/pixmaps for other desktop envs + # => also install higher resolution icons in /usr/share/icons/hicolor/... + insinto /usr/share/pixmaps + doins ${PN}.png || die + local res resdir + for res in 64x64 128x128 ; do + resdir="/usr/share/icons/hicolor/${res}/apps" + insinto ${resdir} + newins ${PN}-${res}.png ${PN}.png || die + done + + dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* + docinto tools + dodoc tools/README* + + insinto /usr/share/applications + doins ${PN}.desktop + + einfo "Installing extra tools" + cd "${S}"/tools + exeinto /usr/$(get_libdir)/${PN}/tools + doexe *.pl *.py *.conf *.sh || die + doexe tb2claws-mail update-po uudec uuooffice || die + + if use kde; then + einfo "Installing kde service scripts" + local kdeprefix="$(kde-config --prefix)" + local servicescript="${PN}-kdeservicemenu.pl" + local desktopfile="${PN}-attach-files.desktop" + cd "${S}"/tools/kdeservicemenu + sed -i -e "s:SCRIPT_PATH:${kdeprefix}/bin/${servicescript}:g" \ + ${desktopfile}.template + dodir /usr/share/apps/konqueror/servicemenus + insopts -m 0644 + insinto /usr/share/apps/konqueror/servicemenus + newins ${desktopfile}.template ${desktopfile} || die + dodir ${kdeprefix}/bin + insopts -m 755 + exeinto ${kdeprefix}/bin + doexe ${servicescript} || die + fi + + # kill useless plugin files + rm -f "${D}"/usr/lib*/${PN}/plugins/*.{la,a} +} + +pkg_postinst() { + gtk-update-icon-cache -f -t "${ROOT}"/usr/share/icons/hicolor + + UPDATE_PLUGINS="" + RENAME_PLUGINS="" + for x in ${PLUGIN_NAMES}; do + has_version mail-client/${PN}-$x && UPDATE_PLUGINS="${UPDATE_PLUGINS} $x" + has_version mail-client/sylpheed-claws-$x && RENAME_PLUGINS="${RENAME_PLUGINS} $x" + done + if [ -n "${RENAME_PLUGINS}" ]; then + elog + elog "The following sylpheed-claws plugins were found on your system:" + elog + for x in ${RENAME_PLUGINS}; do + elog " mail-client/sylpheed-claws-$x" + done + elog + elog "If you want to continue using those you need to merge their " + elog "renamed counterparts:" + elog + for x in ${RENAME_PLUGINS}; do + elog " mail-client/${PN}-$x" + done + elog + fi + if [ -n "${UPDATE_PLUGINS}" ]; then + elog + elog "You have to re-emerge or update the following plugins:" + elog + for x in ${UPDATE_PLUGINS}; do + elog " mail-client/${PN}-$x" + done + elog + fi + if [ -n "${RENAME_PLUGINS}${UPDATE_PLUGINS}" ]; then + elog + elog "You can use" + elog " /bin/bash ${FILESDIR}/plugins-rebuild.sh" + elog "to automatically handle this." + elog + epause 5 + ebeep 3 + fi +} + +pkg_postrm() { + gtk-update-icon-cache -f -t "${ROOT}"/usr/share/icons/hicolor +} diff --git a/mail-client/claws-mail/files/digest-claws-mail-3.2.0 b/mail-client/claws-mail/files/digest-claws-mail-3.2.0 new file mode 100644 index 000000000000..20f8fa0bc97a --- /dev/null +++ b/mail-client/claws-mail/files/digest-claws-mail-3.2.0 @@ -0,0 +1,3 @@ +MD5 acbfd919f7b633d51e96a0419ac07802 claws-mail-3.2.0.tar.bz2 5880889 +RMD160 31af404393bfd15b26b20ec2c056de1f82ad3e31 claws-mail-3.2.0.tar.bz2 5880889 +SHA256 26ed6ccea282cec978a286773bba0581a13f66fe5d74a6cc160a62d9acc55d21 claws-mail-3.2.0.tar.bz2 5880889 |