Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Tue, 31 Dec 2013 17:59:55
Message-Id: 20131231175951.002132004B@flycatcher.gentoo.org
1 floppym 13/12/31 17:59:50
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Stub-out docs/gtk-doc.make if we are not building docs, thanks to David Heidelberger on bug 496310.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.77 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.77&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.77&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.76&r2=1.77
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.76
20 retrieving revision 1.77
21 diff -u -r1.76 -r1.77
22 --- systemd-9999.ebuild 28 Dec 2013 13:01:30 -0000 1.76
23 +++ systemd-9999.ebuild 31 Dec 2013 17:59:50 -0000 1.77
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.76 2013/12/28 13:01:30 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.77 2013/12/31 17:59:50 floppym Exp $
29
30 EAPI=5
31
32 @@ -86,14 +86,17 @@
33 #if LIVE
34 DEPEND="${DEPEND}
35 dev-libs/gobject-introspection
36 - >=dev-libs/libgcrypt-1.4.5:0
37 - >=dev-util/gtk-doc-1.18"
38 + >=dev-libs/libgcrypt-1.4.5:0"
39
40 SRC_URI=
41 KEYWORDS=
42
43 src_prepare() {
44 - gtkdocize --docdir docs/ || die
45 + if use doc; then
46 + gtkdocize --docdir docs/ || die
47 + else
48 + echo 'EXTRA_DIST =' > docs/gtk-doc.make
49 + fi
50
51 autotools-utils_src_prepare
52 }
53
54
55
56 1.206 sys-apps/systemd/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.206&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.206&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.205&r2=1.206
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
65 retrieving revision 1.205
66 retrieving revision 1.206
67 diff -u -r1.205 -r1.206
68 --- ChangeLog 28 Dec 2013 13:01:30 -0000 1.205
69 +++ ChangeLog 31 Dec 2013 17:59:50 -0000 1.206
70 @@ -1,6 +1,10 @@
71 # ChangeLog for sys-apps/systemd
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.205 2013/12/28 13:01:30 pacho Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.206 2013/12/31 17:59:50 floppym Exp $
75 +
76 + 31 Dec 2013; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
77 + Stub-out docs/gtk-doc.make if we are not building docs, thanks to David
78 + Heidelberger on bug 496310.
79
80 28 Dec 2013; Pacho Ramos <pacho@g.o> -systemd-204-r2.ebuild,
81 -systemd-204-r3.ebuild, -systemd-207-r2.ebuild, -systemd-208-r1.ebuild,