Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-188-r1.ebuild systemd-189.ebuild ChangeLog
Date: Tue, 28 Aug 2012 16:53:53
Message-Id: 20120828165342.B27C120A4E@flycatcher.gentoo.org
1 zmedico 12/08/28 16:53:42
2
3 Modified: systemd-188-r1.ebuild systemd-189.ebuild ChangeLog
4 Log:
5 Fix COMMON_RDEPEND typo for bug #432794.
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sys-apps/systemd/systemd-188-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-188-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-188-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-188-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: systemd-188-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-188-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- systemd-188-r1.ebuild 15 Aug 2012 12:36:31 -0000 1.1
23 +++ systemd-188-r1.ebuild 28 Aug 2012 16:53:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-188-r1.ebuild,v 1.1 2012/08/15 12:36:31 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-188-r1.ebuild,v 1.2 2012/08/28 16:53:42 zmedico Exp $
29
30 EAPI=4
31
32 @@ -39,7 +39,7 @@
33 sys-apps/sysvinit
34 !<sys-libs/glibc-2.10
35 !~sys-fs/udev-187"
36 -DEPEND="${COMMON_RDEPEND}
37 +DEPEND="${COMMON_DEPEND}
38 app-arch/xz-utils
39 app-text/docbook-xsl-stylesheets
40 dev-libs/libxslt
41
42
43
44 1.3 sys-apps/systemd/systemd-189.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-189.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-189.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-189.ebuild?r1=1.2&r2=1.3
49
50 Index: systemd-189.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-189.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- systemd-189.ebuild 25 Aug 2012 15:48:04 -0000 1.2
57 +++ systemd-189.ebuild 28 Aug 2012 16:53:42 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-189.ebuild,v 1.2 2012/08/25 15:48:04 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-189.ebuild,v 1.3 2012/08/28 16:53:42 zmedico Exp $
63
64 EAPI=4
65
66 @@ -41,7 +41,7 @@
67 sys-apps/sysvinit
68 !<sys-libs/glibc-2.10
69 !~sys-fs/udev-187"
70 -DEPEND="${COMMON_RDEPEND}
71 +DEPEND="${COMMON_DEPEND}
72 app-arch/xz-utils
73 app-text/docbook-xsl-stylesheets
74 dev-libs/libxslt
75
76
77
78 1.44 sys-apps/systemd/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.44&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.44&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.43&r2=1.44
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
87 retrieving revision 1.43
88 retrieving revision 1.44
89 diff -u -r1.43 -r1.44
90 --- ChangeLog 25 Aug 2012 15:48:04 -0000 1.43
91 +++ ChangeLog 28 Aug 2012 16:53:42 -0000 1.44
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sys-apps/systemd
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.43 2012/08/25 15:48:04 mgorny Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.44 2012/08/28 16:53:42 zmedico Exp $
97 +
98 + 28 Aug 2012; Zac Medico <zmedico@g.o> systemd-188-r1.ebuild,
99 + systemd-189.ebuild:
100 + Fix COMMON_RDEPEND typo for bug #432794.
101
102 25 Aug 2012; Michał Górny <mgorny@g.o>
103 +files/0003-journal-add-HAVE_XZ-check-to-avoid-build-failure.patch,