diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:45:01 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:45:01 +0000 |
commit | d048d95ce77e9ae4a17d9c66c40963402f51c937 (patch) | |
tree | 570ccb8c383ca64d778e75c479d5900e211a3286 /mail-client | |
parent | ppc stable, bug #153896 (diff) | |
download | gentoo-2-d048d95ce77e9ae4a17d9c66c40963402f51c937.tar.gz gentoo-2-d048d95ce77e9ae4a17d9c66c40963402f51c937.tar.bz2 gentoo-2-d048d95ce77e9ae4a17d9c66c40963402f51c937.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, 13 insertions, 13 deletions
diff --git a/mail-client/sylpheed-claws-perl/ChangeLog b/mail-client/sylpheed-claws-perl/ChangeLog index 427c75fe5857..8b7ccb68509a 100644 --- a/mail-client/sylpheed-claws-perl/ChangeLog +++ b/mail-client/sylpheed-claws-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-perl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.11 2006/10/14 04:11:13 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.12 2006/11/13 17:45:01 ticho Exp $ + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-perl-0.9.5.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-perl/files/digest-sylpheed-claws-perl-0.9.5 b/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.9.5 index 0c6e57480b5b..f1855bb43851 100644 --- a/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.9.5 +++ b/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.9.5 @@ -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 7b6368f4e428caae509234e7eb005373 perl_plugin-0.9.5.tar.gz 347776 +RMD160 01d0519fe999dc145fbb0c15ab25bd6aaf857f35 perl_plugin-0.9.5.tar.gz 347776 +SHA256 66ed9fe273373f9d505a291102ba3055b2538b47330136a5bb5a2c47626e3326 perl_plugin-0.9.5.tar.gz 347776 diff --git a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.5.ebuild b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.5.ebuild index e2a17da5370a..d0a1ff5c876a 100644 --- a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.5.ebuild +++ b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.5.ebuild @@ -1,24 +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-perl/sylpheed-claws-perl-0.9.5.ebuild,v 1.1 2006/10/03 15:03:31 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.5.ebuild,v 1.2 2006/11/13 17:45:01 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}" +MY_P="${PN#sylpheed-claws-}_plugin-${PV}" DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules" HOMEPAGE="http://claws.sylpheed.org" -SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" -#SRC_URI="http://claws.sylpheed.org/downloads/${MY_PN}_plugin-${PV}_gtk2.tar.gz" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} +DEPEND=">=mail-client/sylpheed-claws-2.5.0 dev-lang/perl" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_PN}_plugin-${PV}" +S="${WORKDIR}/${MY_P}" src_compile() { econf || die |