diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:27:48 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:27:48 +0000 |
commit | 20c66d152b1b723d22a86c92cf590657e4365d3d (patch) | |
tree | 3ec7196d4abbabe940d0a5517c4fb95528c36d8b /mail-client | |
parent | Stable on sparc wrt #155015 (diff) | |
download | gentoo-2-20c66d152b1b723d22a86c92cf590657e4365d3d.tar.gz gentoo-2-20c66d152b1b723d22a86c92cf590657e4365d3d.tar.bz2 gentoo-2-20c66d152b1b723d22a86c92cf590657e4365d3d.zip |
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, 14 insertions, 12 deletions
diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index 8e25962e2e12..d26a40f1ae3c 100644 --- a/mail-client/sylpheed-claws-maildir/ChangeLog +++ b/mail-client/sylpheed-claws-maildir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-maildir # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.29 2006/10/14 04:08:34 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.30 2006/11/13 17:27:48 ticho Exp $ + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-maildir-0.24.2.ebuild: + 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-maildir/files/digest-sylpheed-claws-maildir-0.24.2 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.24.2 index 0c6e57480b5b..06f69f5ee4d7 100644 --- a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.24.2 +++ b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.24.2 @@ -1,3 +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 +MD5 eeaac96f82be9def07dcb22655ee5aeb maildir-0.24.2.tar.gz 343095 +RMD160 44bb1bc409c518f9ab080e6a7289078a46100f30 maildir-0.24.2.tar.gz 343095 +SHA256 e3edee4a8bdca1961b0c55ae8e32aca5fadd4d34a8935985748904b161fe39a9 maildir-0.24.2.tar.gz 343095 diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.2.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.2.ebuild index b8f41167c8d8..4b522c24305c 100644 --- a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.2.ebuild +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.2.ebuild @@ -1,22 +1,20 @@ # 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-maildir/sylpheed-claws-maildir-0.24.2.ebuild,v 1.1 2006/10/03 14:49:42 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.24.2.ebuild,v 1.2 2006/11/13 17:27:48 ticho Exp $ + +MY_P="${P#sylpheed-claws-}" -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 operate on maildir type mailboxes" HOMEPAGE="http://claws.sylpheed.org" -SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} +DEPEND=">=mail-client/sylpheed-claws-2.5.0 =sys-libs/db-4.2*" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" +S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install |