Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-3.8.3.ebuild evince-3.8.2.ebuild
Date: Thu, 01 Aug 2013 02:34:28
Message-Id: 20130801023424.AFA0C2171D@flycatcher.gentoo.org
1 tetromino 13/08/01 02:34:24
2
3 Modified: ChangeLog evince-3.8.3.ebuild evince-3.8.2.ebuild
4 Log:
5 Add missing dependency on gnome-icon-theme-symbolic (bug #479290, thanks to Timo Kamph).
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.261 app-text/evince/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.261&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.261&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.260&r2=1.261
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
19 retrieving revision 1.260
20 retrieving revision 1.261
21 diff -u -r1.260 -r1.261
22 --- ChangeLog 11 Jul 2013 20:47:17 -0000 1.260
23 +++ ChangeLog 1 Aug 2013 02:34:24 -0000 1.261
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/evince
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.260 2013/07/11 20:47:17 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.261 2013/08/01 02:34:24 tetromino Exp $
29 +
30 + 01 Aug 2013; Alexandre Rostovtsev <tetromino@g.o> evince-3.8.2.ebuild,
31 + evince-3.8.3.ebuild:
32 + Add missing dependency on gnome-icon-theme-symbolic (bug #479290, thanks to
33 + Timo Kamph).
34
35 *evince-3.8.3 (11 Jul 2013)
36
37
38
39
40 1.2 app-text/evince/evince-3.8.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.3.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.3.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.3.ebuild?r1=1.1&r2=1.2
45
46 Index: evince-3.8.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.3.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- evince-3.8.3.ebuild 11 Jul 2013 20:47:17 -0000 1.1
53 +++ evince-3.8.3.ebuild 1 Aug 2013 02:34:24 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.3.ebuild,v 1.1 2013/07/11 20:47:17 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.3.ebuild,v 1.2 2013/08/01 02:34:24 tetromino Exp $
59
60 EAPI="5"
61 GCONF_DEBUG="yes"
62 @@ -22,7 +22,7 @@
63 # atk used in libview
64 # gdk-pixbuf used all over the place
65 # libX11 used for totem-screensaver
66 -RDEPEND="
67 +COMMON_DEPEND="
68 dev-libs/atk
69 >=dev-libs/glib-2.33:2
70 >=dev-libs/libxml2-2.5:2
71 @@ -33,9 +33,6 @@
72 >=x11-libs/libSM-1:=
73 x11-libs/libICE:=
74 gnome-base/gsettings-desktop-schemas
75 - || (
76 - >=x11-themes/gnome-icon-theme-2.17.1
77 - >=x11-themes/hicolor-icon-theme-0.10 )
78 >=x11-libs/cairo-1.10:=
79 >=app-text/poppler-0.20:=[cairo]
80 djvu? ( >=app-text/djvu-3.5.17:= )
81 @@ -50,7 +47,13 @@
82 tiff? ( >=media-libs/tiff-3.6:0= )
83 xps? ( >=app-text/libgxps-0.2.1:= )
84 "
85 -DEPEND="${RDEPEND}
86 +RDEPEND="${COMMON_DEPEND}
87 + || (
88 + >=x11-themes/gnome-icon-theme-2.17.1
89 + >=x11-themes/hicolor-icon-theme-0.10 )
90 + x11-themes/gnome-icon-theme-symbolic
91 +"
92 +DEPEND="${COMMON_DEPEND}
93 app-text/docbook-xml-dtd:4.3
94 dev-util/gdbus-codegen
95 sys-devel/gettext
96
97
98
99 1.2 app-text/evince/evince-3.8.2.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.2.ebuild?rev=1.2&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.2.ebuild?rev=1.2&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.2.ebuild?r1=1.1&r2=1.2
104
105 Index: evince-3.8.2.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.2.ebuild,v
108 retrieving revision 1.1
109 retrieving revision 1.2
110 diff -u -r1.1 -r1.2
111 --- evince-3.8.2.ebuild 15 May 2013 08:02:39 -0000 1.1
112 +++ evince-3.8.2.ebuild 1 Aug 2013 02:34:24 -0000 1.2
113 @@ -1,6 +1,6 @@
114 # Copyright 1999-2013 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.2.ebuild,v 1.1 2013/05/15 08:02:39 pacho Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.2.ebuild,v 1.2 2013/08/01 02:34:24 tetromino Exp $
118
119 EAPI="5"
120 GCONF_DEBUG="yes"
121 @@ -22,7 +22,7 @@
122 # atk used in libview
123 # gdk-pixbuf used all over the place
124 # libX11 used for totem-screensaver
125 -RDEPEND="
126 +COMMON_DEPEND="
127 dev-libs/atk
128 >=dev-libs/glib-2.33:2
129 >=dev-libs/libxml2-2.5:2
130 @@ -50,13 +50,20 @@
131 tiff? ( >=media-libs/tiff-3.6:0= )
132 xps? ( >=app-text/libgxps-0.2.1:= )
133 "
134 -DEPEND="${RDEPEND}
135 +RDEPEND="${COMMON_DEPEND}
136 + || (
137 + >=x11-themes/gnome-icon-theme-2.17.1
138 + >=x11-themes/hicolor-icon-theme-0.10 )
139 + x11-themes/gnome-icon-theme-symbolic
140 +"
141 +DEPEND="${COMMON_DEPEND}
142 app-text/docbook-xml-dtd:4.3
143 dev-util/gdbus-codegen
144 sys-devel/gettext
145 >=dev-util/gtk-doc-am-1.13
146 >=dev-util/intltool-0.35
147 - virtual/pkgconfig"
148 + virtual/pkgconfig
149 +"
150
151 # Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
152 # Releases: http://people.redhat.com/zcerza/dogtail/releases/