diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-08 21:52:40 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-08 21:52:40 +0000 |
commit | 230674eb5e9da886b467125c9fd0ad6f7043f4b0 (patch) | |
tree | 910342ec3e9fdeeb5857c6c3697012b602e4f354 /mail-client | |
parent | And another fix for the Claws mask...stupid keyboard (diff) | |
download | historical-230674eb5e9da886b467125c9fd0ad6f7043f4b0.tar.gz historical-230674eb5e9da886b467125c9fd0ad6f7043f4b0.tar.bz2 historical-230674eb5e9da886b467125c9fd0ad6f7043f4b0.zip |
version bump
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'mail-client')
4 files changed, 77 insertions, 4 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 5ffd4c2a92b6..9ec84768cab6 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-spam_report -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.17 2009/08/26 16:55:14 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.18 2010/01/08 21:52:30 fauli Exp $ + +*claws-mail-spam_report-0.3.10 (08 Jan 2010) + + 08 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-spam_report-0.3.10.ebuild: + version bump 26 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -claws-mail-spam_report-0.3.8.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild new file mode 100644 index 000000000000..ac233d4cda38 --- /dev/null +++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.ebuild @@ -0,0 +1,29 @@ +# 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.10.ebuild,v 1.1 2010/01/08 21:52:30 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.4 + >=net-misc/curl-7.9.7" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake 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-vcalendar/ChangeLog b/mail-client/claws-mail-vcalendar/ChangeLog index 51975b08ec76..29f1563a53c7 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.72 2009/10/18 23:40:07 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.73 2010/01/08 21:52:40 fauli Exp $ + +*claws-mail-vcalendar-2.0.7 (08 Jan 2010) + + 08 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-vcalendar-2.0.7.ebuild: + version bump *claws-mail-vcalendar-2.0.6 (18 Oct 2009) 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 new file mode 100644 index 000000000000..f9a29dbdd6eb --- /dev/null +++ b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-2.0.7.ebuild @@ -0,0 +1,32 @@ +# 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.1 2010/01/08 21:52:40 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 + 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 +} |