diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:35:19 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:35:19 +0000 |
commit | 128deb85dbaa77c46ced5491bd1ebac4829856ae (patch) | |
tree | b759cdaf258d6ae7d2fc8cfe156fff6815c50601 /mail-client | |
parent | ppc stable, bug #154574 (diff) | |
download | gentoo-2-128deb85dbaa77c46ced5491bd1ebac4829856ae.tar.gz gentoo-2-128deb85dbaa77c46ced5491bd1ebac4829856ae.tar.bz2 gentoo-2-128deb85dbaa77c46ced5491bd1ebac4829856ae.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-newmail/ChangeLog b/mail-client/sylpheed-claws-newmail/ChangeLog index f2e0f06a925a..d50b4bff3792 100644 --- a/mail-client/sylpheed-claws-newmail/ChangeLog +++ b/mail-client/sylpheed-claws-newmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-newmail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-newmail/ChangeLog,v 1.2 2006/10/14 04:09:47 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-newmail/ChangeLog,v 1.3 2006/11/13 17:35:19 ticho Exp $ + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-newmail-0.0.7.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-newmail/files/digest-sylpheed-claws-newmail-0.0.7 b/mail-client/sylpheed-claws-newmail/files/digest-sylpheed-claws-newmail-0.0.7 index 0c6e57480b5b..1673f1930765 100644 --- a/mail-client/sylpheed-claws-newmail/files/digest-sylpheed-claws-newmail-0.0.7 +++ b/mail-client/sylpheed-claws-newmail/files/digest-sylpheed-claws-newmail-0.0.7 @@ -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 ce22170c3356139c34f487a8adc38333 newmail-0.0.7.tar.gz 320867 +RMD160 5119eca092b68862f1fd688f04d1ad96063ba525 newmail-0.0.7.tar.gz 320867 +SHA256 e4cb834ab423f30d7b9124dcd3bed09f41e1a35b061d8297f9cf08d4ebd75c9d newmail-0.0.7.tar.gz 320867 diff --git a/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild b/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild index 72ee5a13a185..db6d8b87771c 100644 --- a/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild +++ b/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild @@ -1,21 +1,19 @@ # 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-newmail/sylpheed-claws-newmail-0.0.7.ebuild,v 1.1 2006/10/03 15:23:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild,v 1.2 2006/11/13 17:35:19 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 which writes a header summary to a log file for each received mail." 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="~x86" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" +DEPEND=">=mail-client/sylpheed-claws-2.5.0" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" +S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install |