diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2012-06-30 15:40:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2012-06-30 15:40:19 +0000 |
commit | 52b770a0601ea19c3823ce32bb213805dd0291ba (patch) | |
tree | 14a3ab14555ee1980310d25fb0a82ab9bacdacc7 /mail-client | |
parent | Correct version number typo (diff) | |
download | historical-52b770a0601ea19c3823ce32bb213805dd0291ba.tar.gz historical-52b770a0601ea19c3823ce32bb213805dd0291ba.tar.bz2 historical-52b770a0601ea19c3823ce32bb213805dd0291ba.zip |
version bump
Package-Manager: portage-2.1.10.65/cvs/Linux i686
Diffstat (limited to 'mail-client')
6 files changed, 111 insertions, 3 deletions
diff --git a/mail-client/claws-mail-att-remover/ChangeLog b/mail-client/claws-mail-att-remover/ChangeLog index 6d3a582e258c..48ebbbb28870 100644 --- a/mail-client/claws-mail-att-remover/ChangeLog +++ b/mail-client/claws-mail-att-remover/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-att-remover # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.48 2012/05/04 08:42:22 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.49 2012/06/30 15:35:33 fauli Exp $ + +*claws-mail-att-remover-1.0.14 (30 Jun 2012) + + 30 Jun 2012; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-att-remover-1.0.14.ebuild: + Version bump, mainly bug fixes 04 May 2012; Jeff Horelick <jdhore@gentoo.org> claws-mail-att-remover-1.0.13.ebuild: diff --git a/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.14.ebuild b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.14.ebuild new file mode 100644 index 000000000000..cef04d7d9cc4 --- /dev/null +++ b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.14.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 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.14.ebuild,v 1.1 2012/06/30 15:35:34 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.8.1" +DEPEND="${RDEPEND} + virtual/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 e9d3bc6f2a38..52c74654ab5b 100644 --- a/mail-client/claws-mail-attachwarner/ChangeLog +++ b/mail-client/claws-mail-attachwarner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-attachwarner # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.67 2012/05/04 08:42:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.68 2012/06/30 15:37:55 fauli Exp $ + +*claws-mail-attachwarner-0.2.24 (30 Jun 2012) + + 30 Jun 2012; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-attachwarner-0.2.24.ebuild: + version bump 04 May 2012; Jeff Horelick <jdhore@gentoo.org> claws-mail-attachwarner-0.2.23.ebuild: diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.24.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.24.ebuild new file mode 100644 index 000000000000..d9b993232960 --- /dev/null +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.24.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 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.24.ebuild,v 1.1 2012/06/30 15:37:55 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.8.1 + nls? ( >=sys-devel/gettext-0.12.1 )" +DEPEND="${RDEPEND} + virtual/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-clamd/ChangeLog b/mail-client/claws-mail-clamd/ChangeLog index 3bce49b3f1d5..fdffa59b0230 100644 --- a/mail-client/claws-mail-clamd/ChangeLog +++ b/mail-client/claws-mail-clamd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-clamd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-clamd/ChangeLog,v 1.19 2012/05/04 08:42:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-clamd/ChangeLog,v 1.20 2012/06/30 15:40:19 fauli Exp $ + +*claws-mail-clamd-3.5.4 (30 Jun 2012) + + 30 Jun 2012; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-clamd-3.5.4.ebuild: + Version bump, mainly bug fixes 04 May 2012; Jeff Horelick <jdhore@gentoo.org> claws-mail-clamd-3.5.3.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/mail-client/claws-mail-clamd/claws-mail-clamd-3.5.4.ebuild b/mail-client/claws-mail-clamd/claws-mail-clamd-3.5.4.ebuild new file mode 100644 index 000000000000..13636b2f2559 --- /dev/null +++ b/mail-client/claws-mail-clamd/claws-mail-clamd-3.5.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-clamd/claws-mail-clamd-3.5.4.ebuild,v 1.1 2012/06/30 15:40:19 fauli Exp $ + +inherit eutils + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Plugin for Claws to scan for viruses" +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.8.1" +DEPEND="${RDEPEND} + app-antivirus/clamav + virtual/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} +} |