Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: claws-mail-notification-0.24.ebuild ChangeLog
Date: Fri, 08 Jan 2010 21:38:48
Message-Id: E1NTMXe-0005fz-1D@stork.gentoo.org
1 fauli 10/01/08 21:38:46
2
3 Modified: ChangeLog
4 Added: claws-mail-notification-0.24.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.44 mail-client/claws-mail-notification/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 18 Oct 2009 23:23:53 -0000 1.43
23 +++ ChangeLog 8 Jan 2010 21:38:45 -0000 1.44
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-notification
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.43 2009/10/18 23:23:53 fauli Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.44 2010/01/08 21:38:45 fauli Exp $
30 +
31 +*claws-mail-notification-0.24 (08 Jan 2010)
32 +
33 + 08 Jan 2010; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-notification-0.24.ebuild:
35 + version bump
36
37 *claws-mail-notification-0.23 (18 Oct 2009)
38
39
40
41
42 1.1 mail-client/claws-mail-notification/claws-mail-notification-0.24.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-notification-0.24.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.24.ebuild,v 1.1 2010/01/08 21:38:45 fauli Exp $
52
53 MY_P="${PN#claws-mail-}_plugin-${PV}"
54
55 DESCRIPTION="Plugin providing various ways to notify user of new and unread mail"
56 HOMEPAGE="http://www.claws-mail.org/"
57 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="libnotify"
62 RDEPEND=">=mail-client/claws-mail-3.7.4
63 >=x11-libs/gtk+-2.10
64 libnotify? ( x11-libs/libnotify )"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 S="${WORKDIR}/${MY_P}"
69
70 src_compile() {
71 econf $(use_enable libnotify) || die
72 emake || die
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install
77 dodoc AUTHORS ChangeLog NEWS README
78
79 # kill useless files
80 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
81 }