diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:18:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:18:04 +0000 |
commit | 40b2b56ec0811f15b5a95bb875d7ba6f4f2a1bff (patch) | |
tree | 8a9384fc67b911e869787eec70c735d17a2bec17 /mail-client | |
parent | Use separate tarball instead of the whole extra-plugins package. (diff) | |
download | gentoo-2-40b2b56ec0811f15b5a95bb875d7ba6f4f2a1bff.tar.gz gentoo-2-40b2b56ec0811f15b5a95bb875d7ba6f4f2a1bff.tar.bz2 gentoo-2-40b2b56ec0811f15b5a95bb875d7ba6f4f2a1bff.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, 12 deletions
diff --git a/mail-client/sylpheed-claws-fetchinfo/ChangeLog b/mail-client/sylpheed-claws-fetchinfo/ChangeLog index 775241a90e27..04de28dfa20e 100644 --- a/mail-client/sylpheed-claws-fetchinfo/ChangeLog +++ b/mail-client/sylpheed-claws-fetchinfo/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2006/10/14 04:05:52 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/ChangeLog,v 1.8 2006/11/13 17:18:04 ticho Exp $ + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-fetchinfo-0.4.16.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-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.16 b/mail-client/sylpheed-claws-fetchinfo/files/digest-sylpheed-claws-fetchinfo-0.4.16 index 0c6e57480b5b..89f28276d793 100644 --- 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 @@ -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 81891cafede37f5be8b2986a8b3d0373 fetchinfo-plugin-0.4.16.tar.gz 326788 +RMD160 73f2917d06e7064aa14164a1588fa0777c3b9a43 fetchinfo-plugin-0.4.16.tar.gz 326788 +SHA256 b2605deb520c06b7c5d3d0e2c46d753cd80bd8ffae646dd7a23b96bd9d5b79be fetchinfo-plugin-0.4.16.tar.gz 326788 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 index 667d17e1339f..98bc5e0f6fb2 100644 --- 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 @@ -1,22 +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-fetchinfo/sylpheed-claws-fetchinfo-0.4.16.ebuild,v 1.1 2006/10/03 14:45:24 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-fetchinfo/sylpheed-claws-fetchinfo-0.4.16.ebuild,v 1.2 2006/11/13 17:18:04 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 add additional headers with download information" 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 ~ppc64 ~x86" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" +DEPEND=">=mail-client/sylpheed-claws-2.5.0" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_PN}-plugin-${PV}" +S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install |