diff options
author | Marius Mauch <genone@gentoo.org> | 2006-06-25 04:11:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-06-25 04:11:00 +0000 |
commit | d77d32a2efb4c8112125878249bde2b4432c20f9 (patch) | |
tree | 41fd9b2b7e42e43617af2648605ffff7f9b556ef /mail-client | |
parent | ChangeLog fix (diff) | |
download | gentoo-2-d77d32a2efb4c8112125878249bde2b4432c20f9.tar.gz gentoo-2-d77d32a2efb4c8112125878249bde2b4432c20f9.tar.bz2 gentoo-2-d77d32a2efb4c8112125878249bde2b4432c20f9.zip |
Version bump
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'mail-client')
4 files changed, 39 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-mailmbox/ChangeLog b/mail-client/sylpheed-claws-mailmbox/ChangeLog index 46b4f2dfd038..1e72cb6d6f1e 100644 --- a/mail-client/sylpheed-claws-mailmbox/ChangeLog +++ b/mail-client/sylpheed-claws-mailmbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-mailmbox # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.16 2006/06/20 12:20:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.17 2006/06/25 04:11:00 genone Exp $ + +*sylpheed-claws-mailmbox-0.12.1 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-mailmbox-0.12.1.ebuild: + Version bump 20 Jun 2006; Jason Wever <weeve@gentoo.org> sylpheed-claws-mailmbox-1.10.ebuild: diff --git a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.12.1 b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.12.1 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.12.1 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 index 03b4a36918a5..3e5802e19105 100644 --- a/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 +++ b/mail-client/sylpheed-claws-mailmbox/files/digest-sylpheed-claws-mailmbox-0.9 @@ -1 +1,3 @@ MD5 520c2a2e1e45dda7ebb57e0e1e3ab9b3 mailmbox-0.9.tar.gz 366757 +RMD160 a616b0eb131e2217b803df30aede91af5ab6e115 mailmbox-0.9.tar.gz 366757 +SHA256 8503aa15171588d447375356c9980766f8ccb64f96e686deff847f012f5d1d37 mailmbox-0.9.tar.gz 366757 diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.12.1.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.12.1.ebuild new file mode 100644 index 000000000000..30007c8e196e --- /dev/null +++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.12.1.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-mailmbox/sylpheed-claws-mailmbox-0.12.1.ebuild,v 1.1 2006/06/25 04:11:00 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Plugin for sylpheed-claws to operate on mbox type mailboxes" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${SC_BASE_NAME}/${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} +} |