diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-22 14:31:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-22 14:31:03 +0000 |
commit | d003e562b8320e3e3b667d401b21511166bd7ac4 (patch) | |
tree | 1ea8fd26d28906931605e73579f56ac48543f23e /mail-client | |
parent | stable x86, bug 331395 (diff) | |
download | historical-d003e562b8320e3e3b667d401b21511166bd7ac4.tar.gz historical-d003e562b8320e3e3b667d401b21511166bd7ac4.tar.bz2 historical-d003e562b8320e3e3b667d401b21511166bd7ac4.zip |
clean up
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'mail-client')
6 files changed, 15 insertions, 95 deletions
diff --git a/mail-client/claws-mail-rssyl/ChangeLog b/mail-client/claws-mail-rssyl/ChangeLog index ca6b3e037797..19707c3a586e 100644 --- a/mail-client/claws-mail-rssyl/ChangeLog +++ b/mail-client/claws-mail-rssyl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-rssyl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.75 2010/09/19 16:11:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.76 2010/11/22 14:25:24 fauli Exp $ + + 22 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-rssyl-0.27.ebuild: + clean up 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> claws-mail-rssyl-0.27-r1.ebuild: diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.27.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.27.ebuild deleted file mode 100644 index 5f2128c94c57..000000000000 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-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-rssyl/claws-mail-rssyl-0.27.ebuild,v 1.1 2010/06/12 07:33:08 fauli 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.6 - 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-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 3a97368ffe1b..2dc55bc1dc05 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-spam_report # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.25 2010/08/07 14:17:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.26 2010/11/22 14:26:54 fauli Exp $ + + 22 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-spam_report-0.3.10.ebuild: + clean up 07 Aug 2010; Markos Chandras <hwoarang@gentoo.org> claws-mail-spam_report-0.3.11.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 deleted file mode 100644 index 0ae7c461a855..000000000000 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.10.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.10.ebuild,v 1.3 2010/03/11 20:48:19 maekke 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-tnef_parse/ChangeLog b/mail-client/claws-mail-tnef_parse/ChangeLog index f688880c4d6e..45cd8653350c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.26 2010/08/07 14:17:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.27 2010/11/22 14:31:03 fauli Exp $ + + 22 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-tnef_parse-0.3.7.ebuild: + clean up 07 Aug 2010; Markos Chandras <hwoarang@gentoo.org> claws-mail-tnef_parse-0.3.8.ebuild: diff --git a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.7.ebuild b/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.7.ebuild deleted file mode 100644 index 7379f7848969..000000000000 --- a/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.7.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.7.ebuild,v 1.3 2010/03/11 20:49:06 maekke 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.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} -} |