Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: ChangeLog mail-notification-5.3.ebuild
Date: Tue, 29 Apr 2008 16:32:53
Message-Id: E1Jqsl5-0001ya-V7@stork.gentoo.org
1 graaff 08/04/29 16:32:47
2
3 Modified: ChangeLog
4 Added: mail-notification-5.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.68 mail-client/mail-notification/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 12 Apr 2008 06:03:27 -0000 1.67
23 +++ ChangeLog 29 Apr 2008 16:32:47 -0000 1.68
24 @@ -1,6 +1,14 @@
25 # ChangeLog for mail-client/mail-notification
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.67 2008/04/12 06:03:27 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.68 2008/04/29 16:32:47 graaff Exp $
29 +
30 +*mail-notification-5.3 (29 Apr 2008)
31 +
32 + 29 Apr 2008; Hans de Graaff <graaff@g.o>
33 + +files/mail-notification-5.3-dont-update-cache.patch,
34 + +mail-notification-5.3.ebuild:
35 + Version bump. Fixes crashes affecting IMAP, maildir and POP3 mailboxes, and a
36 + crash with Evolution on 64-bit systems.
37
38 *mail-notification-5.2-r1 (12 Apr 2008)
39
40
41
42
43 1.1 mail-client/mail-notification/mail-notification-5.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mail-notification-5.3.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.3.ebuild,v 1.1 2008/04/29 16:32:47 graaff Exp $
53
54 inherit gnome2 multilib flag-o-matic toolchain-funcs
55
56 DESCRIPTION="A GNOME trayicon which checks for email, with support for many online and offline mailbox formats."
57 HOMEPAGE="http://www.nongnu.org/mailnotify/"
58 SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.bz2"
59
60 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
61 SLOT="0"
62 LICENSE="GPL-3"
63
64 IUSE="evo gmail imap ipv6 maildir mbox mh mozilla pop sasl ssl sylpheed yahoo"
65
66 # gmime is actually optional, but it's used by so much of the package
67 # it's pointless making it optional. gnome-keyring is required for
68 # several specific access methods, and thus linked to those USE flags
69 # instead of adding a keyring USE flag.
70 RDEPEND=">=x11-libs/gtk+-2.12
71 >=dev-libs/glib-2.14
72 >=gnome-base/gconf-2.4.0
73 >=gnome-base/gnome-panel-2.6
74 >=gnome-base/eel-2.6
75 >=gnome-base/gconf-2.6
76 >=gnome-base/libgnomeui-2.14
77 >=gnome-base/libglade-2.0
78 dev-libs/dbus-glib
79 >=dev-libs/gmime-2.2.7
80 >=x11-libs/libnotify-0.4.1
81 pop? ( gnome-base/gnome-keyring )
82 imap? ( gnome-base/gnome-keyring )
83 gmail? ( gnome-base/gnome-keyring )
84 yahoo? ( gnome-base/gnome-keyring net-mail/fetchyahoo )
85 ssl? ( >=dev-libs/openssl-0.9.6 )
86 sasl? ( >=dev-libs/cyrus-sasl-2 )
87 evo? ( >=mail-client/evolution-2.12 )
88 sylpheed? ( virtual/sylpheed )"
89
90 DEPEND="${RDEPEND}
91 app-text/scrollkeeper
92 dev-util/pkgconfig
93 >=dev-util/intltool-0.35.0"
94
95 # this now uses JB (the Jean-Yves Lefort's Build System) as a build system
96 # instead of autotools, this is a little helper function that basically does
97 # the same thing as use_enable
98 use_var() {
99 echo -n "${2:-$1}="
100 use "${1}" && echo "yes" || echo "no"
101 }
102
103 src_unpack() {
104 unpack ${A}
105 cd "${S}"
106
107 epatch "${FILESDIR}/${P}-dont-update-cache.patch"
108 }
109
110 src_compile() {
111 ./jb configure destdir="${D}" prefix="/usr" libdir=/usr/$(get_libdir) \
112 sysconfdir="/etc" localstatedir="/var" cc="$(tc-getCC)" \
113 cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
114 scrollkeeper-dir="/var/lib/scrollkeeper" \
115 $(use_var evo evolution) \
116 $(use_var gmail) \
117 $(use_var imap) \
118 $(use_var ipv6) \
119 $(use_var maildir) \
120 $(use_var mbox) \
121 $(use_var mh) \
122 $(use_var mozilla) \
123 $(use_var pop pop3) \
124 $(use_var sasl) \
125 $(use_var ssl) \
126 $(use_var sylpheed) \
127 $(use_var yahoo)
128
129 ./jb build
130 }
131
132 src_install() {
133 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" ./jb install
134
135 dodoc NEWS README AUTHORS TODO TRANSLATING
136
137 rm -rf "${D}/var/lib/scrollkeeper"
138 }
139
140
141
142 --
143 gentoo-commits@l.g.o mailing list