Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-vcalendar: ChangeLog claws-mail-vcalendar-1.98.ebuild
Date: Tue, 18 Sep 2007 09:24:55
Message-Id: E1IXZCc-00019V-Dh@stork.gentoo.org
1 ticho 07/09/18 09:17:06
2
3 Modified: ChangeLog
4 Added: claws-mail-vcalendar-1.98.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.24 mail-client/claws-mail-vcalendar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 16 Sep 2007 16:32:11 -0000 1.23
23 +++ ChangeLog 18 Sep 2007 09:17:05 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-vcalendar
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.23 2007/09/16 16:32:11 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.24 2007/09/18 09:17:05 ticho Exp $
29 +
30 +*claws-mail-vcalendar-1.98 (18 Sep 2007)
31 +
32 + 18 Sep 2007; Andrej Kacian <ticho@g.o>
33 + +claws-mail-vcalendar-1.98.ebuild:
34 + Version bump.
35
36 16 Sep 2007; Christoph Mende <angelos@g.o>
37 claws-mail-vcalendar-1.96.ebuild:
38
39
40
41 1.1 mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.98.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.98.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.98.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-vcalendar-1.98.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.98.ebuild,v 1.1 2007/09/18 09:17:05 ticho Exp $
51
52 inherit eutils
53
54 MY_P="${P#claws-mail-}"
55
56 DESCRIPTION="Plugin for sylpheed-claws to support the vCalendar meeting format"
57 HOMEPAGE="http://www.claws-mail.org"
58 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63 DEPEND=">=mail-client/claws-mail-3.0.0
64 >=net-misc/curl-7.9.7"
65
66 S="${WORKDIR}/${MY_P}"
67
68 src_install() {
69 make DESTDIR="${D}" install
70 dodoc AUTHORS ChangeLog NEWS README
71
72 # kill useless files
73 rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
74
75 # going to conflict with libical
76 rm -f ${D}/usr/include/ical.h
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list