Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
Date: Mon, 06 Feb 2012 13:13:53
Message-Id: 20120206131344.48FB02004B@flycatcher.gentoo.org
1 nirbheek 12/02/06 13:13:44
2
3 Modified: ChangeLog mozconfig-3.eclass
4 Log:
5 Depend on an icon theme, fixes bug 341697
6
7 Revision Changes Path
8 1.116 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.116&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.116&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.115&r2=1.116
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.115
18 retrieving revision 1.116
19 diff -u -r1.115 -r1.116
20 --- ChangeLog 5 Feb 2012 19:14:16 -0000 1.115
21 +++ ChangeLog 6 Feb 2012 13:13:44 -0000 1.116
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.115 2012/02/05 19:14:16 floppym Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.116 2012/02/06 13:13:44 nirbheek Exp $
27 +
28 + 06 Feb 2012; Nirbheek Chauhan <nirbheek@g.o> mozconfig-3.eclass:
29 + Depend on an icon theme, fixes bug 341697
30
31 05 Feb 2012; Mike Gilbert <floppym@g.o> mercurial.eclass:
32 Don't die if hg pull exits with status 1.
33
34
35
36 1.27 eclass/mozconfig-3.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.27&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.27&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.26&r2=1.27
41
42 Index: mozconfig-3.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
45 retrieving revision 1.26
46 retrieving revision 1.27
47 diff -u -r1.26 -r1.27
48 --- mozconfig-3.eclass 21 Nov 2011 15:29:36 -0000 1.26
49 +++ mozconfig-3.eclass 6 Feb 2012 13:13:44 -0000 1.27
50 @@ -1,6 +1,6 @@
51 -# Copyright 1999-2011 Gentoo Foundation
52 +# Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.26 2011/11/21 15:29:36 anarchy Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.27 2012/02/06 13:13:44 nirbheek Exp $
56 #
57 # mozconfig.eclass: the new mozilla.eclass
58
59 @@ -12,6 +12,7 @@
60 # XXX: GConf is used for setting the default browser
61 # revisit to make it optional with GNOME 3
62 # pango[X] is needed for pangoxft.h
63 +# freedesktop-icon-theme is needed for bug 341697
64 RDEPEND="app-arch/zip
65 app-arch/unzip
66 >=app-text/hunspell-1.2
67 @@ -22,6 +23,7 @@
68 >=x11-libs/gtk+-2.8.6:2
69 >=x11-libs/pango-1.10.1[X]
70 virtual/jpeg
71 + virtual/freedesktop-icon-theme
72 alsa? ( media-libs/alsa-lib )
73 dbus? ( >=dev-libs/dbus-glib-0.72 )
74 libnotify? ( >=x11-libs/libnotify-0.4 )