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.6.1.ebuild
Date: Thu, 27 Dec 2012 16:48:49
Message-Id: 20121227164838.57D7D2171D@flycatcher.gentoo.org
1 tetromino 12/12/27 16:48:38
2
3 Modified: ChangeLog evince-3.6.1.ebuild
4 Log:
5 Add missing gdbus-codegen dependency; remove dbus USE flag, which is now pointless since >=gtk+-3.6[X] always requires dbus (bug #448804, thanks to Florian Faber).
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.255 app-text/evince/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.255&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.255&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.254&r2=1.255
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
19 retrieving revision 1.254
20 retrieving revision 1.255
21 diff -u -r1.254 -r1.255
22 --- ChangeLog 16 Dec 2012 18:23:25 -0000 1.254
23 +++ ChangeLog 27 Dec 2012 16:48:38 -0000 1.255
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/evince
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.254 2012/12/16 18:23:25 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.255 2012/12/27 16:48:38 tetromino Exp $
29 +
30 + 27 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> evince-3.6.1.ebuild:
31 + Add missing gdbus-codegen dependency; remove dbus USE flag, which is now
32 + pointless since >=gtk+-3.6[X] always requires dbus (bug #448804, thanks to
33 + Florian Faber).
34
35 16 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> evince-3.6.1.ebuild:
36 Update to EAPI5, modernize ebuild.
37
38
39
40 1.3 app-text/evince/evince-3.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.6.1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.6.1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.6.1.ebuild?r1=1.2&r2=1.3
45
46 Index: evince-3.6.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.6.1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- evince-3.6.1.ebuild 16 Dec 2012 18:23:25 -0000 1.2
53 +++ evince-3.6.1.ebuild 27 Dec 2012 16:48:38 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 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.6.1.ebuild,v 1.2 2012/12/16 18:23:25 tetromino Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.6.1.ebuild,v 1.3 2012/12/27 16:48:38 tetromino Exp $
59
60 EAPI="5"
61 GCONF_DEBUG="yes"
62 @@ -14,7 +14,7 @@
63 LICENSE="GPL-2+ CCPL-Attribution-ShareAlike-3.0"
64 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
65 SLOT="0/evd3.4-evv3.3"
66 -IUSE="dbus debug djvu dvi gnome-keyring +introspection nautilus +postscript t1lib tiff xps"
67 +IUSE="debug djvu dvi gnome-keyring +introspection nautilus +postscript t1lib tiff xps"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
69
70 # Since 2.26.2, can handle poppler without cairo support. Make it optional ?
71 @@ -52,6 +52,7 @@
72 "
73 DEPEND="${RDEPEND}
74 app-text/docbook-xml-dtd:4.3
75 + dev-util/gdbus-codegen
76 sys-devel/gettext
77 >=dev-util/gtk-doc-am-1.13
78 >=dev-util/intltool-0.35
79 @@ -72,7 +73,7 @@
80 --enable-thumbnailer
81 --with-smclient=xsmp
82 --with-platform=gnome
83 - $(use_enable dbus)
84 + --enable-dbus
85 $(use_enable djvu)
86 $(use_enable dvi)
87 $(use_with gnome-keyring keyring)
88 @@ -83,7 +84,6 @@
89 $(use_enable tiff)
90 $(use_enable xps)
91 ITSTOOL=$(type -P true)"
92 - DOCS="AUTHORS ChangeLog NEWS README TODO"
93
94 # Fix .desktop file so menu item shows up
95 epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch