diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-04-10 16:43:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-04-10 16:43:47 +0000 |
commit | 4e458aa6fe6272bc7b0ecf69d4404df9224b8318 (patch) | |
tree | b58b22eeae7a99ac1921b484a6ee87c23b5338d0 /mail-client | |
parent | Raise version number for Claws (diff) | |
download | gentoo-2-4e458aa6fe6272bc7b0ecf69d4404df9224b8318.tar.gz gentoo-2-4e458aa6fe6272bc7b0ecf69d4404df9224b8318.tar.bz2 gentoo-2-4e458aa6fe6272bc7b0ecf69d4404df9224b8318.zip |
version bump
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail-address_keeper/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.3.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/mail-client/claws-mail-address_keeper/ChangeLog b/mail-client/claws-mail-address_keeper/ChangeLog index b1a97b5b27e0..c66185656114 100644 --- a/mail-client/claws-mail-address_keeper/ChangeLog +++ b/mail-client/claws-mail-address_keeper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-address_keeper # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.5 2011/03/22 20:43:53 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.6 2011/04/10 16:43:47 fauli Exp $ + +*claws-mail-address_keeper-1.0.3 (10 Apr 2011) + + 10 Apr 2011; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-address_keeper-1.0.3.ebuild: + version bump 22 Mar 2011; Christian Faulhammer <fauli@gentoo.org> -claws-mail-address_keeper-1.0.1.ebuild: diff --git a/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.3.ebuild b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.3.ebuild new file mode 100644 index 000000000000..ba8e90c18f7f --- /dev/null +++ b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.3.ebuild,v 1.1 2011/04/10 16:43:47 fauli Exp $ + +inherit eutils + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Plugin for Claws to collect all recipients in an address book folder" +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.7.9" +DEPEND="${RDEPEND} + dev-util/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} +} |