Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/dbus: dbus-1.8.0.ebuild ChangeLog
Date: Thu, 13 Feb 2014 05:45:21
Message-Id: 20140213054514.EAE5A2004C@flycatcher.gentoo.org
1 ssuominen 14/02/13 05:45:14
2
3 Modified: dbus-1.8.0.ebuild ChangeLog
4 Log:
5 Update app-text/docbook-xml-dtd dependency from 4.1.2 to 4.4 and move it out from USE="doc" together with app-text/xmlto to always build manpages wrt #501144 by Ryan Hill
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 sys-apps/dbus/dbus-1.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild?r1=1.2&r2=1.3
15
16 Index: dbus-1.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- dbus-1.8.0.ebuild 12 Feb 2014 16:51:55 -0000 1.2
23 +++ dbus-1.8.0.ebuild 13 Feb 2014 05:45:14 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild,v 1.2 2014/02/12 16:51:55 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild,v 1.3 2014/02/13 05:45:14 ssuominen Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -30,12 +30,10 @@
33 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
34 )"
35 DEPEND="${RDEPEND}
36 + app-text/xmlto
37 + app-text/docbook-xml-dtd:4.4
38 virtual/pkgconfig
39 - doc? (
40 - app-doc/doxygen
41 - app-text/docbook-xml-dtd:4.1.2
42 - app-text/xmlto
43 - )
44 + doc? ( app-doc/doxygen )
45 test? (
46 >=dev-libs/glib-2.24
47 ${PYTHON_DEPS}
48 @@ -111,7 +109,7 @@
49
50 if multilib_build_binaries; then
51 docconf=(
52 - $(use_enable doc xml-docs) \
53 + --enable-xml-docs
54 $(use_enable doc doxygen-docs)
55 )
56 else
57
58
59
60 1.402 sys-apps/dbus/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?rev=1.402&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?rev=1.402&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?r1=1.401&r2=1.402
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v
69 retrieving revision 1.401
70 retrieving revision 1.402
71 diff -u -r1.401 -r1.402
72 --- ChangeLog 12 Feb 2014 16:51:55 -0000 1.401
73 +++ ChangeLog 13 Feb 2014 05:45:14 -0000 1.402
74 @@ -1,6 +1,11 @@
75 # ChangeLog for sys-apps/dbus
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.401 2014/02/12 16:51:55 ssuominen Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.402 2014/02/13 05:45:14 ssuominen Exp $
79 +
80 + 13 Feb 2014; Samuli Suominen <ssuominen@g.o> dbus-1.8.0.ebuild:
81 + Update app-text/docbook-xml-dtd dependency from 4.1.2 to 4.4 and move it out
82 + from USE="doc" together with app-text/xmlto to always build manpages wrt
83 + #501144 by Ryan Hill
84
85 12 Feb 2014; Samuli Suominen <ssuominen@g.o> dbus-1.8.0.ebuild:
86 Use epatch_user wrt #498958 by Manuel Nickschas