diff options
37 files changed, 379 insertions, 118 deletions
diff --git a/mail-client/sylpheed-claws-cachesaver/ChangeLog b/mail-client/sylpheed-claws-cachesaver/ChangeLog new file mode 100644 index 000000000000..7a0bd0c89f2c --- /dev/null +++ b/mail-client/sylpheed-claws-cachesaver/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mail-client/sylpheed-claws-cachesaver +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-cachesaver/ChangeLog,v 1.1 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-cachesaver-0.5 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> +metadata.xml, + +sylpheed-claws-cachesaver-0.5.ebuild: + initial version for sylpheed-claws-1.9.13. + diff --git a/mail-client/sylpheed-claws-cachesaver/Manifest b/mail-client/sylpheed-claws-cachesaver/Manifest new file mode 100644 index 000000000000..8d2c45f93c70 --- /dev/null +++ b/mail-client/sylpheed-claws-cachesaver/Manifest @@ -0,0 +1,2 @@ +MD5 53ae37e56a569a22fc478e47a1a3045b sylpheed-claws-cachesaver-0.5.ebuild 803 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-cachesaver-0.5 82 diff --git a/mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.5 b/mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.5 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.5 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-cachesaver/metadata.xml b/mail-client/sylpheed-claws-cachesaver/metadata.xml new file mode 100644 index 000000000000..770af1a84c86 --- /dev/null +++ b/mail-client/sylpheed-claws-cachesaver/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> + <email>genone@gentoo.org</email> + <description>Primary maintainer</description> +</maintainer> +<maintainer> + <email>seemant@gentoo.org</email> +</maintainer> +<maintainer> + <email>bcowan@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.5.ebuild b/mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.5.ebuild new file mode 100644 index 000000000000..02999a5dfb99 --- /dev/null +++ b/mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.5.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to automatically save the cache regulary to avoid folder rebuilds in case of a crash" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-etpan-privacy/ChangeLog b/mail-client/sylpheed-claws-etpan-privacy/ChangeLog new file mode 100644 index 000000000000..33c66c36e921 --- /dev/null +++ b/mail-client/sylpheed-claws-etpan-privacy/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mail-client/sylpheed-claws-etpan-privacy +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-etpan-privacy/ChangeLog,v 1.1 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-etpan-privacy-0.9 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> +metadata.xml, + +sylpheed-claws-etpan-privacy-0.9.ebuild: + initial version for sylpheed-claws-1.9.13 + diff --git a/mail-client/sylpheed-claws-etpan-privacy/Manifest b/mail-client/sylpheed-claws-etpan-privacy/Manifest new file mode 100644 index 000000000000..f7bd21201011 --- /dev/null +++ b/mail-client/sylpheed-claws-etpan-privacy/Manifest @@ -0,0 +1,2 @@ +MD5 3c65094094379767d8efbf7571758909 sylpheed-claws-etpan-privacy-0.9.ebuild 772 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-etpan-privacy-0.9 82 diff --git a/mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.9 b/mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.9 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.9 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-etpan-privacy/metadata.xml b/mail-client/sylpheed-claws-etpan-privacy/metadata.xml new file mode 100644 index 000000000000..770af1a84c86 --- /dev/null +++ b/mail-client/sylpheed-claws-etpan-privacy/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> + <email>genone@gentoo.org</email> + <description>Primary maintainer</description> +</maintainer> +<maintainer> + <email>seemant@gentoo.org</email> +</maintainer> +<maintainer> + <email>bcowan@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.9.ebuild b/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.9.ebuild new file mode 100644 index 000000000000..c0e13e0a54f7 --- /dev/null +++ b/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.9.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.9.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_P="${MY_P%%[-_]plugin}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to sign and verify mails with s/mime or pgp" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} + net-libs/libetpan + dev-libs/openssl" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-fetchinfo/ChangeLog b/mail-client/sylpheed-claws-fetchinfo/ChangeLog new file mode 100644 index 000000000000..f36502114be8 --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mail-client/sylpheed-claws-fetchinfo +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/ChangeLog,v 1.1 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-fetchinfo-0.4.6 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> +metadata.xml, + +sylpheed-claws-fetchinfo-0.4.6.ebuild: + initial version for sylpheed-claws-1.9.13 + diff --git a/mail-client/sylpheed-claws-fetchinfo/Manifest b/mail-client/sylpheed-claws-fetchinfo/Manifest new file mode 100644 index 000000000000..93f5f8410eda --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/Manifest @@ -0,0 +1,2 @@ +MD5 01c0ad4c3bcf89ff58fd6eb8fac14d5a sylpheed-claws-fetchinfo-0.4.6.ebuild 817 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-fetchinfo-0.4.6 82 diff --git a/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.6 b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.6 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.6 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-fetchinfo/metadata.xml b/mail-client/sylpheed-claws-fetchinfo/metadata.xml new file mode 100644 index 000000000000..770af1a84c86 --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> + <email>genone@gentoo.org</email> + <description>Primary maintainer</description> +</maintainer> +<maintainer> + <email>seemant@gentoo.org</email> +</maintainer> +<maintainer> + <email>bcowan@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.6.ebuild b/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.6.ebuild new file mode 100644 index 000000000000..1ef34e906d2c --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.6.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to add additional headers with download information" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${MY_PN}-plugin-${PV}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index b8756b238f08..99fc9f958cf2 100644 --- a/mail-client/sylpheed-claws-maildir/ChangeLog +++ b/mail-client/sylpheed-claws-maildir/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-maildir # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.15 2005/07/05 23:12:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.16 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-maildir-0.8 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-maildir-0.8.ebuild: + update for sylpheed-claws-1.9.13 05 Jul 2005; Marius Mauch <genone@gentoo.org> sylpheed-claws-maildir-0.7.ebuild: diff --git a/mail-client/sylpheed-claws-maildir/Manifest b/mail-client/sylpheed-claws-maildir/Manifest index a62b71108e9e..e78c1e8aff02 100644 --- a/mail-client/sylpheed-claws-maildir/Manifest +++ b/mail-client/sylpheed-claws-maildir/Manifest @@ -3,12 +3,14 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 MD5 88fbe5f30711b01e22b8259239310af2 sylpheed-claws-maildir-0.7.ebuild 762 -MD5 ba6dbe3b80eef7e263649368becbbb1c ChangeLog 2277 +MD5 7f165556df6e6e24d8690a8605381862 ChangeLog 2442 +MD5 c77f193c3b985a2169e401f18c395b31 sylpheed-claws-maildir-0.8.ebuild 823 MD5 5ca5fb343f8db75bb3935347183d5e5d files/digest-sylpheed-claws-maildir-0.7 64 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-maildir-0.8 82 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCyxWH6J2i8a8J4okRAglHAJ9/Keuw0XVo/XRMXJmQq8Hb1vJkdgCgpyhH -m6QOmV5/8rOiyA4fOq31hTQ= -=vbz4 +iD8DBQFC/c9I6J2i8a8J4okRAmwjAKCmsaJ/MyoDSm2IOa9q2UNdhytRkgCfaQGa +V0fAXFqQbU5K0wHqfpNLOaI= +=e+Pm -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.8 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.8 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.8 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild new file mode 100644 index 000000000000..6626dd80eb5b --- /dev/null +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} + =sys-libs/db-4.2*" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-mailmbox/ChangeLog b/mail-client/sylpheed-claws-mailmbox/ChangeLog index d5128a9f2bc5..fc2be17a53de 100644 --- a/mail-client/sylpheed-claws-mailmbox/ChangeLog +++ b/mail-client/sylpheed-claws-mailmbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-mailmbox # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.6 2005/03/29 17:44:52 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.7 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-mailmbox-1.2 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-mailmbox-1.2.ebuild: + update for sylpheed-claws-1.9.13 29 Mar 2005; Marius Mauch <genone@gentoo.org> sylpheed-claws-mailmbox-0.9.ebuild: diff --git a/mail-client/sylpheed-claws-mailmbox/Manifest b/mail-client/sylpheed-claws-mailmbox/Manifest index a1767c8db3b4..d03dec5c3840 100644 --- a/mail-client/sylpheed-claws-mailmbox/Manifest +++ b/mail-client/sylpheed-claws-mailmbox/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 20f455e57b7abc277adb4279718f01d4 ChangeLog 1066 +MD5 f0b4babe264d0cdebd9c84aaf45307f2 ChangeLog 1233 MD5 74acedfc66603ce71d488b3e4c09fe4e sylpheed-claws-mailmbox-0.9.ebuild 801 +MD5 de7c51ac8988efb783ec174a2ab25457 sylpheed-claws-mailmbox-1.2.ebuild 803 MD5 72109419685fb54ad908a857ff95a3f0 files/digest-sylpheed-claws-mailmbox-0.9 64 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-mailmbox-1.2 82 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCSZTL6J2i8a8J4okRAujaAJ4uqrOIbeB+ZxrDatMvpk6xGEp3CQCg2A/W -WrVBZnd5tOWkRHO6nHi2tQ4= -=59Ex +iD8DBQFC/c8z6J2i8a8J4okRApHCAKCpyIXjebAhhea6nV8N5e/S3UTGawCfetEW +5jyQbeEoKfesHfZy52+BmUY= +=5Xpu -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-1.2 b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-1.2 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-1.2 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-1.2.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-1.2.ebuild new file mode 100644 index 000000000000..3c7a6396185a --- /dev/null +++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-1.2.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-perl/ChangeLog b/mail-client/sylpheed-claws-perl/ChangeLog new file mode 100644 index 000000000000..fce5d8091114 --- /dev/null +++ b/mail-client/sylpheed-claws-perl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mail-client/sylpheed-claws-perl +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.1 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-perl-0.3 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> +metadata.xml, + +sylpheed-claws-perl-0.3.ebuild: + initial version for sylpheed-claws-1.9.13 + diff --git a/mail-client/sylpheed-claws-perl/Manifest b/mail-client/sylpheed-claws-perl/Manifest new file mode 100644 index 000000000000..2103c0c30db2 --- /dev/null +++ b/mail-client/sylpheed-claws-perl/Manifest @@ -0,0 +1,2 @@ +MD5 3c196c0e25a2e6f6eabade4309cab36e sylpheed-claws-perl-0.3.ebuild 817 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-perl-0.3 82 diff --git a/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.3 b/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.3 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.3 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-perl/metadata.xml b/mail-client/sylpheed-claws-perl/metadata.xml new file mode 100644 index 000000000000..770af1a84c86 --- /dev/null +++ b/mail-client/sylpheed-claws-perl/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> + <email>genone@gentoo.org</email> + <description>Primary maintainer</description> +</maintainer> +<maintainer> + <email>seemant@gentoo.org</email> +</maintainer> +<maintainer> + <email>bcowan@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.3.ebuild b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.3.ebuild new file mode 100644 index 000000000000..d01adcb55ecb --- /dev/null +++ b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.3.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} + dev-lang/perl" + +S="${WORKDIR}/${MY_PN}_plugin-${PV}" + +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/sylpheed-claws/tools + doexe *.pl + + einfo "The documentation for this plugin is contained in a manpage. Use 'man sc_perl' to read it." +} diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index eb83d0c9dccc..6347eec2ab83 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-pgpinline # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.17 2005/08/13 05:52:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.18 2005/08/13 10:47:56 genone Exp $ + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> + sylpheed-claws-pgpinline-0.5.ebuild: + Remove wrong blocker from gtk1 version. 13 Aug 2005; Marius Mauch <genone@gentoo.org> sylpheed-claws-pgpinline-0.5.ebuild, diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild index 705d2d46e8d9..1c735425b0ec 100644 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.8 2005/08/13 05:52:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.9 2005/08/13 10:47:56 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64 alpha ppc64" IUSE="" DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 - =app-crypt/gpgme-0.3.14-r1 - !>=mail-client/sylpheed-claws-0.9.13" # included in main package + =app-crypt/gpgme-0.3.14-r1" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/sylpheed-claws-vcalendar/ChangeLog b/mail-client/sylpheed-claws-vcalendar/ChangeLog index 185af98ec2bb..63fa5db50ad1 100644 --- a/mail-client/sylpheed-claws-vcalendar/ChangeLog +++ b/mail-client/sylpheed-claws-vcalendar/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-client/sylpheed-claws-vcalendar -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/ChangeLog,v 1.5 2004/12/29 00:20:56 ciaranm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/ChangeLog,v 1.6 2005/08/13 10:47:56 genone Exp $ + +*sylpheed-claws-vcalendar-1.6 (13 Aug 2005) + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> + -sylpheed-claws-vcalendar-0.4.ebuild, + +sylpheed-claws-vcalendar-1.6.ebuild: + update for sylpheed-claws-1.9.13 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/mail-client/sylpheed-claws-vcalendar/Manifest b/mail-client/sylpheed-claws-vcalendar/Manifest index 5a20e3557488..556c51770df5 100644 --- a/mail-client/sylpheed-claws-vcalendar/Manifest +++ b/mail-client/sylpheed-claws-vcalendar/Manifest @@ -2,14 +2,14 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 c4400b51dea6abbf7ab05a0d46f531bb ChangeLog 981 -MD5 d0251bade50f6326dea41359b6539ff3 sylpheed-claws-vcalendar-0.4.ebuild 893 -MD5 b37803e0c16b331a3c49b1e252491791 files/digest-sylpheed-claws-vcalendar-0.4 65 +MD5 04dbf6774d52c482ee67fb627ecad0d2 ChangeLog 1190 +MD5 7c0132c3edfe4e5b911642c0ba64cff4 sylpheed-claws-vcalendar-1.6.ebuild 806 MD5 613d1581a8bff15e6aa7e083ae3cca37 files/vcalendar-0.4-ical.patch 2308 +MD5 533df443910817abfe0a629eebc741f4 files/digest-sylpheed-claws-vcalendar-1.6 82 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCSZTU6J2i8a8J4okRAm+0AKCnCokJy4ULHyRHoLge8ctk89JtlwCfQaL3 -ldIc+6MvylNNy2RiE0djaVk= -=T0Ur +iD8DBQFC/c856J2i8a8J4okRAmU7AJ4xVYZrZP20RecpXpxNi6eSBQGJVQCgjj9o +oszPr2AoTtMLwpY4lJL2/8c= +=gx1/ -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-0.4 b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-0.4 deleted file mode 100644 index 0749ea13fb6e..000000000000 --- a/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 53b4cd6e33ac89658a9a832d9d82d5d4 vcalendar-0.4.tar.gz 326637 diff --git a/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.6 b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.6 new file mode 100644 index 000000000000..afb839295acc --- /dev/null +++ b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.6 @@ -0,0 +1 @@ +MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-vcalendar/files/vcalendar-0.4-ical.patch b/mail-client/sylpheed-claws-vcalendar/files/vcalendar-0.4-ical.patch deleted file mode 100644 index 254d0881572d..000000000000 --- a/mail-client/sylpheed-claws-vcalendar/files/vcalendar-0.4-ical.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- src/vcal_manager.c.org 2004-09-22 15:08:20.000000000 +0200 -+++ src/vcal_manager.c 2004-10-07 21:40:33.522688052 +0200 -@@ -326,8 +326,8 @@ - icalproperty_new_description(event->description), - icalproperty_new_summary(event->summary), - icalproperty_new_sequence(event->sequence + 1), -- icalproperty_new_class("PUBLIC"), -- icalproperty_new_transp("OPAQUE"), -+ icalproperty_new_class(ICAL_CLASS_PUBLIC), -+ icalproperty_new_transp(ICAL_TRANSP_OPAQUE), - orgprop, - 0 - ); -@@ -440,11 +440,15 @@ - event->uid = g_strdup(uid?uid:""); - event->organizer = g_strdup(organizer?organizer:""); - -- if (dtend) -- event->end = g_strdup(icaltime_as_ctime(icaltime_as_local(icaltime_from_string(dtend)))); -+ if (dtend) { -+ time_t tmp = icaltime_as_timet(icaltime_as_local(icaltime_from_string(dtend))); -+ event->end = g_strdup(ctime(&tmp)); -+ } - -- if (dtstart) -- event->start = g_strdup(icaltime_as_ctime(icaltime_as_local(icaltime_from_string(dtstart)))); -+ if (dtstart) { -+ time_t tmp = icaltime_as_timet(icaltime_as_local(icaltime_from_string(dtstart))); -+ event->start = g_strdup(ctime(&tmp)); -+ } - - event->dtstart = g_strdup(dtstart?dtstart:""); - event->dtend = g_strdup(dtend?dtend:""); ---- src/vcalendar.c.org 2004-09-22 15:08:20.000000000 +0200 -+++ src/vcalendar.c 2004-10-07 21:38:29.549822328 +0200 -@@ -720,8 +720,8 @@ - iprop = vcalviewer_get_property(vcalviewer, ICAL_DTSTART_PROPERTY); - if (iprop) { - struct icaltimetype itt = icaltime_as_local(icalproperty_get_dtstart(iprop)); -- gtk_label_set_text(GTK_LABEL(vcalviewer->start), -- icaltime_as_ctime(itt)); -+ time_t tmp = icaltime_as_timet(itt); -+ gtk_label_set_text(GTK_LABEL(vcalviewer->start), ctime(&tmp)); - icalproperty_free(iprop); - } else - gtk_label_set_text(GTK_LABEL(vcalviewer->start), "-"); -@@ -729,8 +729,8 @@ - iprop = vcalviewer_get_property(vcalviewer, ICAL_DTEND_PROPERTY); - if (iprop) { - struct icaltimetype itt = icaltime_as_local(icalproperty_get_dtstart(iprop)); -- gtk_label_set_text(GTK_LABEL(vcalviewer->end), -- icaltime_as_ctime(itt)); -+ time_t tmp = icaltime_as_timet(itt); -+ gtk_label_set_text(GTK_LABEL(vcalviewer->end), ctime(&tmp)); - icalproperty_free(iprop); - } else - gtk_label_set_text(GTK_LABEL(vcalviewer->end), "-"); diff --git a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild deleted file mode 100644 index c106529bb4b1..000000000000 --- a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild,v 1.6 2005/03/29 17:44:53 genone Exp $ - -inherit eutils - -MY_P="${P##sylpheed-claws-}" - -DESCRIPTION="Plugin for sylpheed-claws to send and receive vcal messages" -HOMEPAGE="http://sylpheed-claws.sourceforge.net" -SRC_URI="http://sylpheed-claws.sourceforge.net/downloads/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" -IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 - >=dev-libs/libical-0.24_rc4-r1" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${MY_P}-ical.patch" -} - -src_compile() { - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.6.ebuild b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.6.ebuild new file mode 100644 index 000000000000..c7dd1d9fdf24 --- /dev/null +++ b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.6.ebuild,v 1.1 2005/08/13 10:47:56 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="1.9.13" + +DESCRIPTION="Plugin for sylpheed-claws to support the vCalendar meeting format" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} |