diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 18:04:21 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 18:04:21 +0000 |
commit | 643774131198a46e45c0e07ec06dfaccdfb297bd (patch) | |
tree | c0f4b650cfe740b37347fb24629935a35af97eb9 /mail-client | |
parent | Version bump. Use separate tarball instead of the whole extra-plugins package. (diff) | |
download | gentoo-2-643774131198a46e45c0e07ec06dfaccdfb297bd.tar.gz gentoo-2-643774131198a46e45c0e07ec06dfaccdfb297bd.tar.bz2 gentoo-2-643774131198a46e45c0e07ec06dfaccdfb297bd.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, 39 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-vcalendar/ChangeLog b/mail-client/sylpheed-claws-vcalendar/ChangeLog index 09fa139308a4..0726fdff59a7 100644 --- a/mail-client/sylpheed-claws-vcalendar/ChangeLog +++ b/mail-client/sylpheed-claws-vcalendar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-vcalendar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/ChangeLog,v 1.17 2006/10/14 04:13:50 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/ChangeLog,v 1.18 2006/11/13 18:04:21 ticho Exp $ + +*sylpheed-claws-vcalendar-1.90 (13 Nov 2006) + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + +sylpheed-claws-vcalendar-1.90.ebuild: + Version bump. 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-vcalendar/files/digest-sylpheed-claws-vcalendar-1.90 b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.90 new file mode 100644 index 000000000000..78b23e175d39 --- /dev/null +++ b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.90 @@ -0,0 +1,3 @@ +MD5 559649794b016177399fd36bd2a12d8e vcalendar-1.90.tar.gz 714615 +RMD160 b7be2cbca09f75d73d5529b8ebbc73b91d59f042 vcalendar-1.90.tar.gz 714615 +SHA256 3e3db9543abeb705cde94b08fa40a97eba8dedcc080a14e173af7ceaf131cda3 vcalendar-1.90.tar.gz 714615 diff --git a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.90.ebuild b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.90.ebuild new file mode 100644 index 000000000000..caa341be2a16 --- /dev/null +++ b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.90.ebuild @@ -0,0 +1,29 @@ +# 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-vcalendar/sylpheed-claws-vcalendar-1.90.ebuild,v 1.1 2006/11/13 18:04:21 ticho Exp $ + +inherit eutils + +MY_P="${P#sylpheed-claws-}" + +DESCRIPTION="Plugin for sylpheed-claws to support the vCalendar meeting format" +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 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-2.6.0" + +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} + + # going to conflict with libical + rm -f ${D}/usr/include/ical.h +} |