diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:03:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:03:04 +0000 |
commit | 91ef01dbe808ab36aefd3e891f1f07baff1aa071 (patch) | |
tree | edf3a97ed2efa802b2f34982e16fc4208492e24d | |
parent | Stable on Alpha. Bug 155010 (diff) | |
download | gentoo-2-91ef01dbe808ab36aefd3e891f1f07baff1aa071.tar.gz gentoo-2-91ef01dbe808ab36aefd3e891f1f07baff1aa071.tar.bz2 gentoo-2-91ef01dbe808ab36aefd3e891f1f07baff1aa071.zip |
Use separate tarball instead of the whole extra-plugins package.
(Portage version: 2.1.2_rc1-r6)
3 files changed, 14 insertions, 13 deletions
diff --git a/mail-client/sylpheed-claws-att-remover/ChangeLog b/mail-client/sylpheed-claws-att-remover/ChangeLog index 00b939ef858a..4363766ae293 100644 --- a/mail-client/sylpheed-claws-att-remover/ChangeLog +++ b/mail-client/sylpheed-claws-att-remover/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-att-remover # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-att-remover/ChangeLog,v 1.10 2006/10/14 04:04:07 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-att-remover/ChangeLog,v 1.11 2006/11/13 17:03:04 ticho Exp $ + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-att-remover-1.0.3.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-att-remover/files/digest-sylpheed-claws-att-remover-1.0.3 b/mail-client/sylpheed-claws-att-remover/files/digest-sylpheed-claws-att-remover-1.0.3 index 0c6e57480b5b..bc93b09a35f0 100644 --- a/mail-client/sylpheed-claws-att-remover/files/digest-sylpheed-claws-att-remover-1.0.3 +++ b/mail-client/sylpheed-claws-att-remover/files/digest-sylpheed-claws-att-remover-1.0.3 @@ -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 a0d92d60461d996e6a14f57b1bca1fbe att_remover-1.0.3.tar.gz 320740 +RMD160 ca658f935027e67cd51cfbed27dfa0af061519ea att_remover-1.0.3.tar.gz 320740 +SHA256 c5b63ff476d2e885e0c044f962a254e2ff380de2158089353b1ec6529a300b17 att_remover-1.0.3.tar.gz 320740 diff --git a/mail-client/sylpheed-claws-att-remover/sylpheed-claws-att-remover-1.0.3.ebuild b/mail-client/sylpheed-claws-att-remover/sylpheed-claws-att-remover-1.0.3.ebuild index 0a08a368555c..20aa8e4ef97b 100644 --- a/mail-client/sylpheed-claws-att-remover/sylpheed-claws-att-remover-1.0.3.ebuild +++ b/mail-client/sylpheed-claws-att-remover/sylpheed-claws-att-remover-1.0.3.ebuild @@ -1,25 +1,22 @@ # 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-att-remover/sylpheed-claws-att-remover-1.0.3.ebuild,v 1.1 2006/10/03 14:29:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-att-remover/sylpheed-claws-att-remover-1.0.3.ebuild,v 1.2 2006/11/13 17:03:04 ticho Exp $ inherit eutils -MY_PN="${PN#sylpheed-claws-}" -MY_PN="${MY_PN/-/_}" -MY_P="${MY_PN}-${PV}" -SC_BASE="2.5.2" -SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" +MY_P="${P#sylpheed-claws-}" +MY_P="${MY_P/-/_}" DESCRIPTION="This plugin lets you remove attachments from mails." 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 ~x86" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" +DEPEND=">=mail-client/sylpheed-claws-2.5.2" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" +S="${WORKDIR}/${MY_P}" src_install() { pwd |