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