diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:23:37 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:23:37 +0000 |
commit | 267f2c47891dc1580eab86d2d027fba38444e7b3 (patch) | |
tree | 2f16cf7bdd60b45f2e1fc5c90eb14e59fd12cab8 /mail-client | |
parent | Fixed digest on Manifest for 0.4.2. (diff) | |
download | gentoo-2-267f2c47891dc1580eab86d2d027fba38444e7b3.tar.gz gentoo-2-267f2c47891dc1580eab86d2d027fba38444e7b3.tar.bz2 gentoo-2-267f2c47891dc1580eab86d2d027fba38444e7b3.zip |
Version bump. 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, 37 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-gtkhtml/ChangeLog b/mail-client/sylpheed-claws-gtkhtml/ChangeLog index 91b91cb387ef..2923380bd675 100644 --- a/mail-client/sylpheed-claws-gtkhtml/ChangeLog +++ b/mail-client/sylpheed-claws-gtkhtml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-gtkhtml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-gtkhtml/ChangeLog,v 1.7 2006/11/13 10:10:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-gtkhtml/ChangeLog,v 1.8 2006/11/13 17:23:37 ticho Exp $ + +*sylpheed-claws-gtkhtml-0.12 (13 Nov 2006) + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + +sylpheed-claws-gtkhtml-0.12.ebuild: + Version bump. Use separate tarball instead of the whole extra-plugins package. 13 Nov 2006; Joseph Jezak <josejx@gentoo.org> sylpheed-claws-gtkhtml-0.11.ebuild: diff --git a/mail-client/sylpheed-claws-gtkhtml/files/digest-sylpheed-claws-gtkhtml-0.12 b/mail-client/sylpheed-claws-gtkhtml/files/digest-sylpheed-claws-gtkhtml-0.12 new file mode 100644 index 000000000000..ebbc54b87542 --- /dev/null +++ b/mail-client/sylpheed-claws-gtkhtml/files/digest-sylpheed-claws-gtkhtml-0.12 @@ -0,0 +1,3 @@ +MD5 18ee56f61dc014770bad3f7f933dd975 gtkhtml2_viewer-0.12.tar.gz 385438 +RMD160 7e4939eedcdc2f1739659280d82b29c19879ec4b gtkhtml2_viewer-0.12.tar.gz 385438 +SHA256 92ae19b29794757b16b139a1bbadb69a915e47497d2de93e12cbbc844cc8da77 gtkhtml2_viewer-0.12.tar.gz 385438 diff --git a/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.12.ebuild b/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.12.ebuild new file mode 100644 index 000000000000..21b2c43347b6 --- /dev/null +++ b/mail-client/sylpheed-claws-gtkhtml/sylpheed-claws-gtkhtml-0.12.ebuild @@ -0,0 +1,27 @@ +# 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-gtkhtml/sylpheed-claws-gtkhtml-0.12.ebuild,v 1.1 2006/11/13 17:23:37 ticho Exp $ + +inherit eutils + +MY_P="${PN#sylpheed-claws-}2_viewer-${PV}" + +DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget." +HOMEPAGE="http://claws.sylpheed.org" +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-2.6.0 + =gnome-extra/gtkhtml-2*" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}usr/lib*/sylpheed-claws/plugins/*.{a,la} +} |