Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/balsa: balsa-2.4.7.ebuild
Date: Sat, 05 Feb 2011 10:08:16
Message-Id: 20110205100807.DB31320054@flycatcher.gentoo.org
1 ssuominen 11/02/05 10:08:07
2
3 Modified: balsa-2.4.7.ebuild
4 Log:
5 pin to old libnotify
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 mail-client/balsa/balsa-2.4.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?r1=1.8&r2=1.9
15
16 Index: balsa-2.4.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- balsa-2.4.7.ebuild 30 Aug 2010 20:40:11 -0000 1.8
23 +++ balsa-2.4.7.ebuild 5 Feb 2011 10:08:07 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.8 2010/08/30 20:40:11 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.9 2011/02/05 10:08:07 ssuominen Exp $
30
31 EAPI="2"
32 GCONF_DEBUG="no"
33 @@ -37,7 +37,7 @@
34 >=x11-libs/gtksourceview-2 )
35 gtkhtml? ( >=gnome-extra/gtkhtml-3.14 )
36 sqlite? ( >=dev-db/sqlite-2.8 )
37 - libnotify? ( x11-libs/libnotify )
38 + libnotify? ( <x11-libs/libnotify-0.7 )
39 gtkspell? (
40 =app-text/gtkspell-2*
41 app-text/enchant )