diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-03 14:45:24 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-03 14:45:24 +0000 |
commit | cbc9a8f1c639cbe883055b69c28d07ea439f1625 (patch) | |
tree | 7dc0b0cb9e09a5f0d06dd460a902b057edb07b06 /mail-client | |
parent | Remove unneeded patch. (diff) | |
download | gentoo-2-cbc9a8f1c639cbe883055b69c28d07ea439f1625.tar.gz gentoo-2-cbc9a8f1c639cbe883055b69c28d07ea439f1625.tar.bz2 gentoo-2-cbc9a8f1c639cbe883055b69c28d07ea439f1625.zip |
Version bump.
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'mail-client')
3 files changed, 36 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-fetchinfo/ChangeLog b/mail-client/sylpheed-claws-fetchinfo/ChangeLog index 19cb8a3e4a2f..96ac2d5efe65 100644 --- a/mail-client/sylpheed-claws-fetchinfo/ChangeLog +++ b/mail-client/sylpheed-claws-fetchinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed-claws-fetchinfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/ChangeLog,v 1.5 2006/06/25 04:02:15 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/ChangeLog,v 1.6 2006/10/03 14:45:24 ticho Exp $ + +*sylpheed-claws-fetchinfo-0.4.16 (03 Oct 2006) + + 03 Oct 2006; <ticho@gentoo.org> +sylpheed-claws-fetchinfo-0.4.16.ebuild: + Version bump. 25 Jun 2006; Marius Mauch <genone@gentoo.org> +sylpheed-claws-fetchinfo-0.4.15.ebuild: diff --git a/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.16 b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.16 new file mode 100644 index 000000000000..0c6e57480b5b --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.16 @@ -0,0 +1,3 @@ +MD5 db771d49bf9bde1cce075b93f8028a19 sylpheed-claws-extra-plugins-2.5.2.tar.bz2 3991186 +RMD160 8e59b11fdcf6dbee11ca2c28d7616593d420333a sylpheed-claws-extra-plugins-2.5.2.tar.bz2 3991186 +SHA256 2ac9469dfb914ab20fd73b75388db6e3e0a305883c789e34a5c9458feb838349 sylpheed-claws-extra-plugins-2.5.2.tar.bz2 3991186 diff --git a/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.16.ebuild b/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.16.ebuild new file mode 100644 index 000000000000..667d17e1339f --- /dev/null +++ b/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.16.ebuild @@ -0,0 +1,27 @@ +# 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-fetchinfo/sylpheed-claws-fetchinfo-0.4.16.ebuild,v 1.1 2006/10/03 14:45:24 ticho Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.5.2" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Plugin for sylpheed-claws to add additional headers with download information" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_PN}-plugin-${PV}" + +src_install() { + make DESTDIR="${D}" install + dodoc ChangeLog README + + # kill useless files + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} +} |