diff options
author | 2006-06-25 04:11:00 +0000 | |
---|---|---|
committer | 2006-06-25 04:11:00 +0000 | |
commit | 77f4f5b8bc6ea028b96d794199ec43b6433d1fbd (patch) | |
tree | 64c6e00286e83e7f18b1390d56067c3fea34b22b /mail-client | |
parent | ChangeLog fix (diff) | |
download | historical-77f4f5b8bc6ea028b96d794199ec43b6433d1fbd.tar.gz historical-77f4f5b8bc6ea028b96d794199ec43b6433d1fbd.tar.bz2 historical-77f4f5b8bc6ea028b96d794199ec43b6433d1fbd.zip |
Version bump
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'mail-client')
14 files changed, 163 insertions, 4 deletions
diff --git a/mail-client/sylpheed-claws-fetchinfo/ChangeLog b/mail-client/sylpheed-claws-fetchinfo/ChangeLog index 298dd4ebd411..19cb8a3e4a2f 100644 --- a/mail-client/sylpheed-claws-fetchinfo/ChangeLog +++ b/mail-client/sylpheed-claws-fetchinfo/ChangeLog @@ -1,6 +1,20 @@ # ChangeLog for mail-client/sylpheed-claws-fetchinfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/ChangeLog,v 1.4 2006/04/17 18:39:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/ChangeLog,v 1.5 2006/06/25 04:02:15 genone Exp $ + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-fetchinfo-0.4.15.ebuild: + Version bump + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-fetchinfo-0.4.15.ebuild: + Version bump + +*sylpheed-claws-fetchinfo-0.4.15 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-fetchinfo-0.4.15.ebuild: + Version bump 17 Apr 2006; Markus Rothe <corsair@gentoo.org> sylpheed-claws-fetchinfo-0.4.10.ebuild: diff --git a/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.15 b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.15 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.15 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.15.ebuild b/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.15.ebuild new file mode 100644 index 000000000000..650838bde25c --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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.15.ebuild,v 1.1 2006/06/25 04:02:15 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Plugin for sylpheed-claws to add additional headers with download information" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_PN}-plugin-${PV}" + +src_install() { + make DESTDIR="${D}" install + dodoc ChangeLog README + + # kill useless files + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} +} diff --git a/mail-client/sylpheed-claws-gtkhtml/ChangeLog b/mail-client/sylpheed-claws-gtkhtml/ChangeLog index 5ca07031264c..7b46eec4759e 100644 --- a/mail-client/sylpheed-claws-gtkhtml/ChangeLog +++ b/mail-client/sylpheed-claws-gtkhtml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-gtkhtml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-gtkhtml/ChangeLog,v 1.3 2006/05/19 18:35:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-gtkhtml/ChangeLog,v 1.4 2006/06/25 04:03:51 genone Exp $ + +*sylpheed-claws-gtkhtml-0.10.1 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-gtkhtml-0.10.1.ebuild: + Version bump 19 May 2006; Markus Rothe <corsair@gentoo.org> sylpheed-claws-gtkhtml-0.10.ebuild: diff --git a/mail-client/sylpheed-claws-gtkhtml/files/digest-sylpheed-claws-gtkhtml-0.10.1 b/mail-client/sylpheed-claws-gtkhtml/files/digest-sylpheed-claws-gtkhtml-0.10.1 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-gtkhtml/files/digest-sylpheed-claws-gtkhtml-0.10.1 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.10.1.ebuild b/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.10.1.ebuild new file mode 100644 index 000000000000..d9927b268225 --- /dev/null +++ b/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.10.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.10.1.ebuild,v 1.1 2006/06/25 04:03:51 genone Exp $ + +inherit eutils + +MY_PN="gtkhtml2_viewer" +MY_P="${MY_PN}-${PV}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget." +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} + =gnome-extra/gtkhtml-2*" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}usr/lib*/sylpheed-claws/plugins/*.{a,la} +} diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index 45184b0331d8..2dfb9b600a92 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.26 2006/05/19 18:30:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.27 2006/06/25 04:06:16 genone Exp $ + +*sylpheed-claws-maildir-0.24.1 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-maildir-0.24.1.ebuild: + Version bump 19 May 2006; Markus Rothe <corsair@gentoo.org> sylpheed-claws-maildir-0.19.ebuild: diff --git a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.24.1 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.24.1 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.24.1 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 index 066fe3425e13..b7cab820a40c 100644 --- a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 +++ b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 @@ -1 +1,3 @@ MD5 7eb2e8bb05ecb35d9e486283d5332578 maildir-0.7.tar.bz2 217732 +RMD160 65932bfdc6c213723b55a89187fecb5f3f14c5a9 maildir-0.7.tar.bz2 217732 +SHA256 e34b857e742ec3a658062e7d8644ed99527e7a9f75c3f2ba7e715d6014ac11d0 maildir-0.7.tar.bz2 217732 diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.1.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.1.ebuild new file mode 100644 index 000000000000..9111d0a39883 --- /dev/null +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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.24.1.ebuild,v 1.1 2006/06/25 04:06:16 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" +DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} + =sys-libs/db-4.2*" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} +} diff --git a/mail-client/sylpheed-claws-mailmbox/ChangeLog b/mail-client/sylpheed-claws-mailmbox/ChangeLog index 46b4f2dfd038..1e72cb6d6f1e 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.16 2006/06/20 12:20:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.17 2006/06/25 04:11:00 genone Exp $ + +*sylpheed-claws-mailmbox-0.12.1 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-mailmbox-0.12.1.ebuild: + Version bump 20 Jun 2006; Jason Wever <weeve@gentoo.org> sylpheed-claws-mailmbox-1.10.ebuild: diff --git a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.12.1 b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.12.1 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.12.1 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 index 03b4a36918a5..3e5802e19105 100644 --- a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 +++ b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 @@ -1 +1,3 @@ MD5 520c2a2e1e45dda7ebb57e0e1e3ab9b3 mailmbox-0.9.tar.gz 366757 +RMD160 a616b0eb131e2217b803df30aede91af5ab6e115 mailmbox-0.9.tar.gz 366757 +SHA256 8503aa15171588d447375356c9980766f8ccb64f96e686deff847f012f5d1d37 mailmbox-0.9.tar.gz 366757 diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.12.1.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.12.1.ebuild new file mode 100644 index 000000000000..30007c8e196e --- /dev/null +++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.12.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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-0.12.1.ebuild,v 1.1 2006/06/25 04:11:00 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Plugin for sylpheed-claws to operate on mbox type mailboxes" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} +} |