diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 20:43:18 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 20:43:18 +0000 |
commit | 6c6530886b4b9276240cd9c359e36280fe89182c (patch) | |
tree | 29fc6269839ae0719e74aac542be2ec9f6c8cd69 /mail-client/claws-mail-attachwarner | |
parent | Fix my claws-mail mask (diff) | |
download | gentoo-2-6c6530886b4b9276240cd9c359e36280fe89182c.tar.gz gentoo-2-6c6530886b4b9276240cd9c359e36280fe89182c.tar.bz2 gentoo-2-6c6530886b4b9276240cd9c359e36280fe89182c.zip |
Version bump. Depend on pkgconfig (bug #205864).
(Portage version: 2.1.4.3)
Diffstat (limited to 'mail-client/claws-mail-attachwarner')
5 files changed, 57 insertions, 17 deletions
diff --git a/mail-client/claws-mail-attachwarner/ChangeLog b/mail-client/claws-mail-attachwarner/ChangeLog index bcc3950a72bd..602d5640d23d 100644 --- a/mail-client/claws-mail-attachwarner/ChangeLog +++ b/mail-client/claws-mail-attachwarner/ChangeLog @@ -1,6 +1,15 @@ # 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.12 2007/12/28 11:49:34 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.13 2008/02/13 20:43:18 ticho Exp $ + +*claws-mail-attachwarner-0.2.11 (13 Feb 2008) + + 13 Feb 2008; Andrej Kacian <ticho@gentoo.org> + claws-mail-attachwarner-0.2.8.ebuild, + claws-mail-attachwarner-0.2.9.ebuild, + claws-mail-attachwarner-0.2.10.ebuild, + +claws-mail-attachwarner-0.2.11.ebuild: + Version bump. Depend on pkgconfig (bug #205864). *claws-mail-attachwarner-0.2.10 (28 Dec 2007) diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild index 2cae1544a2ce..290cd4b6d270 100644 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.10.ebuild,v 1.1 2007/12/28 11:49:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild,v 1.2 2008/02/13 20:43: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." +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" @@ -13,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" DEPEND=">=mail-client/claws-mail-3.2.0 - nls? ( >=sys-devel/gettext-0.12.1 )" + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild new file mode 100644 index 000000000000..64f562907905 --- /dev/null +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 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.11.ebuild,v 1.1 2008/02/13 20:43:18 ticho 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" +DEPEND=">=mail-client/claws-mail-3.3.0 + nls? ( >=sys-devel/gettext-0.12.1 ) + 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 || 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 d77115d0c049..0747490f1141 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,11 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.3 2007/11/29 22:42:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild,v 1.4 2008/02/13 20:43: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." +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" @@ -13,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="nls" DEPEND=">=mail-client/claws-mail-3.0.0 - nls? ( >=sys-devel/gettext-0.12.1 )" + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild index d6d7426d73ee..388c4de825cc 100644 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.9.ebuild,v 1.1 2007/11/29 22:42:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild,v 1.2 2008/02/13 20:43: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." +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" @@ -13,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" DEPEND=">=mail-client/claws-mail-3.1.0 - nls? ( >=sys-devel/gettext-0.12.1 )" + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" |