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: ChangeLog claws-mail-notification-0.29.ebuild
Date: Mon, 26 Dec 2011 11:41:10
Message-Id: 20111226114100.CD18C2004B@flycatcher.gentoo.org
1 fauli 11/12/26 11:41:00
2
3 Modified: ChangeLog
4 Added: claws-mail-notification-0.29.ebuild
5 Log:
6 version bump for bug 395381 by Justin
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.68 mail-client/claws-mail-notification/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 26 Dec 2011 11:36:26 -0000 1.67
24 +++ ChangeLog 26 Dec 2011 11:41:00 -0000 1.68
25 @@ -1,6 +1,12 @@
26 # ChangeLog for mail-client/claws-mail-notification
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.67 2011/12/26 11:36:26 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.68 2011/12/26 11:41:00 fauli Exp $
30 +
31 +*claws-mail-notification-0.29 (26 Dec 2011)
32 +
33 + 26 Dec 2011; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-notification-0.29.ebuild:
35 + version bump for bug 395381 by Justin
36
37 26 Dec 2011; Christian Faulhammer <fauli@g.o>
38 -claws-mail-notification-0.27.ebuild:
39
40
41
42 1.1 mail-client/claws-mail-notification/claws-mail-notification-0.29.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.29.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.29.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-notification-0.29.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.29.ebuild,v 1.1 2011/12/26 11:41:00 fauli Exp $
52
53 EAPI=4
54 inherit multilib
55
56 MY_P=${PN#claws-mail-}_plugin-${PV}
57
58 DESCRIPTION="Plugin providing various ways to notify user of new and unread mail"
59 HOMEPAGE="http://www.claws-mail.org/"
60 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE="libnotify"
66
67 RDEPEND=">=mail-client/claws-mail-3.8.0
68 >=x11-libs/gtk+-2.10:2
69 libnotify? ( x11-libs/libnotify )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 S=${WORKDIR}/${MY_P}
74
75 src_configure() {
76 econf \
77 --disable-dependency-tracking \
78 --disable-static \
79 $(use_enable libnotify)
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die
84 dodoc AUTHORS ChangeLog README
85
86 rm -f "${D}"/usr/$(get_libdir)/claws-mail/plugins/*.la
87 }