diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-19 20:09:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-19 20:09:26 +0000 |
commit | 982a488e5a1fcba6184acb39eec5e24e8bfe483f (patch) | |
tree | 92591114b7799015e8c82a75d87d9ff0317866d6 /mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild | |
parent | test doesnt work in portage scenario #158556 (diff) | |
download | gentoo-2-982a488e5a1fcba6184acb39eec5e24e8bfe483f.tar.gz gentoo-2-982a488e5a1fcba6184acb39eec5e24e8bfe483f.tar.bz2 gentoo-2-982a488e5a1fcba6184acb39eec5e24e8bfe483f.zip |
This is the new name of mail-client/sylpheed-claws-cachesaver.
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild')
-rw-r--r-- | mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild b/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild new file mode 100644 index 000000000000..09453e5e035b --- /dev/null +++ b/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.3.ebuild,v 1.1 2006/12/19 20:09:26 ticho Exp $ + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Plugin for sylpheed-claws to automatically save the cache regulary to avoid folder rebuilds in case of a crash" +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 ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=mail-client/claws-mail-2.6.1" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS + + # kill useless files + rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la} +} |