diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-03-22 20:47:56 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-03-22 20:47:56 +0000 |
commit | 6253c8bce66b5a4c7fcfce55a24a17ab4b4ed96e (patch) | |
tree | 6d7b208ee156e07b939156d8f497d6dd50098054 /mail-client | |
parent | Marking putty-0.60_p20100131 ppc for bug 355365 (diff) | |
download | historical-6253c8bce66b5a4c7fcfce55a24a17ab4b4ed96e.tar.gz historical-6253c8bce66b5a4c7fcfce55a24a17ab4b4ed96e.tar.bz2 historical-6253c8bce66b5a4c7fcfce55a24a17ab4b4ed96e.zip |
clean up
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'mail-client')
36 files changed, 80 insertions, 941 deletions
diff --git a/mail-client/claws-mail-acpi-notifier/ChangeLog b/mail-client/claws-mail-acpi-notifier/ChangeLog index c5d5ba017f35..ffe4023aa6ed 100644 --- a/mail-client/claws-mail-acpi-notifier/ChangeLog +++ b/mail-client/claws-mail-acpi-notifier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-acpi-notifier # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-acpi-notifier/ChangeLog,v 1.51 2011/01/15 14:35:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-acpi-notifier/ChangeLog,v 1.52 2011/03/22 20:44:07 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-acpi-notifier-1.0.23.ebuild: + clean up 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-acpi-notifier-1.0.24.ebuild: diff --git a/mail-client/claws-mail-acpi-notifier/claws-mail-acpi-notifier-1.0.23.ebuild b/mail-client/claws-mail-acpi-notifier/claws-mail-acpi-notifier-1.0.23.ebuild deleted file mode 100644 index 1ab506e1f3ad..000000000000 --- a/mail-client/claws-mail-acpi-notifier/claws-mail-acpi-notifier-1.0.23.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 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.23.ebuild,v 1.4 2010/11/23 08:33:17 fauli 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="" -RDEPEND=">=mail-client/claws-mail-3.7.6" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - 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-address_keeper/ChangeLog b/mail-client/claws-mail-address_keeper/ChangeLog index c77be9f0329b..b1a97b5b27e0 100644 --- a/mail-client/claws-mail-address_keeper/ChangeLog +++ b/mail-client/claws-mail-address_keeper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-address_keeper -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.4 2010/12/06 13:00:12 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.5 2011/03/22 20:43:53 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-address_keeper-1.0.1.ebuild: + clean up *claws-mail-address_keeper-1.0.2 (06 Dec 2010) diff --git a/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.1.ebuild b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.1.ebuild deleted file mode 100644 index f74b7423baba..000000000000 --- a/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.1.ebuild,v 1.3 2010/12/02 13:03:18 hwoarang Exp $ - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin for Claws to collect all recipients in an address book folder" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-archive/ChangeLog b/mail-client/claws-mail-archive/ChangeLog index ccb8006b583b..5d9da107a49e 100644 --- a/mail-client/claws-mail-archive/ChangeLog +++ b/mail-client/claws-mail-archive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-archive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-archive/ChangeLog,v 1.29 2011/01/15 14:35:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-archive/ChangeLog,v 1.30 2011/03/22 20:42:29 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-archive-0.6.7.ebuild: + clean up 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-archive-0.6.8.ebuild: diff --git a/mail-client/claws-mail-archive/claws-mail-archive-0.6.7.ebuild b/mail-client/claws-mail-archive/claws-mail-archive-0.6.7.ebuild deleted file mode 100644 index 0804e203989c..000000000000 --- a/mail-client/claws-mail-archive/claws-mail-archive-0.6.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-archive/claws-mail-archive-0.6.7.ebuild,v 1.4 2010/11/23 08:44:04 fauli Exp $ - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin for Claws to add archiving features" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - app-arch/libarchive - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-att-remover/ChangeLog b/mail-client/claws-mail-att-remover/ChangeLog index b911f53701a8..b8c92b014f62 100644 --- a/mail-client/claws-mail-att-remover/ChangeLog +++ b/mail-client/claws-mail-att-remover/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-att-remover -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.40 2010/12/28 13:12:34 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.41 2011/03/22 20:42:10 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-att-remover-1.0.11.ebuild: + clean up 28 Dec 2010; Brent Baude <ranger@gentoo.org> claws-mail-att-remover-1.0.12.ebuild: diff --git a/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild deleted file mode 100644 index b8acf47b6a08..000000000000 --- a/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 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.11.ebuild,v 1.5 2010/11/23 08:42:29 fauli 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-3" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-attachwarner/ChangeLog b/mail-client/claws-mail-attachwarner/ChangeLog index a8a97311b502..c7ba44dd2726 100644 --- a/mail-client/claws-mail-attachwarner/ChangeLog +++ b/mail-client/claws-mail-attachwarner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-attachwarner # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.52 2011/01/15 14:36:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.53 2011/03/22 20:40:49 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-attachwarner-0.2.19.ebuild: + clean up 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-attachwarner-0.2.20.ebuild: diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.19.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.19.ebuild deleted file mode 100644 index 559c8f6d01f2..000000000000 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.19.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 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.19.ebuild,v 1.4 2010/11/23 08:36:35 fauli Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Warn about missing attachment, if it's mentioned in message body." -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" -RDEPEND=">=mail-client/claws-mail-3.7.6 - nls? ( >=sys-devel/gettext-0.12.1 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable nls) || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-gtkhtml/ChangeLog b/mail-client/claws-mail-gtkhtml/ChangeLog index 325ae0cafc9a..e30dce9df12c 100644 --- a/mail-client/claws-mail-gtkhtml/ChangeLog +++ b/mail-client/claws-mail-gtkhtml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-gtkhtml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.81 2010/12/30 19:29:21 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.82 2011/03/22 20:39:55 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-gtkhtml-0.27.ebuild, -claws-mail-gtkhtml-0.28.ebuild: + clean up 30 Dec 2010; Christian Faulhammer <fauli@gentoo.org> claws-mail-gtkhtml-0.27.ebuild: diff --git a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild deleted file mode 100644 index 6fe632d75e47..000000000000 --- a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 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.27.ebuild,v 1.7 2010/12/30 19:29:21 fauli Exp $ - -inherit eutils - -MY_P="${PN#claws-mail-}2_viewer-${PV}" - -DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget." -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="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - net-misc/curl" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf --disable-accessibility || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild deleted file mode 100644 index fb3f985c2f05..000000000000 --- a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 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.28.ebuild,v 1.2 2010/11/23 08:55:25 fauli Exp $ - -inherit eutils - -MY_P="${PN#claws-mail-}2_viewer-${PV}" - -DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget." -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="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - net-misc/curl" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf --disable-accessibility || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-mailmbox/ChangeLog b/mail-client/claws-mail-mailmbox/ChangeLog index acca632c5fc3..303c136cb3e9 100644 --- a/mail-client/claws-mail-mailmbox/ChangeLog +++ b/mail-client/claws-mail-mailmbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-mailmbox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-mailmbox/ChangeLog,v 1.59 2011/03/21 10:40:20 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-mailmbox/ChangeLog,v 1.60 2011/03/22 20:38:34 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-mailmbox-1.14.3.ebuild, -claws-mail-mailmbox-1.14.4.ebuild: + clean up 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> claws-mail-mailmbox-1.14.5.ebuild: diff --git a/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.14.3.ebuild b/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.14.3.ebuild deleted file mode 100644 index 5571a8136228..000000000000 --- a/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.14.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.14.3.ebuild,v 1.8 2010/11/23 08:57:07 fauli Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin 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-3" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.0" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.14.4.ebuild b/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.14.4.ebuild deleted file mode 100644 index a9c06ae52a0d..000000000000 --- a/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.14.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.14.4.ebuild,v 1.6 2010/12/28 13:13:31 ranger Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin 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-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.6" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-perl/ChangeLog b/mail-client/claws-mail-perl/ChangeLog index 0f27b082e2f3..ddfb7a61dcde 100644 --- a/mail-client/claws-mail-perl/ChangeLog +++ b/mail-client/claws-mail-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-perl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.48 2010/12/28 13:13:58 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.49 2011/03/22 20:37:35 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-perl-0.9.17.ebuild: + clean up 28 Dec 2010; Brent Baude <ranger@gentoo.org> claws-mail-perl-0.9.18.ebuild: diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.17.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.17.ebuild deleted file mode 100644 index 6256826b2117..000000000000 --- a/mail-client/claws-mail-perl/claws-mail-perl-0.9.17.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 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.17.ebuild,v 1.5 2010/11/23 09:03:04 fauli Exp $ - -MY_P="${PN#claws-mail-}_plugin-${PV}" - -DESCRIPTION="Plugin 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 ~ppc ppc64 x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.4 - dev-lang/perl" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -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() { - emake DESTDIR="${D}" install || die - 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-python/ChangeLog b/mail-client/claws-mail-python/ChangeLog index 0549f3e89a21..5e39f3e13a72 100644 --- a/mail-client/claws-mail-python/ChangeLog +++ b/mail-client/claws-mail-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.15 2011/01/15 14:34:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.16 2011/03/22 20:35:41 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-python-0.3.ebuild, -claws-mail-python-0.4.ebuild, + -claws-mail-python-0.5.ebuild: + clean up 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-python-0.6.ebuild: x86 stable, bug #350513 diff --git a/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild deleted file mode 100644 index 0a8d9c6da020..000000000000 --- a/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild,v 1.5 2010/12/30 18:50:41 fauli Exp $ - -MY_P="${PN#claws-mail-}_plugin-${PV}" - -DESCRIPTION="Plugin to integrate with Python" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.4 - >=dev-lang/python-2.5 - >=dev-python/pygtk-2.10.3" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild deleted file mode 100644 index c6945efe39f5..000000000000 --- a/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v 1.4 2010/12/30 18:50:41 fauli Exp $ - -MY_P="${PN#claws-mail-}_plugin-${PV}" - -DESCRIPTION="Plugin to integrate with Python" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - >=dev-lang/python-2.5 - >=dev-python/pygtk-2.10.3" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild deleted file mode 100644 index 45b7f16b77f2..000000000000 --- a/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild,v 1.3 2010/12/30 18:50:41 fauli Exp $ - -MY_P="${PN#claws-mail-}_plugin-${PV}" - -DESCRIPTION="Plugin to integrate with Python" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.7 - >=dev-lang/python-2.5 - >=dev-python/pygtk-2.10.3" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-rssyl/ChangeLog b/mail-client/claws-mail-rssyl/ChangeLog index 4decf3033677..42ff2c008ab4 100644 --- a/mail-client/claws-mail-rssyl/ChangeLog +++ b/mail-client/claws-mail-rssyl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-rssyl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.84 2011/03/21 10:40:55 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.85 2011/03/22 20:34:42 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-rssyl-0.26.ebuild, -claws-mail-rssyl-0.27-r1.ebuild, + -claws-mail-rssyl-0.28.ebuild: + clean up 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> claws-mail-rssyl-0.29.ebuild: diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.26.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.26.ebuild deleted file mode 100644 index 314f920a37cf..000000000000 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.26.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 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.26.ebuild,v 1.6 2010/05/11 17:51:53 ranger Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Read your favorite newsfeeds in Claws Mail. 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" -RDEPEND=">=mail-client/claws-mail-3.7.4 - net-misc/curl - dev-libs/libxml2 - nls? ( >=sys-devel/gettext-0.12.1 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake 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/claws-mail-rssyl-0.27-r1.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.27-r1.ebuild deleted file mode 100644 index 1c598165ac5c..000000000000 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.27-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.27-r1.ebuild,v 1.5 2010/12/28 13:14:25 ranger Exp $ - -EAPI="3" - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Read your favorite newsfeeds in Claws Mail. 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" -RDEPEND=">=mail-client/claws-mail-3.7.6 - net-misc/curl - dev-libs/libxml2 - nls? ( >=sys-devel/gettext-0.12.1 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-newline_hiccup.patch -} - -src_configure() { - econf $(use_enable nls) || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README || die - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.28.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.28.ebuild deleted file mode 100644 index 68c352f8075b..000000000000 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.28.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 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.28.ebuild,v 1.1 2010/11/22 14:30:57 fauli Exp $ - -EAPI="3" - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Read your favorite newsfeeds in Claws Mail. 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" -RDEPEND=">=mail-client/claws-mail-3.7.7 - net-misc/curl - dev-libs/libxml2 - nls? ( >=sys-devel/gettext-0.12.1 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf $(use_enable nls) || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README || die - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 6c920f8b6cfb..b4476100b4cc 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for mail-client/claws-mail-spam_report # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.30 2011/01/15 14:38:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.31 2011/03/22 20:32:53 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam_report-0.3.11.ebuild: + clean up + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam_report-0.3.11.ebuild: + clean up 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-spam_report-0.3.12.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild deleted file mode 100644 index 13df6500edb0..000000000000 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild,v 1.4 2010/11/23 09:07:03 fauli Exp $ - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin for Claws to report spam to various places" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-tnef_parse/ChangeLog b/mail-client/claws-mail-tnef_parse/ChangeLog index a40cafba1845..a28a48d340c2 100644 --- a/mail-client/claws-mail-tnef_parse/ChangeLog +++ b/mail-client/claws-mail-tnef_parse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-tnef_parse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.31 2011/01/15 14:39:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.32 2011/03/22 20:31:15 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-tnef_parse-0.3.8.ebuild: + clean up 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-tnef_parse-0.3.9.ebuild: diff --git a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild b/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild deleted file mode 100644 index 0668cc054d75..000000000000 --- a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.8.ebuild,v 1.4 2010/11/23 09:12:33 fauli Exp $ - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin for Claws to support application/ms-tnef attachments" -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="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-vcalendar/ChangeLog b/mail-client/claws-mail-vcalendar/ChangeLog index 63364fd362bf..d13f010a65f3 100644 --- a/mail-client/claws-mail-vcalendar/ChangeLog +++ b/mail-client/claws-mail-vcalendar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-vcalendar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.92 2011/03/21 10:45:43 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.93 2011/03/22 20:29:28 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-vcalendar-2.0.7.ebuild, -claws-mail-vcalendar-2.0.8.ebuild: + clean up 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> claws-mail-vcalendar-2.0.9.ebuild: diff --git a/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.7.ebuild b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.7.ebuild deleted file mode 100644 index 58e7c1db9de2..000000000000 --- a/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 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-2.0.7.ebuild,v 1.7 2010/11/23 09:14:20 fauli Exp $ - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin for 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="~alpha amd64 ppc ppc64 sparc x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.4 - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog 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/claws-mail-vcalendar-2.0.8.ebuild b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.8.ebuild deleted file mode 100644 index eb5f84046bfe..000000000000 --- a/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 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-2.0.8.ebuild,v 1.6 2010/12/28 13:14:55 ranger Exp $ - -inherit eutils - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin for 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="~alpha amd64 ~ppc ppc64 sparc x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.6 - >=net-misc/curl-7.9.7" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog 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/ChangeLog b/mail-client/claws-mail/ChangeLog index bdbf8861604e..525acdcdcd54 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.170 2011/03/21 10:39:47 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.171 2011/03/22 20:47:55 fauli Exp $ + + 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-3.7.6.ebuild, -claws-mail-3.7.7.ebuild: + clean up 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> claws-mail-3.7.8.ebuild: ppc64 stable wrt #350513 diff --git a/mail-client/claws-mail/claws-mail-3.7.6.ebuild b/mail-client/claws-mail/claws-mail-3.7.6.ebuild deleted file mode 100644 index 2b8f615e1414..000000000000 --- a/mail-client/claws-mail/claws-mail-3.7.6.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2011 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.7.6.ebuild,v 1.9 2011/03/06 13:04:33 fauli Exp $ - -EAPI="2" - -inherit eutils multilib - -DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/" - -SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="bogofilter crypt dbus dillo doc +gnutls +imap ipv6 ldap nntp pda session smime spamassassin spell ssl startup-notification xface" - -COMMONDEPEND=">=x11-libs/gtk+-2.6:2 - pda? ( >=app-pda/jpilot-0.99 ) - ssl? ( >=net-libs/gnutls-2.0.3 ) - ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( >=app-crypt/gpgme-0.4.5 ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - dillo? ( www-client/dillo ) - spell? ( >=app-text/enchant-1.0.0 ) - imap? ( >=net-libs/libetpan-0.57 ) - nntp? ( >=net-libs/libetpan-0.57 ) - gnutls? ( >=net-libs/gnutls-2.0.3 ) - startup-notification? ( x11-libs/startup-notification ) - bogofilter? ( mail-filter/bogofilter ) - session? ( x11-libs/libSM - x11-libs/libICE ) - smime? ( >=app-crypt/gpgme-0.4.5 )" - -DEPEND="${COMMONDEPEND} - xface? ( >=media-libs/compface-1.4 ) - dev-util/pkgconfig" - -RDEPEND="${COMMONDEPEND} - app-misc/mime-types - x11-misc/shared-mime-info" - -PLUGIN_NAMES="acpi-notifier archive att-remover attachwarner bsfilter cachesaver fancy fetchinfo gtkhtml mailmbox newmail notification perl python rssyl spam_report tnef_parse vcalendar" - -src_configure() { - local myconf - # libetpan is needed if user wants nntp or imap functionality - if use imap || use nntp; then - myconf="--enable-libetpan" - else - myconf="--disable-libetpan" - fi - - # The usage of openssl was discarded once and USE=ssl is mapped to - # USE=gnutls now. Maybe USE=ssl can fade out sometime - if use ssl || use gnutls; then - myconf="${myconf} --enable-gnutls" - else - myconf="${myconf} --disable-gnutls" - fi - - econf \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable dbus) \ - $(use_enable pda jpilot) \ - $(use_enable spell enchant) \ - $(use_enable xface compface) \ - $(use_enable doc manual) \ - $(use_enable startup-notification) \ - $(use_enable session libsm) \ - $(use_enable crypt pgpmime-plugin) \ - $(use_enable crypt pgpinline-plugin) \ - $(use_enable crypt pgpcore-plugin) \ - $(use_enable dillo dillo-viewer-plugin) \ - $(use_enable spamassassin spamassassin-plugin) \ - $(use_enable bogofilter bogofilter-plugin) \ - $(use_enable smime smime-plugin) \ - --docdir=/usr/share/doc/${PF} \ - --enable-trayicon-plugin \ - --disable-maemo ${myconf} -} - -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 - - # 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="" - for x in ${PLUGIN_NAMES}; do - has_version mail-client/${PN}-$x && UPDATE_PLUGINS="${UPDATE_PLUGINS} $x" - done - 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 -} - -pkg_postrm() { - gtk-update-icon-cache -f -t "${ROOT}"/usr/share/icons/hicolor -} diff --git a/mail-client/claws-mail/claws-mail-3.7.7.ebuild b/mail-client/claws-mail/claws-mail-3.7.7.ebuild deleted file mode 100644 index 8199af3deb7c..000000000000 --- a/mail-client/claws-mail/claws-mail-3.7.7.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2011 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.7.7.ebuild,v 1.2 2011/03/06 13:04:33 fauli Exp $ - -EAPI="2" - -inherit eutils multilib - -DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/" - -SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="bogofilter crypt dbus dillo doc +gnutls +imap ipv6 ldap nntp pda session smime spamassassin spell ssl startup-notification xface" - -COMMONDEPEND=">=x11-libs/gtk+-2.6:2 - pda? ( >=app-pda/jpilot-0.99 ) - ssl? ( >=net-libs/gnutls-2.0.3 ) - ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( >=app-crypt/gpgme-0.4.5 ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - dillo? ( www-client/dillo ) - spell? ( >=app-text/enchant-1.0.0 ) - imap? ( >=net-libs/libetpan-0.57 ) - nntp? ( >=net-libs/libetpan-0.57 ) - gnutls? ( >=net-libs/gnutls-2.0.3 ) - startup-notification? ( x11-libs/startup-notification ) - bogofilter? ( mail-filter/bogofilter ) - session? ( x11-libs/libSM - x11-libs/libICE ) - smime? ( >=app-crypt/gpgme-0.4.5 )" - -DEPEND="${COMMONDEPEND} - xface? ( >=media-libs/compface-1.4 ) - dev-util/pkgconfig" - -RDEPEND="${COMMONDEPEND} - app-misc/mime-types - x11-misc/shared-mime-info" - -PLUGIN_NAMES="acpi-notifier archive att-remover attachwarner bsfilter cachesaver fancy fetchinfo gtkhtml mailmbox newmail notification perl python rssyl spam_report tnef_parse vcalendar" - -src_configure() { - local myconf - # libetpan is needed if user wants nntp or imap functionality - if use imap || use nntp; then - myconf="--enable-libetpan" - else - myconf="--disable-libetpan" - fi - - # The usage of openssl was discarded once and USE=ssl is mapped to - # USE=gnutls now. Maybe USE=ssl can fade out sometime - if use ssl || use gnutls; then - myconf="${myconf} --enable-gnutls" - else - myconf="${myconf} --disable-gnutls" - fi - - econf \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable dbus) \ - $(use_enable pda jpilot) \ - $(use_enable spell enchant) \ - $(use_enable xface compface) \ - $(use_enable doc manual) \ - $(use_enable startup-notification) \ - $(use_enable session libsm) \ - $(use_enable crypt pgpmime-plugin) \ - $(use_enable crypt pgpinline-plugin) \ - $(use_enable crypt pgpcore-plugin) \ - $(use_enable dillo dillo-viewer-plugin) \ - $(use_enable spamassassin spamassassin-plugin) \ - $(use_enable bogofilter bogofilter-plugin) \ - $(use_enable smime smime-plugin) \ - --docdir=/usr/share/doc/${PF} \ - --enable-trayicon-plugin \ - --disable-maemo ${myconf} -} - -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 - - # 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="" - for x in ${PLUGIN_NAMES}; do - has_version mail-client/${PN}-$x && UPDATE_PLUGINS="${UPDATE_PLUGINS} $x" - done - 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 -} - -pkg_postrm() { - gtk-update-icon-cache -f -t "${ROOT}"/usr/share/icons/hicolor -} |