Gentoo Archives: gentoo-commits

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