diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:58:58 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:58:58 +0000 |
commit | 2f3bafafad841925c6550511ef979e9d2d6d501a (patch) | |
tree | c391c27bab4caf6052ecb01783f53d51a9d3ee33 /mail-client | |
parent | Version bump. Use separate tarball instead of the whole extra-plugins package. (diff) | |
download | gentoo-2-2f3bafafad841925c6550511ef979e9d2d6d501a.tar.gz gentoo-2-2f3bafafad841925c6550511ef979e9d2d6d501a.tar.bz2 gentoo-2-2f3bafafad841925c6550511ef979e9d2d6d501a.zip |
Version bump. Use separate tarball instead of the whole extra-plugins package.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'mail-client')
3 files changed, 35 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-smime/ChangeLog b/mail-client/sylpheed-claws-smime/ChangeLog index 2146b8a58cd5..e9edead18516 100644 --- a/mail-client/sylpheed-claws-smime/ChangeLog +++ b/mail-client/sylpheed-claws-smime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-smime # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-smime/ChangeLog,v 1.3 2006/10/14 04:13:13 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-smime/ChangeLog,v 1.4 2006/11/13 17:58:58 ticho Exp $ + +*sylpheed-claws-smime-0.5.6 (13 Nov 2006) + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + +sylpheed-claws-smime-0.5.6.ebuild: + Version bump. Use separate tarball instead of the whole extra-plugins package. 14 Oct 2006; Marius Mauch <genone@gentoo.org> metadata.xml: update maintainer info diff --git a/mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.6 b/mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.6 new file mode 100644 index 000000000000..1d209599a5ca --- /dev/null +++ b/mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.6 @@ -0,0 +1,3 @@ +MD5 d2dd688fd17cd462b332590ac2311dfd smime-0.5.6.tar.gz 327306 +RMD160 7409f6c3f5ac20f9436f5abc3ce45b4b6c2c290e smime-0.5.6.tar.gz 327306 +SHA256 52715d7ebbf52667b51e503e664ddcb7313e22e12f7f9b7cba66a93dc8044a7c smime-0.5.6.tar.gz 327306 diff --git a/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild b/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild new file mode 100644 index 000000000000..f6955c6e0bfc --- /dev/null +++ b/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild,v 1.1 2006/11/13 17:58:58 ticho Exp $ + +MY_P="${P#sylpheed-claws-}" + +DESCRIPTION="This plugin allows you to handle S/MIME signed and/or encrypted mails." +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-2.6.0 + >=app-crypt/gpgme-1.1.1" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} +} |