diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-11-29 22:42:27 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-11-29 22:42:27 +0000 |
commit | 66ce9768c7145bc5d8777b23f96c40311f6efa5a (patch) | |
tree | 1dfb32cbd61817a1eddc75c1870534563d5058cf /mail-client/claws-mail-attachwarner | |
parent | Version bump, ebuild cleanup. (diff) | |
download | gentoo-2-66ce9768c7145bc5d8777b23f96c40311f6efa5a.tar.gz gentoo-2-66ce9768c7145bc5d8777b23f96c40311f6efa5a.tar.bz2 gentoo-2-66ce9768c7145bc5d8777b23f96c40311f6efa5a.zip |
Version bump, ebuild cleanup.
(Portage version: 2.1.3.18)
Diffstat (limited to 'mail-client/claws-mail-attachwarner')
13 files changed, 21 insertions, 146 deletions
diff --git a/mail-client/claws-mail-attachwarner/ChangeLog b/mail-client/claws-mail-attachwarner/ChangeLog index de6b11d4d391..06eb1f3fcf5a 100644 --- a/mail-client/claws-mail-attachwarner/ChangeLog +++ b/mail-client/claws-mail-attachwarner/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for mail-client/claws-mail-attachwarner # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.10 2007/09/13 18:24:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.11 2007/11/29 22:42:26 ticho Exp $ + +*claws-mail-attachwarner-0.2.9 (29 Nov 2007) + + 29 Nov 2007; Andrej Kacian <ticho@gentoo.org> + -claws-mail-attachwarner-0.2.3.ebuild, + -claws-mail-attachwarner-0.2.4.ebuild, + -claws-mail-attachwarner-0.2.5.ebuild, + -claws-mail-attachwarner-0.2.6.ebuild, + -claws-mail-attachwarner-0.2.7.ebuild, + +claws-mail-attachwarner-0.2.9.ebuild: + Version bump, ebuild cleanup. 13 Sep 2007; Christian Faulhammer <opfer@gentoo.org> claws-mail-attachwarner-0.2.8.ebuild: diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.3.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.3.ebuild deleted file mode 100644 index 9ef6e5798ed0..000000000000 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 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.3.ebuild,v 1.2 2007/02/03 03:33:40 beandog Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Warns when the user composes a message mentioning an attachment in -the message body without attaching any files to the message." -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="~amd64 ~x86" -IUSE="nls" -DEPEND=">=mail-client/claws-mail-2.7.0 - nls? ( >=sys-devel/gettext-0.12.1 )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README - - # kill useless files - rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.4.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.4.ebuild deleted file mode 100644 index 20db5575202a..000000000000 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 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.4.ebuild,v 1.3 2007/02/12 10:19:48 mabi Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Warns when the user composes a message mentioning an attachment in -the message body without attaching any files to the message." -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="~amd64 ~ppc ~x86" -IUSE="nls" -DEPEND=">=mail-client/claws-mail-2.7.0 - nls? ( >=sys-devel/gettext-0.12.1 )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README - - # kill useless files - rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.5.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.5.ebuild deleted file mode 100644 index 13806828410d..000000000000 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 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.5.ebuild,v 1.1 2007/02/27 20:05:18 ticho Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Warns when the user composes a message mentioning an attachment in -the message body without attaching any files to the message." -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="~amd64 ~ppc ~x86" -IUSE="nls" -DEPEND=">=mail-client/claws-mail-2.7.0 - nls? ( >=sys-devel/gettext-0.12.1 )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README - - # kill useless files - rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild deleted file mode 100644 index 65c469163db7..000000000000 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 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.6.ebuild,v 1.2 2007/05/08 07:56:05 ticho Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Warns when the user composes a message mentioning an attachment in -the message body without attaching any files to the message." -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="~amd64 ~ppc x86" -IUSE="nls" -DEPEND=">=mail-client/claws-mail-2.9.0 - nls? ( >=sys-devel/gettext-0.12.1 )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README - - # kill useless files - rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} -} diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild index 7bbedea8f6f9..d77115d0c049 100644 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.8.ebuild,v 1.2 2007/09/13 18:24:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild,v 1.3 2007/11/29 22:42:26 ticho Exp $ MY_P="${P#claws-mail-}" @@ -27,5 +27,5 @@ src_install() { dodoc ChangeLog README # kill useless files - rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} } diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.7.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild index 52541316e5ed..d6d7426d73ee 100644 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.7.ebuild +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.7.ebuild,v 1.1 2007/07/07 14:25:32 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild,v 1.1 2007/11/29 22:42:26 ticho Exp $ MY_P="${P#claws-mail-}" @@ -8,11 +8,11 @@ DESCRIPTION="Warns when the user composes a message mentioning an attachment in the message body without attaching any files to the message." HOMEPAGE="http://www.claws-mail.org" SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" -DEPEND=">=mail-client/claws-mail-2.10.0 +DEPEND=">=mail-client/claws-mail-3.1.0 nls? ( >=sys-devel/gettext-0.12.1 )" S="${WORKDIR}/${MY_P}" @@ -27,5 +27,5 @@ src_install() { dodoc ChangeLog README # kill useless files - rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} } diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.3 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.3 deleted file mode 100644 index 131a6e11fb0e..000000000000 --- a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 92236209bc191ed6053899bb3e7f8bac attachwarner-0.2.3.tar.gz 362734 -RMD160 0eee4100f527a7e850b82665257f7246b14c304a attachwarner-0.2.3.tar.gz 362734 -SHA256 ab8ad2dfa957e791483cfeca07fe722c8e781550b0b9a803986eee8cfb4c2973 attachwarner-0.2.3.tar.gz 362734 diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.4 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.4 deleted file mode 100644 index 0c814071dbf6..000000000000 --- a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9f1e9af7801fe9e1d6d1216cb2290392 attachwarner-0.2.4.tar.gz 364565 -RMD160 dbeaf1f27c8ee573b7b237bbc9470bffdb67633f attachwarner-0.2.4.tar.gz 364565 -SHA256 9eba37e6e582c72c86d67a805b90a8d652887040492b61301f0844c862495d94 attachwarner-0.2.4.tar.gz 364565 diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.5 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.5 deleted file mode 100644 index 2c3a76e6cf83..000000000000 --- a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 93d50a13eb88b6aba40f672c848570f4 attachwarner-0.2.5.tar.gz 377058 -RMD160 011181bf715154837ecfb24f441225b5ae30727d attachwarner-0.2.5.tar.gz 377058 -SHA256 4b10d97a56d1ec36deb6d0d3775ff7cb4d74ab8d6edff91003262743f6979dc7 attachwarner-0.2.5.tar.gz 377058 diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.6 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.6 deleted file mode 100644 index 8de7aa745a2e..000000000000 --- a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f3a8cdd7c5f86343f86038eb8b6eda45 attachwarner-0.2.6.tar.gz 381518 -RMD160 ce60c29d1321a430c95c98051b677411ba27c3b0 attachwarner-0.2.6.tar.gz 381518 -SHA256 6162a8d6c394181a0384a6e9413e06bc1a7d4738c3c924349ef5dd2078993b9e attachwarner-0.2.6.tar.gz 381518 diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.7 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.7 deleted file mode 100644 index 25c68e51080e..000000000000 --- a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d3bd15cf47ddb3ee6239729fdbacabb7 attachwarner-0.2.7.tar.gz 381665 -RMD160 2f536b77c4354b66d7f643539f0f75ecbbf2b8e6 attachwarner-0.2.7.tar.gz 381665 -SHA256 357d1ba0a9cf7759b6827f44fe6491e7b012f7bd4b638407570b6c51e56ecf43 attachwarner-0.2.7.tar.gz 381665 diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.9 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.9 new file mode 100644 index 000000000000..17b27e6fc36b --- /dev/null +++ b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.9 @@ -0,0 +1,3 @@ +MD5 0ef71fc0ac4e2b97a49711c01ecfada8 attachwarner-0.2.9.tar.gz 388461 +RMD160 5c76dd432eceb43aa20ca17da45d797c35157aa3 attachwarner-0.2.9.tar.gz 388461 +SHA256 0ccc6ddcd7207343e0b19485a545c47025ef2655b968dd487e458c5ee904e76b attachwarner-0.2.9.tar.gz 388461 |