Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: evince-2.32.0-r4.ebuild ChangeLog
Date: Mon, 30 Jan 2012 11:33:51
Message-Id: 20120130113340.8AB892004B@flycatcher.gentoo.org
1 pacho 12/01/30 11:33:40
2
3 Modified: evince-2.32.0-r4.ebuild ChangeLog
4 Log:
5 Stop allowing to build gtk-doc files as they are useless for evince as discussed in bug #398435 (by Nick Bowler). Thanks to Alexandre Rostovtsev for looking to the issue.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-text/evince/evince-2.32.0-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild?r1=1.2&r2=1.3
15
16 Index: evince-2.32.0-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- evince-2.32.0-r4.ebuild 17 Dec 2011 16:29:29 -0000 1.2
23 +++ evince-2.32.0-r4.ebuild 30 Jan 2012 11:33:40 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild,v 1.2 2011/12/17 16:29:29 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild,v 1.3 2012/01/30 11:33:40 pacho Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="yes"
33 @@ -16,7 +16,7 @@
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
36
37 -IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
38 +IUSE="dbus debug djvu dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
39
40 # Since 2.26.2, can handle poppler without cairo support. Make it optional ?
41 # not mature enough
42 @@ -48,8 +48,7 @@
43 >=dev-util/pkgconfig-0.9
44 sys-devel/gettext
45 >=dev-util/intltool-0.35
46 - >=dev-util/gtk-doc-am-1.13
47 - doc? ( >=dev-util/gtk-doc-1.13 )"
48 + >=dev-util/gtk-doc-am-1.13"
49
50 ELTCONF="--portage"
51
52
53
54
55 1.237 app-text/evince/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.237&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.237&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.236&r2=1.237
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
64 retrieving revision 1.236
65 retrieving revision 1.237
66 diff -u -r1.236 -r1.237
67 --- ChangeLog 17 Dec 2011 11:07:21 -0000 1.236
68 +++ ChangeLog 30 Jan 2012 11:33:40 -0000 1.237
69 @@ -1,6 +1,11 @@
70 # ChangeLog for app-text/evince
71 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.236 2011/12/17 11:07:21 pacho Exp $
73 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.237 2012/01/30 11:33:40 pacho Exp $
75 +
76 + 30 Jan 2012; Pacho Ramos <pacho@g.o> evince-2.32.0-r4.ebuild:
77 + Stop allowing to build gtk-doc files as they are useless for evince as
78 + discussed in bug #398435 (by Nick Bowler). Thanks to Alexandre Rostovtsev for
79 + looking to the issue.
80
81 *evince-2.32.0-r4 (17 Dec 2011)