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: Mon, 24 Feb 2014 22:40:27
Message-Id: 20140224224020.BE6FD2004C@flycatcher.gentoo.org
1 floppym 14/02/24 22:40:20
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 We no longer need libxslt and docbook for non-LIVE builds.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.91 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.91&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.91&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.90&r2=1.91
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.90
20 retrieving revision 1.91
21 diff -u -r1.90 -r1.91
22 --- systemd-9999.ebuild 24 Feb 2014 22:34:44 -0000 1.90
23 +++ systemd-9999.ebuild 24 Feb 2014 22:40:20 -0000 1.91
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/systemd/systemd-9999.ebuild,v 1.90 2014/02/24 22:34:44 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.91 2014/02/24 22:40:20 floppym Exp $
29
30 EAPI=5
31
32 @@ -76,10 +76,6 @@
33 # Newer linux-headers needed by ia64, bug #480218
34 DEPEND="${COMMON_DEPEND}
35 app-arch/xz-utils:0
36 - app-text/docbook-xml-dtd:4.2
37 - app-text/docbook-xml-dtd:4.5
38 - app-text/docbook-xsl-stylesheets
39 - dev-libs/libxslt:0
40 dev-util/gperf
41 >=dev-util/intltool-0.50
42 >=sys-devel/binutils-2.23.1
43 @@ -92,6 +88,10 @@
44
45 #if LIVE
46 DEPEND="${DEPEND}
47 + app-text/docbook-xml-dtd:4.2
48 + app-text/docbook-xml-dtd:4.5
49 + app-text/docbook-xsl-stylesheets
50 + dev-libs/libxslt:0
51 dev-libs/gobject-introspection
52 >=dev-libs/libgcrypt-1.4.5:0"
53
54
55
56
57 1.226 sys-apps/systemd/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.226&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.226&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.225&r2=1.226
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
66 retrieving revision 1.225
67 retrieving revision 1.226
68 diff -u -r1.225 -r1.226
69 --- ChangeLog 24 Feb 2014 22:34:44 -0000 1.225
70 +++ ChangeLog 24 Feb 2014 22:40:20 -0000 1.226
71 @@ -1,6 +1,9 @@
72 # ChangeLog for sys-apps/systemd
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.225 2014/02/24 22:34:44 mgorny Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.226 2014/02/24 22:40:20 floppym Exp $
76 +
77 + 24 Feb 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
78 + We no longer need libxslt and docbook for non-LIVE builds.
79
80 24 Feb 2014; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
81 Bump required glibc version, remove second (redundant) --enable-compat-libs.